
Hi everybody,
here is a summary of the current state of my processing of patches that have been submitted for the upcoming 1.3.4 release.
As you might have noticed, I've been on vacation for the last two weeks, and I spent this time (intentionally) completely offline. So please apologize if parts of the following comments / questions have been obsoleted by recent events - I will try to catch up as soon as possible, but I think it is better to send out this summary now, i. e. _before_ I start reading he backlog of the last two weeks.
Here is a list of patches I had marked as open in my list, with comments about their state, including comments who I consider to be responsible for further progress:
Open question:
* Are CFG_64BIT_LBA and CONFIG_LBA48 kind of redundant? At least it seems that CONFIG_LBA48 requires CFG_64BIT_LBA to be set or we will have problems due to insufficient size of the data types.
* We have incompatible definitions of the CPU_TYPE_ENTRY for MPC83xx systems: In "include/asm-ppc/processor.h":
973 #define CPU_TYPE_ENTRY(n, v) \ 974 { .name = #n, .soc_ver = SVR_##v, }
But in "cpu/mpc83xx/cpu.c":
47 #define CPU_TYPE_ENTRY(x) {#x, SPR_##x}
This causes ``"CPU_TYPE_ENTRY" redefined'' warnings that need to get fixed.
-> for MPC83xx custodian
* Current NAND code (the "Constants for hardware specific CLE/ALE/NCE functions" in "include/linux/mtd/nand.h", lines 75ff, break building on some boards like NETPHONE, NETTA, NETTA2, NETTA_ISDN, NETVIA_V2, SXNI855T (which have different definitions with the same names in their board config files) with error messages like these:
In file included from /home/wd/git/u-boot/work/include/nand.h:29, from board.c:94: /home/wd/git/u-boot/work/include/linux/mtd/nand.h:82:1: warning: "NAND_CTL_SETCLE" redefin ed In file included from /home/wd/git/u-boot/work/include/config.h:4, from /home/wd/git/u-boot/work/include/common.h:35, from board.c:24: /home/wd/git/u-boot/work/include/configs/NETPHONE.h:547:1: warning: this is the location o f the previous definition In file included from /home/wd/git/u-boot/work/include/nand.h:29, from board.c:94: /home/wd/git/u-boot/work/include/linux/mtd/nand.h:84:1: warning: "NAND_CTL_CLRCLE" redefin ed In file included from /home/wd/git/u-boot/work/include/config.h:4, from /home/wd/git/u-boot/work/include/common.h:35, from board.c:24:
etc.
--> for NAND custodian.
* "include/linux/mtd/mtd.h" contains a definition of the DEBUG macro which conflicts with normal use like adding '-DDEBUG' on the command line.
Also, I think we whould get rid of all the printk() stuff.
--> for NAND custodian.
* U-Boot mailing list traffic:
1116 04/24 michael [U-Boot-Users] [PATCH ARM 0/2] Ide support 1117 04/24 michael [U-Boot-Users] [PATCH ARM 1/2] Ide support io function 1118 04/24 michael [U-Boot-Users] [PATCH ARM 2/2] Ide support. Ide registration -> for ARM Custodian
1785 05/06 Martha Marx [U-Boot-Users] [PATCH] Adds configurable IO Pin init for ADS5121 2972 05/29 Martha Marx [U-Boot-Users] [PATCH] Configuration changes for ADS5121 Rev 3 3882 06/16 "Grant Likely" Re: [U-Boot-Users] [PATCH] Configuration changes for ADS5121 Rev 3 2973 05/29 Martha Marx [U-Boot-Users] [PATCH] Changes ADS5121 splash screen from hard-coded bmp to flash bmp 3884 06/16 "Grant Likely" Re: [U-Boot-Users] [PATCH] Changes ADS5121 splash screen from hard-coded bmp to flash bmp 2976 05/29 Martha Marx [U-Boot-Users] [PATCH] Consolidates ADS5121 IO Pin configuration 2979 05/29 Kenneth Johansson Re: [U-Boot-Users] [PATCH] Consolidates ADS5121 IO Pin configuration 3883 06/16 "Grant Likely" Re: [U-Boot-Users] [PATCH] Consolidates ADS5121 IO Pin configuration
-> We have a big problem here. The thing is that we need a MPC521x custodian. Grant Likely (custodian for MPC52xx) cannot / does not want to take this responsibility; I would like to help but I cannot as I don't have access to latest hardware. I think that John Rigby is probably in the best position for this role. John, are you (or anybody else) voluteering?
2147 05/13 Jason Jin [PATCH] Feed the watchdog in u-boot for 8610 board. -> for 86xx custodian
2378 05/18 Jean-Christophe P [U-Boot-Users] [PATCH 08/17] marabun_pcmcia: Move compile condition to the Makefile 2379 05/18 Jean-Christophe P [U-Boot-Users] [PATCH 09/17] pxa_pcmcia: Move compile condition to the Makefile 2380 05/18 Jean-Christophe P [U-Boot-Users] [PATCH 10/17] pcmcia/ti_pci1410a: Move compile condition to the Makefile 2447 05/19 Haavard Skinnemoe [PATCH RESEND] Conditionally add -fno-stack-protector to CFLAGS -> applied
2482 05/19 "Daniel Allred" [U-Boot-Users] [PATCH]:arm926ejs: Regression to remove inappropriate LED control code from arch 2490 05/19 Hebbar Re: [U-Boot-Users] [PATCH]:arm926ejs: Regression to remove inappropriate LED control code from -> asked submitter for fixes / cleanup
2514 05/20 Jason McMullan [U-Boot-Users] [PATCH] mips: Use 'CFG_MIPS_CLOCK' to compute the MIPS tick timebase 2528 05/20 Jason McMullan [U-Boot-Users] [PATCH] mips: Support to set CFG_HZ to 1000, consistent with other architectures 2529 05/20 Jason McMullan [U-Boot-Users] [PATCH] [resend] mips: Support to set CFG_HZ to 1000, consistent with other arch 2571 05/21 Shinya Kuribayash Re: [U-Boot-Users] [PATCH] [resend] mips: Support to set CFG_HZ to 1000, consistent with other 2594 05/21 Scott Wood Re: [U-Boot-Users] [PATCH] [resend] mips: Support to set CFG_HZ to 1000, consistent with other -> already handled by MIPS custodian
2536 05/20 Sergey Lapin [U-Boot-Users] [PATCH] DataFlash AT45DB021 support 2618 05/21 "Sergey Lapin" Re: [U-Boot-Users] [PATCH] DataFlash AT45DB021 support 2836 05/26 Sergey Lapin [U-Boot-Users] [AT91] Re: [PATCH] DataFlash AT45DB021 support 2840 05/26 "Matt Gessner" Re: [U-Boot-Users] [AT91] Re: [PATCH] DataFlash AT45DB021 support 2945 05/29 Sergey Lapin Re: [U-Boot-Users] [AT91] Re: [PATCH] DataFlash AT45DB021 support 3371 06/05 Sergey Lapin [U-Boot-Users] [PATCH][AT91][Re-submit] DataFlash AT45DB021 support 3923 06/17 Sergey Lapin Re: [U-Boot-Users] [PATCH][AT91][Re-submit] DataFlash AT45DB021 support -> for AT91 custodian
2547 05/20 Andy Fleming [PATCH 1/4] Add ALIGN() macro 2548 05/20 Andy Fleming [PATCH 2/4] Add lmb_free 2549 05/20 Andy Fleming [PATCH 3/4] Fix an underflow bug in __lmb_alloc_base 2550 05/20 Andy Fleming [PATCH 4/4] Resize device tree to allow space for board changes and the chosen node -> obsoleted by rebased version: 3890 06/16 Andy Fleming [PATCH v3 4/4] Resize device tree to allow space for board changes and the chosen node 3891 06/16 Andy Fleming [PATCH v3 3/4] Fix an underflow bug in __lmb_alloc_base 3892 06/16 Andy Fleming [PATCH v3 1/4] Add ALIGN() macro 3893 06/16 Andy Fleming [PATCH v3 2/4] Add lmb_free
2572 05/21 Kyungmin Park [U-Boot-Users] [PATCH] Use the better ethernet timing at apollon -> applied
2582 05/21 Haavard Skinnemoe [PATCH] MMC: Consolidate MMC/SD command definitions -> Rejected, needs to be rebased
2584 05/21 Haavard Skinnemoe [PATCH] Remove kharris@nexus-tech.net from MAINTAINERS -> asked submitter for fixes / cleanup
2620 05/21 Hugo Villeneuve [U-Boot-Users] [PATCH] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS) 3486 06/06 Hugo Villeneuve [U-Boot-Users] [PATCH V8] ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS) 3966 06/18 "Hugo Villeneuve" Re: [U-Boot-Users] [PATCH V8] ARM: Add support for Lyrtech SFF-SDRboard (ARM926EJS) -> applied
2625 05/21 "Christian Eggers [U-Boot-Users] Fix endianess conversion in usb_ohci.c -> asked USB custodian for feedback.
2629 05/21 "Christian Eggers [U-Boot-Users] [Patch] Configure SMC for a second flash device if required -> for AT91 custodian
2643 05/21 Jason McMullan [U-Boot-Users] [PATCH] mips: If CONFIG_CMD_SPI is defined, call spi_init() 2673 05/23 Shinya Kuribayash Re: [U-Boot-Users] [PATCH] mips: If CONFIG_CMD_SPI is defined, call spi_init() -> already handled by MIPS custodian
2649 05/22 Stelian Pop [U-Boot-Users] [PATCH] Fix boot from NOR due to incorrect reset delay. -> for AT91 custodian
2660 05/22 Haavard Skinnemoe [PATCH v2] MMC: Consolidate MMC/SD command definitions -> applied
2663 05/22 Haavard Skinnemoe [U-Boot-Users] [PATCH] avr32: Fix wrong error flags in atmel_mci driver -> already applied
2664 05/22 Sergey Lapin [U-Boot-Users] [PATCH][Re-Submit] DataFlash AT45DB021 support -> for AT91 custodian
2688 05/22 Jean-Christophe P Re: [U-Boot-Users] [PATCH 18/26] Make nand_init() return the detected NAND size 2694 05/22 Scott Wood Re: [U-Boot-Users] [PATCH 18/26] Make nand_init() return the detected NAND size -> for AT91 custodian
2711 05/22 Scott Wood [U-Boot-Users] [PATCH 1/2] fsl_elbc_nand: workaround for hangs during nand write 2712 05/22 Scott Wood [U-Boot-Users] [PATCH 2/2] fsl_elbc_nand: Hard-code the FBAR/FPAR split. -> for NAND custodian / not for mainline!
2717 05/22 Andy Fleming [PATCH 1/4 v2] Add ALIGN() macro -> obsoleted by 3892 06/16 Andy Fleming [PATCH v3 1/4] Add ALIGN() macro
2735 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 00/18] avr32 patches for 1.3.4 2736 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 01/18] avr32: stk1002 and ngw100 convergence 2737 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 02/18] avr32: Disable the AP7000 internal watchdog on startup 2738 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 03/18] avr32: Use correct condition around macb clock accessors 2739 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 04/18] avr32: Remove unneeded .flashprog section from NGW100 ldscript 2740 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 05/18] avr32: Get rid of the .flashprog section 2741 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 06/18] avr32: Add support for the ATSTK1006 board 2742 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 07/18] avr32: Clean up the HMATRIX code 2743 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 08/18] avr32: Remove unused file cpu/at32ap/pm.c 2744 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 09/18] avr32: Use new-style Makefile for the at32ap platform 2745 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 10/18] avr32: Rename pm_init() as clk_init() and make SoC-specific 2746 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 11/18] avr32: Put memset in its own section 2747 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 12/18] avr32: Use the same entry point for reset and exception handling 2748 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 13/18] avr32: Do stricter stack checking in the exception handler 2750 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 14/18] avr32: Rework SDRAM initialization code 2752 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 16/18] avr32: Fix two warnings in atmel_mci.c 2753 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 17/18] avr32: Fix wrong error flags in atmel_mci driver 2754 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 18/18] avr32: Compile atmel_mci.o conditionally -> already applied
2751 05/23 Haavard Skinnemoe [U-Boot-Users] [PATCH 15/18] atmel_usart: Support fractional baud rate dividers -> dropped by author
2786 05/24 Jean-Christophe P [U-Boot-Users] [PATCH] MAKEALL: add at91 list -> asked submitter for fixes / cleanup
2802 05/24 Haavard Skinnemoe Re: [U-Boot-Users] [PATCH 06/18] avr32: Add support for the ATSTK1006 board 2803 05/24 Haavard Skinnemoe Re: [U-Boot-Users] [PATCH 05/18] avr32: Get rid of the .flashprog section 2831 05/26 Haavard Skinnemoe [U-Boot-Users] [PATCH] avr32: Fix theoretical race in udelay() 2833 05/26 Haavard Skinnemoe [PATCH v4 1/3] Move definition of container_of() to common.h 2834 05/26 Haavard Skinnemoe [PATCH v4 2/3] SPI API improvements 2835 05/26 Haavard Skinnemoe [PATCH v4 3/3] atmel_spi: Driver for the Atmel SPI controller -> already applied
2853 05/27 Jean-Christophe P [U-Boot-Users] [PATCH] [AT91SAM9] Fix NAND FLASH timings -> for AT91 custodian
2858 05/27 wangjiankun820624 [U-Boot-Users] MIPS: about the function of the octeon_twsi_set_addr8 -> for MIPS custodian
2866 05/27 Jason McMullan [U-Boot-Users] [PATCH] mips: Add an 'include/asm/errno.h', like all other architectures 3056 05/31 Shinya Kuribayash Re: [U-Boot-Users] [PATCH] mips: Add an 'include/asm/errno.h', like all other architectures -> already applied
2868 05/27 Anton Vorontsov [U-Boot-Users] [PATCH] 86xx: mpc8610_hpcd: add support for NAND 2886 05/28 Anton Vorontsov [U-Boot-Users] [PATCH 2/2] 86xx: mpc8610_hpcd: add support for NAND 2887 05/28 Kumar Gala Re: [U-Boot-Users] [PATCH] 86xx: mpc8610_hpcd: add support for NAND -> obsoleted by 2885+ 05/28 Anton Vorontsov [U-Boot-Users] [PATCH 1/2] 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h etc.
2936 05/28 "Russell McGuire" Re: [U-Boot-Users] Latest U-Boot MD5 compile error?? 2940 05/28 "Russell McGuire" RE: [U-Boot-Users] Latest U-Boot MD5 compile error?? 2941 05/28 "Russell McGuire" Re: [U-Boot-Users] Latest U-Boot MD5 compile error?? 2985 05/29 "Russell McGuire" RE: [U-Boot-Users] Latest U-Boot MD5 compile error?? -> cannot reproduce the problem, asked submitter for proper patch
2948 05/29 Kumar Gala [U-Boot-Users] [PATCH] 85xx: extended cpu identification -> asked submitter about state: resubmit cleaned up version?
2949 05/29 Tor Krill [U-Boot-Users] [PATCH] Add sata sil3114 support (V2) 3922 06/17 "Tor Krill" Re: [U-Boot-Users] [PATCH] Add sata sil3114 support (V2) -> applied
2950 05/29 Tor Krill [U-Boot-Users] [PATCH] Fix incorrect switch for IF_TYPE in part.c -> already applied.
2971 05/29 Kumar Gala [U-Boot-Users] [PATCH] Allow per file CFLAGS and AFLAGS -> asked submitter why needed. Tend to reject.
2981 05/29 Hugo Villeneuve [U-Boot-Users] [PATCH] Remove duplicate code introduced by commit 597f6c26a18b389903a64692bacbf -> does not apply; asked submitter for rebase/resubmit
2982 05/29 "Tsi-Chung.Liew" [PATCH] ColdFire: Fix UART baudrate formula 2989 05/29 "Tsi-Chung.Liew" [PATCH] ColdFire: Fix UART baudrate formula -> for ColdFire custodian
2994 05/30 sascha.laue@liebh [U-Boot-Users] [PATCH] Change GPIO to control the LSB transmitter on lwmon5 board. -> for ppc_4xx custodian
2995 05/30 sascha.laue@liebh [U-Boot-Users] [PATCH] configure dsp POST and add watchdog reset to the diag cmd. -> applied
3009 05/30 Matthias Fuchs [U-Boot-Users] [PATCH] 4xx: Cleanup CPCI405 variant's config file -> already applied
3046 05/31 Shinya Kuribayash Re: [U-Boot-Users] [MIPS] Convert CPU type name into CONFIG_CPU_* -> asked submitter about state: resubmit cleaned up version?
3128 06/02 Tor Krill [U-Boot-Users] [PATCH] Add missing define to mpc83xx.h -> already applied
3138 06/02 Scott Wood Re: [U-Boot-Users] Loading from NAND using 'nboot' Periodically Fails Where 'nand read' Succeed 3164 06/02 Grant Erickson Re: [U-Boot-Users] Loading from NAND using 'nboot' Periodically Fails Where 'nand read' Succeed 3165 06/02 Scott Wood [U-Boot-Users] Non-block-skipping NAND commands (was: Loading from NAND using 'nboot' Periodica 3176 06/02 "Stuart Wood" Re: [U-Boot-Users] Non-block-skipping NAND commands (was: Loading from NAND using 'nboot' Perio 3184 06/03 Stefan Roese Re: [U-Boot-Users] Non-block-skipping NAND commands (was: Loading from NAND using 'nboot' Perio 3272 06/04 Matthias Fuchs Re: [U-Boot-Users] Non-block-skipping NAND commands (was: Loading from NAND using 'nboot' Perio 3282 06/04 Detlev Zundel Re: [U-Boot-Users] Non-block-skipping NAND commands -> to be taken care of by NAND custodian
3160 06/02 "Stuart Wood" [U-Boot-Users] [PATCH]jffs2_1pass.c - Adding watchdog support 3161 06/02 "Stuart Wood" [U-Boot-Users] [PATCH]serial_pl010.c - Add watchdog support -> applied
3187 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 02/17] U-Boot-V2:Common:Clock Handle case of clock rollover for get_t 3196 06/03 "Menon, Nishanth" Re: [U-Boot-Users] [Patch 02/17] U-Boot-V2:Common:Clock Handle case of clockrollover for get_ti 3206 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 02/17] U-Boot-V2:Common:Clock Handle case of clockrollover for get_ti 3207 06/03 "Menon, Nishanth" Re: [U-Boot-Users] [Patch 02/17] U-Boot-V2:Common:Clock Handle case ofclockrollover for get_tim 3211 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 02/17] U-Boot-V2:Common:Clock Handle case ofclockrollover for get_tim 3218 06/03 "Menon, Nishanth" [U-Boot-Users] [Patch 02/17 Try 2] U-Boot-V2:Common:Clock Handle caseofclockrollover for get_ti 3188 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 05/17] U-Boot-V2:ARM: Introduce capability to have different stack/ma 3208 06/03 "Menon, Nishanth" Re: [U-Boot-Users] [Patch 05/17] U-Boot-V2:ARM: Introduce capability to havedifferent stack/mal 3212 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 05/17] U-Boot-V2:ARM: Introduce capability to havedifferent stack/mal 3260 06/04 "Menon, Nishanth" [U-Boot-Users] [Patch 05/17 Try 2] U-Boot-V2:ARM: Introduce capability tohavedifferent stack/ma 3283 06/04 Sascha Hauer Re: [U-Boot-Users] [Patch 05/17 Try 2] U-Boot-V2:ARM: Introduce capability tohavedifferent stac 3189 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 08/17] U-Boot-V2:Commands: Unbreak loadb support 3210 06/03 "Menon, Nishanth" Re: [U-Boot-Users] [Patch 08/17] U-Boot-V2:Commands: Unbreak loadb support 3190 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 09/17] U-Boot-V2:Serial: Add support for NS16550 Driver.` 3213 06/03 "Menon, Nishanth" Re: [U-Boot-Users] [Patch 09/17] U-Boot-V2:Serial: Add support for NS16550Driver.` 3223 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 09/17] U-Boot-V2:Serial: Add support for NS16550Driver.` 3263 06/04 "Menon, Nishanth" [U-Boot-Users] [Patch 09/17 Try 2] U-Boot-V2:Serial: Add support for NS16550 Driver 3191 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 10/17] U-Boot-V2:ARM:OMAP3: Add support for OMAP and Cortex A8 3193 06/03 "Laurent Desnogue Re: [U-Boot-Users] [Patch 10/17] U-Boot-V2:ARM:OMAP3: Add support for OMAP and Cortex A8 3215 06/03 "Menon, Nishanth" Re: [U-Boot-Users] [Patch 10/17] U-Boot-V2:ARM:OMAP3: Add support for OMAP and Cortex A8 3264 06/04 "Menon, Nishanth" [U-Boot-Users] [Patch 10/17 Try 2] U-Boot-V2:ARM:OMAP3: Add support for OMAP and Cortex A8 3192 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 11/17 Try 2] U-Boot-V2:ARM:OMAP3: Add support for OMAP3 Silicon files 3214 06/03 "Menon, Nishanth" Re: [U-Boot-Users] [Patch 11/17 Try 2] U-Boot-V2:ARM:OMAP3: Add support for OMAP3Silicon files< 3224 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 11/17 Try 2] U-Boot-V2:ARM:OMAP3: Add support for OMAP3Silicon files< 3265 06/04 "Menon, Nishanth" [U-Boot-Users] [Patch 11/17 Try 3] U-Boot-V2:ARM:OMAP3: Add support forOMAP3Silicon files 3194 06/03 Sascha Hauer Re: [U-Boot-Users] [Patch 13/17] U-Boot-V2:ARM:OMAP3: Add generic Headers 3267 06/04 "Menon, Nishanth" [U-Boot-Users] [Patch 13/17 Try 2] U-Boot-V2:ARM:OMAP3: Add generic Headers 3259 06/04 "Menon, Nishanth" [U-Boot-Users] [Patch 04/17 Try 2] U-Boot-V2:ARM: Remove unwanted flags from Makefile 3266 06/04 "Menon, Nishanth" [U-Boot-Users] [Patch 12/17 Try 2] U-Boot-V2:ARM:OMAP3: Add support forOMAP3 Silicon files 3268 06/04 "Menon, Nishanth" [U-Boot-Users] [Patch 15/17 Try 2] U-Boot-V2:ARM:OMAP3:SDP3430: Addsupport for SDP3430 support 3269 06/04 "Menon, Nishanth" [U-Boot-Users] [Patch 16/17 Try 2] U-Boot-V2:ARM:OMAP3:SDP3430 Addsupport for SDP3430 board fil 4006 06/18 "Menon, Nishanth" [U-Boot-Users] [Patch] U-Boot-v2: general replace __KERNEL__ with __UBOOT__ -> for V2 custodian
3195 06/03 Dave Liu [U-Boot-Users] [PATCH] ata: fix the bug of signature updated -> applied
3274 06/04 Remy Bohmer [patch] Fix order for reading rx-status registers in 32bit mode of DM9000 3310 06/04 "Ben Warren" Re: [U-Boot-Users] [patch] Fix order for reading rx-status registers in 32bit mode of DM9000 -> already applied
3323 06/04 Jason McMullan [U-Boot-Users] [PATCH] mips: Bring over optimized memset() routine from Linux. 3584 06/10 Shinya Kuribayash Re: [U-Boot-Users] [PATCH] mips: Bring over optimized memset() routine from Linux. -> asked submitter about state: resubmit cleaned up version?
3370 06/04 Kumar Gala [U-Boot-Users] [PATCH] Squash warnings from pointer aliasing in dlmalloc -> asked submitter why needed. Tend to reject.
3382 06/05 Remy Bohmer [U-Boot-Users] [patch] DM9000 fix status check fail 0x6d error for trizeps board -> already applied
3438 06/06 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support 3555 06/10 Nobuhiro Iwamatsu Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support 3557 06/09 Ben Warren Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support 3644 06/11 "Nobuhiro Iwamats Re: [U-Boot-Users] [PATCH] net: sh: Renesas SH7763 Ethernet device support -> author will submit new patch
3487 06/06 Marian Balakowicz [U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices 3537 06/09 Scott Wood Re: [U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices -> applied
3491 06/07 Dave Liu [PATCH] Remove the obsolete cfg definition -> asked submitter for fixes / cleanup
3492 06/07 Jean-Christophe P [U-Boot-Users] [PATCH] add SHA256 support -> applied
3494 06/07 "Matvejchikov Ily [U-Boot-Users] [PATCH] FDT memory and pci node fixes for MPC8260ADS 3495 06/07 "Matvejchikov Ily [U-Boot-Users] [PATCH] Some copy-n-paste fixes in printf usage -> asked submitter for fixes / cleanup
3497 06/08 Shinya Kuribayash [U-Boot-Users] drivers/net/Makefile: Conditional COBJS inclusion cleanups 3499 06/08 Shinya Kuribayash [U-Boot-Users] [PATCH 1/10] net: Conditional COBJS inclusion of bcm570x and tigon3 modules 3500 06/08 Shinya Kuribayash [U-Boot-Users] [PATCH 2/10] net: Conditional COBJS inclusion of Realtek modules 3501 06/08 Shinya Kuribayash [U-Boot-Users] [PATCH 3/10] net: Conditional COBJS inclusion of Intel modules 3502 06/08 Shinya Kuribayash [U-Boot-Users] [PATCH 4/10] net: Conditional COBJS inclusion of INCA-IP switch 3503 06/08 Shinya Kuribayash [U-Boot-Users] [PATCH 5/10] net: Conditional COBJS inclusion of National Semiconductor modules< 3504 06/08 Shinya Kuribayash [U-Boot-Users] [PATCH 6/10] net: Conditional COBJS inclusion of NET+ARM modules 3505 06/08 Shinya Kuribayash [U-Boot-Users] [PATCH 7/10] net: Conditional COBJS inclusion of TSEC and Vitesse modules 3506 06/08 Shinya Kuribayash [U-Boot-Users] [PATCH 8/10] net: Conditional COBJS inclusion of SMC modules 3507 06/08 Shinya Kuribayash [U-Boot-Users] [PATCH 9/10] net: Conditional COBJS inclusion of Freescale FEC modules 3508 06/08 Shinya Kuribayash [U-Boot-Users] [PATCH 10/10] net: Conditional COBJS inclusino of remainings 3531 06/09 "Ben Warren" Re: [U-Boot-Users] [PATCH 10/10] net: Conditional COBJS inclusino of remainings 3535 06/09 Shinya Kuribayash [U-Boot-Users] [PATCH v2] net: Conditional COBJS inclusion of network drivers -> asked submitter about state: resubmit cleaned up version?
3510 06/08 Juergen Kilb [U-Boot-Users] [PATCH] i.MX31: fixed CTRL-C detection -> applied
3512 06/08 Jason McMullan [U-Boot-Users] [PATCH] mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the env -> for MIPS custodian
3521 06/08 Ben Warren [U-Boot-Users] [PATCH v2] Move conditional compilation of MPC8XXX SPI driver to Makefile 3532 06/09 Haavard Skinnemoe Re: [U-Boot-Users] [PATCH v2] Move conditional compilation of MPC8XXX SPI driver to Makefile -> applied
3530 06/09 Haavard Skinnemoe [PATCH RESEND #2] Conditionally add -fno-stack-protector to CFLAGS -> already applied
3543 06/09 Kumar Gala [U-Boot-Users] [RFC][FSL DDR 0/8] Freescale DDR rewrite 3544 06/09 Kumar Gala [U-Boot-Users] [RFC][FSL DDR 1/8] Add proper SPD definitions for DDR1/2/3 3545 06/09 Kumar Gala [U-Boot-Users] [RFC][FSL DDR 2/8] Rewrite the FSL mpc8xxx DDR controller setup code. 3546 06/09 Kumar Gala [U-Boot-Users] [RFC][FSL DDR 3/8] FSL DDR: Add interactive DDR config support 3547 06/09 Kumar Gala [U-Boot-Users] [RFC][FSL DDR 4/8] FSL DDR: Provide a generic fsl_ddr_sdram_set_lawbar() 3548 06/09 Kumar Gala [U-Boot-Users] [RFC][FSL DDR 5/8] FSL DDR: Add e500 TLB helper for DDR code 3549 06/09 Kumar Gala [U-Boot-Users] [RFC][FSL DDR 6/8] Modify mpc8641HPCN to use the new DDR setup code. 3550 06/09 Kumar Gala [U-Boot-Users] [RFC][FSL DDR 7/8] Modify MPC8610HPCD to use the new DDR setup code. 3551 06/09 Kumar Gala [U-Boot-Users] [RFC][FSL DDR 8/8] Modify MPC8544 DS to use the new DDR setup code. 3560 06/09 Jerry Van Baren Re: [U-Boot-Users] [RFC][FSL DDR 1/8] Add proper SPD definitions for DDR1/2/3 3561 06/09 Jon Loeliger Re: [U-Boot-Users] [RFC][FSL DDR 1/8] Add proper SPD definitions for DDR1/2/3 -> not a patch; asked submitter to be sure
3559 06/09 Magnus Lilja [U-Boot-Users] i.MX31: Cleanup comments in lowlevel_init.S. -> applied
3564 06/09 Kim Phillips [U-Boot-Users] [PATCH] fdt_support: add crypto node handling for MPC8{3, 5}xxE processors 3621 06/10 Kumar Gala Re: [U-Boot-Users] [PATCH] fdt_support: add crypto node handling for MPC8{3, 5}xxE processors 3630 06/10 Kim Phillips [PATCH v2] fdt: add crypto node handling for MPC8{3,5}xxE processors 3631 06/10 Jerry Van Baren Re: [PATCH v2] fdt: add crypto node handling for MPC8{3,5}xxE processors 3895 06/16 Kim Phillips [PATCH v3] fdt: add crypto node handling for MPC8{3,5}xxE processors 3896 06/16 Kim Phillips [PATCH v4] fdt: add crypto node handling for MPC8{3, 5}xxE processors 3925 06/17 Kumar Gala Re: [PATCH v4] fdt: add crypto node handling for MPC8{3, 5}xxE processors -> asked submitter about state: resubmit cleaned up version?
3582 06/10 Manuel Sahm [U-Boot-Users] Teridian Phy Support tr78q21x3 3618 06/10 Anatolij Gustschi Re: [U-Boot-Users] Teridian Phy Support tr78q21x3 -> asked submitter for proper patch
3592 06/10 Stefan Roese [U-Boot-Users] [PATCH] ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output -> already applied
3595 06/10 Ben Warren [PATCH v2] Add mechanisms for CPU and board-specific Ethernet initialization 3602 06/10 Jon Loeliger Re: [U-Boot-Users] [PATCH v2] Add mechanisms for CPU and board-specific Ethernet initialization 3606 06/10 Ben Warren Re: [U-Boot-Users] [PATCH v2] Add mechanisms for CPU and board-specific Ethernet initialization 3598 06/11 Shinya Kuribayash Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization 3599 06/10 Stefan Roese Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization 3603 06/11 Shinya Kuribayash Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization 3607 06/10 Ben Warren Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization 3628 06/11 Haavard Skinnemoe Re: [U-Boot-Users] [PATCH] Add mechanisms for CPU and board-specific Ethernet initialization -> obsoleted by later version, see 3812 06/13 Ben Warren [PATCH V4] Add mechanisms for CPU and board-specific Ethernet initialization
3600 06/10 Jon Loeliger Re: [U-Boot-Users] [PATCH 1/4] Change initdram() return type to phys_size_t 3601 06/10 Stefan Roese Re: [U-Boot-Users] [PATCH 1/4] Change initdram() return type to phys_size_t 3701 06/12 To:Becky Bruce Re: [U-Boot-Users] [PATCH 1/4] Change initdram() return type to phys_size_t -> already applied
3627 06/10 "mark roths" [U-Boot-Users] u-boot and CONFIG_MTD_NAND_ECC_SMC patch -> already applied
3645 06/11 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH v2] net: sh: Renesas SH7763 Ethernet device support -> for net custodian
3648 06/11 "Antonio R. Costa [U-Boot-Users] [PATCH 1/6] AT572D940HF-EB Support 3649 06/11 "Antonio R. Costa [U-Boot-Users] [PATCH 2/6] AT572D940HF-EB Support 3650 06/11 "Antonio R. Costa [U-Boot-Users] [PATCH 3/6] AT572D940HF-EB Support 3651 06/11 "Antonio R. Costa [U-Boot-Users] [PATCH 4/6] AT572D940HF-EB Support 3652 06/11 "Antonio R. Costa [U-Boot-Users] [PATCH 5/6] AT572D940HF-EB Support 3653 06/11 "Antonio R. Costa [U-Boot-Users] [PATCH 6/6] AT572D940HF-EB Support 3654 06/11 "Antonio R. Costa [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB 3733 06/12 "Ulf Samuelsson" Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB 3735 06/12 "COSTA, Antonio" Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB 3737 06/12 "Ulf Samuelsson" Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB 3739 06/12 Jerry Van Baren Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB 3859 06/15 Haavard Skinnemoe Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB 3897 06/16 Ken.Fuchs@bench.c Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB 3899 06/17 Haavard Skinnemoe Re: [U-Boot-Users] [PATCH 1/3] SDHC Support for AT572d940HF-EB 3740 06/12 "Antonio R. Costa [U-Boot-Users] [PATCH 1/6] AT572D940HF-EB Support v2 (board folder) 3741 06/12 "Antonio R. Costa [U-Boot-Users] [PATCH 2/2] AT572D940HF-EB Support v2 (SDHC support part 2) 3742 06/12 "Antonio R. Costa [U-Boot-Users] [PATCH 1/2] AT572D940HF-EB Support v2 (SDHC support part 1) 3743 06/12 "Antonio R. Costa [U-Boot-Users] [PATCH 3/6] AT572D940HF-EB Support v2 (include files part 1) 3744 06/12 "Antonio R. Costa [U-Boot-Users] [PATCH 5/6] AT572D940HF-EB Support v2 (ethernet files) 3745 06/12 "Antonio R. Costa [U-Boot-Users] [PATCH 4/6] AT572D940HF-EB Support v2 (include files part 2) 3747 06/12 "Antonio R. Costa [U-Boot-Users] [PATCH 2/6] AT572D940HF-EB Support v2 (cpu folder) 3748 06/12 "Antonio R. Costa [U-Boot-Users] [PATCH 6/6] AT572D940HF-EB Support v2 (configuration files) 3746 06/12 "Antonio R. Costa [U-Boot-Users] [PATCH 1/1] mmc_verbosity variable 3764 06/12 Haavard Skinnemoe Re: [U-Boot-Users] [PATCH 1/2] AT572D940HF-EB Support v2 (SDHC support part 1) -> still under discussion; who is reponsible?
3663 06/11 Kumar Gala [PATCH v3] ppc: Added fls, fls64, __ilog2_u64, and ffs64 to bitops -> applied
3725 06/12 Joakim Tjernlund Re: [U-Boot-Users] [PATCH]: Fix for bug: U-boot environment corrupt by reading uninitialized fl -> asked submitter for cleaned up version
3757 06/12 "Steven A. Falco" [U-Boot-Users] Patch to setenv() to return status -> applied
3759 06/12 "Steven A. Falco" [U-Boot-Users] Patch to clean up syntax highlighting -> applied
3760 06/12 Haavard Skinnemoe [U-Boot-Users] [PATCH 3/3] mmc: Move atmel_mci driver into drivers/mmc 3761 06/12 Haavard Skinnemoe [U-Boot-Users] [PATCH 1/3] Create drivers/mmc subdirectory 3762 06/12 Haavard Skinnemoe [U-Boot-Users] [PATCH 2/3] avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver 3763 06/12 Haavard Skinnemoe [U-Boot-Users] [PATCH 0/3] Move atmel_mci driver into drivers/mmc -> asked submitter about state: goes in through Atmel repo, or directly?
3766 06/12 "Brian S. Park" Re: [U-Boot-Users] U-Boot and Linux on Walnut based board -> problem confirmed, to be taken care of by PPC4xx custodian.
3812 06/13 Ben Warren [PATCH V4] Add mechanisms for CPU and board-specific Ethernet initialization -> for net custodian.
3828 06/14 Larry Johnson [U-Boot-Users] [PATCH] ppc4xx: Update and add FDT to Korat board support 3829 06/14 Larry Johnson [U-Boot-Users] [PATCH] pp44xx: Remove implementation of testdram() from Korat board support -> for ppc4xx custodian
3871 06/16 Stefan Roese [U-Boot-Users] [PATCH] cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably -> for CFI-Flash custodian
3873 06/16 Kenneth Johansson Re: [U-Boot-Users] U-Boot booting from NAND -> asked author to post patches
3881 06/16 Philip Balister [U-Boot-Users] [PATCH] small patch for env_nand.c 3889 06/16 Scott Wood Re: [U-Boot-Users] [PATCH] small patch for env_nand.c -> already handled by NAND custodian
3890 06/16 Andy Fleming [PATCH v3 4/4] Resize device tree to allow space for board changes and the chosen node 3891 06/16 Andy Fleming [PATCH v3 3/4] Fix an underflow bug in __lmb_alloc_base 3892 06/16 Andy Fleming [PATCH v3 1/4] Add ALIGN() macro 3893 06/16 Andy Fleming [PATCH v3 2/4] Add lmb_free -> applied.
3901 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH] net: ne2000: Move dev_addr variable from grobal to local. 3902 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH] net: ne2000: Fix compile error of NE2000 -> for net custodian
3905 06/17 "Nobuhiro Iwamats Re: [U-Boot-Users] [PATCH][RFC] pci: Remove CONFIG_PCI_SKIP_HOST_BRIDGE and Add check PCI class 3908 06/17 Nobuhiro Iwamatsu [PATCH][RFC] pci: Add check PCI bridge class (Re: [U-Boot-Users] [PATCH][RFC] pci: Remove CONFI -> asked other users (Stefan Roese) for feedback
3655 06/11 "Antonio R. Costa [U-Boot-Users] [PATCH 1/1] FAT Bare Partition Support 3909 06/17 "Antonio R. Costa Re: [U-Boot-Users] [PATCH 1/1] FAT Bare Partition Support 3921 06/17 Michal Simek Re: [U-Boot-Users] [PATCH 1/1] FAT Bare Partition Support -> do nothing; waiting for resubmit
3910 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH 1/9] sh: Cleanup source code of MS7720SE 3911 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH 2/9] sh: Cleanup source code of MS7722SE 3912 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH 4/9] sh: Cleanup source code of R2DPlus 3913 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH 3/9] sh: Cleanup source code of R7780MP 3914 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH 5/9] sh: Cleanup source code of SH7763RDP 3915 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH 6/9] sh: Update Hitachi MS7722SE board 3916 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH 7/9] sh: Update Renesas Migo-R board 3917 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH 8/9] sh: Update Renesas R7780MP board 3918 06/17 Nobuhiro Iwamatsu [U-Boot-Users] [PATCH 9/9] sh: Update Renesas R2DPlus board -> for SH custodian
3919 06/17 Nobuhiro Iwamatsu [PATCH][RFC] pci: Divided pci code of the powerpc -> RFC - waiting for comments from others
3934 06/17 Kim Phillips [PATCH 1/2] mpc85xx: use IS_E_PROCESSOR macro 3963 06/18 Kumar Gala [U-Boot-Users] [PATCH] 85xx: Cleanup L2 cache size detection 3964 06/18 Kumar Gala [U-Boot-Users] [PATCH] MPC8544DS: Report board id, board version and fpga version. -> for 85xx custodian
3935 06/17 Kim Phillips [U-Boot-Users] [PATCH 2/2] mpc83xx: move CPU_TYPE_ENTRY over to processor.h -> for 83xx custodian
3944 06/18 Esben Haabendal [U-Boot-Users] [PATCH] mpc8260: add fdt_fixup_ethernet support -> applied
3984 06/18 Hugo Villeneuve [U-Boot-Users] [PATCH 1/2] Remove duplicate definitions in include/lxt971a.h. 3985 06/18 Hugo Villeneuve [U-Boot-Users] [PATCH 2/2] Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c. -> for net custodian
4000 06/18 Magnus Lilja [U-Boot-Users] i.MX31: mx31_gpio_mux() problem -> do nothing; waiting for resubmit
4011 06/19 Kumar Gala [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version. 4025 06/19 Jon Loeliger Re: [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version. 4012 06/19 Kumar Gala [U-Boot-Users] [PATCH] MPC8610HPCD: Report board id, board version and fpga version. -> already taken care of by 86xx custodian
4015 06/19 Gary Jennejohn [U-Boot-Users] [PATCH] Add a logo for RRvision. 4016 06/19 Gary Jennejohn [U-Boot-Users] [PATCH] Add another logo for RRvision. -> applied
4026 06/18 Jason McMullan [U-Boot-Users] [PATCH] mtd: SPI Flash: Winbond W25X16/WX2532/WX2564 support 4027 06/19 Jason McMullan [U-Boot-Users] [PATCH] mtd: SPI Flash: Support the ST Microelectronics M25P80 and M25P40 4028 06/19 "McMullan, Jason" [U-Boot-Users] MTD Winbond and MTD STMicro SPI Flash Support -> for MTD custodian
4102 06/20 Haavard Skinnemoe [U-Boot-Users] [PATCH 2/3] avr32: Fix SPI portmux initialization 4103 06/20 Haavard Skinnemoe [U-Boot-Users] [PATCH 1/3] avr32: Add GPIO manipulation functions 4104 06/20 Haavard Skinnemoe [U-Boot-Users] [PATCH 3/3] avr32: Enable SPI flash support on ATNGW100 -> for avr32 custodian
4110 06/20 Timur Tabi [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats 4119 06/20 Ben Warren Re: [U-Boot-Users] [PATCH v2] Update Freescale sys_eeprom.c to handle CCID formats -> do nothing; waiting for reply to Ben's question or resubmit
4123 06/20 Detlev Zundel [U-Boot-Users] [PATCH] fdt: Fix typo in variable name. -> applied
For submitters of patches:
Please check if your sumissions have either been applied to the current git repository, or if they are listed here.
Otherwise it is likely that I have missed your patch, so please send a reminder then.
For custodians:
Please check if you already have picked up the listed patches and send me a pull request, if appropriate.
Thanks in advance!
Best regards,
Wolfgang Denk