**** BEGIN LOGGING AT Wed Apr 28 02:59:56 2010 Apr 28 05:58:50 gmorning :) Apr 28 09:26:22 acoul * r21217 /trunk/target/linux/generic-2.6/ (53 files in 3 dirs): [generic-2.6] refresh kernel patches Apr 28 09:28:15 acoul * r21218 /trunk/target/linux/adm5120/ (17 files in 2 dirs): [adm5120] refresh kernel patches Apr 28 09:54:18 florian * r21219 /trunk/target/linux/rdc/ (23 files in 7 dirs): [rdc] use upstream MFD, GPIO patch, put everything in patches. Apr 28 09:54:22 florian * r21220 /trunk/target/linux/rdc/ (12 files in 2 dirs): [rdc] resync 2.6.32 support with changes in 2.6.30 Apr 28 09:55:55 florian * r21221 /trunk/target/linux/rdc/files-2.6.30/: [rdc] remove empty dir after r21220 Apr 28 09:57:21 florian * r21222 /trunk/target/linux/rdc/Makefile: [rdc] include the watchdog driver by default Apr 28 10:31:18 [florian]: ping Apr 28 10:45:58 juhosg * r21223 /branches/backfire/target/linux/ar71xx/image/Makefile: Apr 28 10:45:58 backfire: ar71xx: create separate 'factory' and 'sysupgrade' images for the WRT160NL (backport of r21168) Apr 28 10:45:58 The 'factory' image requires the garbage at the end of the image. Apr 28 10:45:58 Flashing from the original web interface does not work without that. Apr 28 10:46:06 juhosg * r21224 /branches/backfire/target/linux/ar71xx/ (image/Makefile profiles/tp-link.mk): backfire: ar71xx: create firmware images for the TL-WR941ND v3 boards (backport of r21169) Apr 28 10:46:11 juhosg * r21225 /branches/backfire/target/linux/ar71xx/image/Makefile: backfire: ar71xx: create smaller sysupgrade images for the WRT400N board (backport of 21170) Apr 28 10:46:20 juhosg * r21226 /branches/backfire/target/linux/ar71xx/image/Makefile: backfire: ar71xx: build different firmware images for the DIR-825-Bx boards (backport of r21171) Apr 28 10:46:24 juhosg * r21227 /branches/backfire/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w04nu.c: backfire: ar71xx: fix firmware partition size on the MZK-W04NU board (backport of r21172) Apr 28 10:46:30 juhosg * r21228 /branches/backfire/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c: Apr 28 10:46:30 backfire: ar71xx: remove config partition from the mtd map on the MZK-W300NH board (backport of r21173) Apr 28 10:46:30 This space can be used to extend the rootfs_data partition. Apr 28 10:46:35 juhosg * r21229 /branches/backfire/tools/firmware-utils/src/mkplanexfw.c: Apr 28 10:46:35 backfire: tools/firmware-utils: add size check to the mkplanexfw tool (backport of 21174) Apr 28 10:46:35 Also pad the image to a 64K boundary. Apr 28 10:46:41 juhosg * r21230 /branches/backfire/target/linux/ar71xx/image/Makefile: backfire: ar71xx: create separate 'factory' and 'sysupgrade' images for the Planex boards (backport of r21175) Apr 28 10:56:04 <[florian]> rtz2: pong Apr 28 10:56:53 [florian]: regarding your rdc update Apr 28 10:57:11 [florian]: the reboot on nmi stuff got kinda mia Apr 28 10:57:25 <[florian]> rtz2: you are right, let me add it back Apr 28 10:57:28 [florian]: or did I overlook it? Apr 28 10:57:29 ok Apr 28 10:59:17 <[florian]> rtz2: the idea was to keep the changes as a serie of patches so that they can be easily pushed upstream when relevant Apr 28 11:01:30 [florian]: ok Apr 28 11:01:52 [florian]: you did submit some stuff upstream Apr 28 11:01:56 any progress there? Apr 28 11:02:04 <[florian]> rtz2: yes, the 4 first patches are now merged mainline Apr 28 11:02:19 <[florian]> rtz2: and I need to send your watchdog fixes now Apr 28 11:02:27 ok Apr 28 11:03:03 <[florian]> about board support, I am waiting for some infrastructure changes mainline, which should make it quite easy to add new board definitions Apr 28 11:03:28 [florian]: do you have a link to a patch or mail? Apr 28 11:03:37 <[florian]> to which one? Apr 28 11:03:44 <[florian]> the merging of the mfd, gpio drivers? Apr 28 11:03:58 [florian]: for the infrastructure changes Apr 28 11:04:22 <[florian]> rtz2: it is not mainline, nor has it been proposed, that's why I am waiting Apr 28 11:04:36 <[florian]> rtz2: just heard from alan cox that it was planned to do so, but has not proposed anything yet Apr 28 11:04:50 ahh, ok Apr 28 11:05:49 [florian]: by the way, I have something to solve the ar525w checksum fixup in a better way, because right now, i'm pretty sure sysupgrade will not work Apr 28 11:06:35 [florian]: but this depends on a mtd rework, and this still needs some testing Apr 28 11:09:42 <[florian]> what would you need in mtd to accomplish that? Apr 28 11:12:32 [florian]: basic problem is, mtd writes a file with the safed settings to the jffs2 partition during sysupgrade and so the checksum, which includes the jffs2 start marker, won't match anymore Apr 28 11:12:46 [florian]: and the fixup inside the kernel will never run Apr 28 11:12:54 <[florian]> ah I see Apr 28 11:12:58 [florian]: it's similiar with trx Apr 28 11:13:17 [florian]: and also for thw wrt160nl Apr 28 11:13:30 [florian]: and I suspect with brcm63xx devices Apr 28 11:13:55 <[florian]> only some brcm63xx devices, not all do stupid things :) Apr 28 11:14:13 [florian]: trx is already supported in mtd, but the way it's currently done doesn't scale very well Apr 28 11:14:19 or not at all Apr 28 11:14:28 also, mtd is kinda a mess Apr 28 11:15:10 [florian]: http://openwrt.pastebin.com/jm5z0G33 Apr 28 11:15:25 [florian]: i will submit the patch to the mailinglist in a few days Apr 28 11:17:10 <[florian]> ok Apr 28 12:30:37 rhk * r21231 /trunk/target/linux/brcm63xx/ (2 files in 2 dirs): [brcm63xx] fix the setup of MII clock in the case enet1 is linked to external switch for 6358 boards, thx Miguel Apr 28 13:02:11 re Apr 28 13:02:21 [florian]: i booted some 6338 vendor linux image and got the wl.ko driver from it. it seems like the sdio driver is part of the module and it touches 0xfffe2300 which is an unknown area, but has some weird stuff in it... Apr 28 13:03:10 <[florian]> ali1234: probably a hardware sdhc controller Apr 28 13:03:27 it has one register in particular which changes value every time i read it Apr 28 13:03:38 it loops through 5 or 6 different values Apr 28 13:04:55 oh and it can only be read in 32 bit mode Apr 28 13:06:59 ali1234: what's the relationship between the wireless driver and a sd card controller? Apr 28 13:07:06 <[florian]> rtz2: sdio Apr 28 13:09:03 what's connected to the sdio controller Apr 28 13:09:10 the wireless card or? Apr 28 13:09:13 yes Apr 28 13:09:13 <[florian]> a bcm4318 chip Apr 28 13:09:48 ahh, ok Apr 28 13:09:53 thanks for the info Apr 28 13:55:13 florian * r21232 /trunk/target/linux/rdc/ (17 files in 2 dirs): [rdc] panic on unrecovered NMI, thanks rtz2 Apr 28 13:55:19 florian * r21233 /trunk/target/linux/generic-2.6/patches-2.6.32/ (16 files): [kernel] refresh 2.6.32 patches Apr 28 14:13:14 nico * r21234 /packages/net/samba3/ (Makefile files/samba.init): [packages] samba3: don't ship dangling symlink in package, create the link at startup instead Apr 28 14:13:14 acoul * r21235 /trunk/target/linux/atheros/ (18 files in 4 dirs): [atheros] add kernel 2.6.34 support, refresh patches Apr 28 14:13:47 acoul * r21236 /trunk/target/linux/atheros/Makefile: [atheros] use kernel 2.6.32.12 Apr 28 14:27:18 nico * r21237 /trunk/ (Config.in include/image.mk): images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is selected or not Apr 28 14:47:45 nico * r21238 /trunk/ (13 files in 13 dirs): buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ Apr 28 17:37:37 nico * r21239 /trunk/Config.in: buildsystem: rearrange main config options, reorder, move stripping items to a "Stripping options" subsection, Apr 28 19:59:31 florian * r21240 /trunk/target/linux/generic-2.6/patches-2.6.31/ (19 files): [kernel] refresh 2.6.31 patches Apr 28 19:59:55 lars * r21241 /trunk/package/uboot-xburst/files/ (board/nanonote/nanonote.c include/asm-mips/jz4740.h): uboot-xburst: Add macro to initalize lcd pins for 8bit serial displays Apr 29 00:32:46 nico * r21242 /trunk/ (4 files in 4 dirs): replace old quote stripping with calls to qstrip macro Apr 29 00:41:24 nico * r21243 /trunk/target/linux/x86/image/ (gen_image_olpc.sh gen_image_x86.sh): target/x86: remove temporary files in image generation scripts Apr 29 00:44:28 nico * r21244 /trunk/include/image.mk: include: rearrange image.mk, indent, reorder, change some ifeq/ifneq tests Apr 29 00:47:07 nico * r21245 /trunk/target/linux/x86/image/Makefile: target/x86: rearrange image Makefile, indent, reorder, simplify, change some ifeq/ifneq tests **** ENDING LOGGING AT Thu Apr 29 02:59:56 2010