[U-Boot-Users] [MPC82xx] Fixes for MPC8272

The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9: Wolfgang Denk (1): Cleanup compiler warnings, update CHANGELOG
are found in the git repository at:
git://www.denx.de/git/u-boot-mpc82xx.git
Heiko Schocher (1): [MPC826x] update defines in include/mpc8260.h for the MPC8272 family
include/mpc8260.h | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 89 insertions(+), 1 deletions(-)
Please help testing this code. If there are no complaints, it will be merged into the master repo in aboutr 3 weeks from now.
Best regards,
Wolfgang Denk

The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9: Wolfgang Denk (1): Cleanup compiler warnings, update CHANGELOG
are found in the git repository at:
git://www.denx.de/git/u-boot-nand-flash.git
Stefan Roese (2): Remove BOARDLIBS usage completely Merge with git://www.denx.de/git/u-boot.git
Makefile | 4 +++- board/ixdp425/config.mk | 3 --- board/prodrive/pdnb3/config.mk | 3 --- cpu/ixp/npe/Makefile | 2 +- doc/README.nand | 7 +------ include/configs/delta.h | 1 - include/configs/zylonite.h | 1 - 7 files changed, 5 insertions(+), 16 deletions(-)

The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9: Wolfgang Denk (1): Cleanup compiler warnings, update CHANGELOG
are found in the git repository at:
git://www.denx.de/git/u-boot-testing.git
Jeffrey Mann (1): [patch] setenv(...) can delete environmentalvariables
Mike Frysinger (1): [patch] use unsigned char in smc91111 driver for mac
Sergei Shtylyov (1): Avoid assigning PCI resources from zero address
Stefan Roese (2): Merge with git://www.denx.de/git/u-boot.git Fix file mode
common/cmd_nvedit.c | 5 ++++- drivers/pci_auto.c | 7 ++++++- drivers/smc91111.c | 8 ++++---- 3 files changed, 14 insertions(+), 6 deletions(-)

In message 200704231516.04707.sr@denx.de you wrote:
The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9: Wolfgang Denk (1): Cleanup compiler warnings, update CHANGELOG
are found in the git repository at:
git://www.denx.de/git/u-boot-nand-flash.git
Stefan Roese (2): Remove BOARDLIBS usage completely Merge with git://www.denx.de/git/u-boot.git
Merged, thanks.
Best regards,
Wolfgang Denk

The following changes since commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562: Timur Tabi (1): 5xxx: write MAC address to mac-address and local-mac-address
are found in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Jeffrey Mann (2): ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file Run new sequoia boards with an EBC speed of 83MHz
Stefan Roese (2): ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too ppc4xx: Add mtcpr/mfcpr access macros
board/amcc/sequoia/sequoia.c | 10 ++++++++-- include/configs/sequoia.h | 2 +- include/ppc440.h | 20 +++++++++++++++++--- lib_ppc/board.c | 4 +++- 4 files changed, 29 insertions(+), 7 deletions(-)

The following changes since commit 70124c2602ae2d4c5d3dba05b482d91548242de8: Stefano Babic (1): Fix compile problem cause my Microblaze merge
are found in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Jeffrey Mann (2): ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file Run new sequoia boards with an EBC speed of 83MHz
Stefan Roese (9): ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too ppc4xx: Add mtcpr/mfcpr access macros Merge with git://www.denx.de/git/u-boot.git ppc4xx: Fix problem in 405EZ OCM initialization ppc4xx: Add 405 support to 4xx NAND driver ndfc.c ppc4xx: Use do { ... } while (0) for CPR & SDR access macros ppc4xx: Update AMCC Acadia support for board revision 1.1 ppc4xx: Fix small 405EZ OCM initilization bug in start.S Merge with /home/stefan/git/u-boot/acadia-nand
board/amcc/acadia/acadia.c | 9 ++++++++- board/amcc/sequoia/sequoia.c | 10 ++++++++-- cpu/ppc4xx/ndfc.c | 8 ++++---- cpu/ppc4xx/start.S | 2 +- include/configs/acadia.h | 27 +++++++++------------------ include/configs/sequoia.h | 2 +- include/ppc405.h | 8 ++++---- include/ppc440.h | 20 +++++++++++++++++--- lib_ppc/board.c | 4 +++- 9 files changed, 55 insertions(+), 35 deletions(-)

The following changes since commit 19bf91f9628f80a55d4f171df71041574882b3d6: Wolfgang Denk (1): Merge with /home/tur/git/u-boot#motionpro
are found in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Stefan Roese (13): ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe) ppc4xx: Change Luan config file to support ECC ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo NAND: Update nand_ecc.c to latest Linux version NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c ppc4xx: Update in_be32() functions and friends to latest Linux version ppc4xx: Prepare Bamboo port for NAND booting support NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board ppc4xx: Update Sequoia NAND booting support with ECC ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz Merge with /home/stefan/git/u-boot/bamboo-nand ppc4xx: Add missing file for Bamboo NAND booting support
MAKEALL | 30 ++-- Makefile | 9 + board/amcc/bamboo/Makefile | 4 +- board/amcc/bamboo/bamboo.c | 29 ++- board/amcc/bamboo/config.mk | 6 +- board/amcc/bamboo/flash.c | 6 +- board/amcc/bamboo/init.S | 183 +++++++++--------- board/amcc/bamboo/u-boot-nand.lds | 137 +++++++++++++ board/amcc/sequoia/sdram.c | 4 + board/amcc/sequoia/sequoia.c | 6 - cpu/ppc4xx/44x_spd_ddr.c | 341 ++++++++++++++++----------------- cpu/ppc4xx/44x_spd_ddr2.c | 7 +- cpu/ppc4xx/ndfc.c | 74 +++++-- cpu/ppc4xx/start.S | 221 +++++++++++++--------- drivers/nand/nand_ecc.c | 228 +++++++++------------- include/asm-ppc/io.h | 89 ++++++---- include/configs/bamboo.h | 88 ++++++++-- include/configs/luan.h | 3 +- include/configs/sequoia.h | 13 +- nand_spl/board/amcc/bamboo/Makefile | 100 ++++++++++ nand_spl/board/amcc/bamboo/config.mk | 49 +++++ nand_spl/board/amcc/bamboo/sdram.c | 92 +++++++++ nand_spl/board/amcc/bamboo/u-boot.lds | 65 +++++++ nand_spl/board/amcc/sequoia/Makefile | 9 +- nand_spl/nand_boot.c | 95 ++++++---- 25 files changed, 1243 insertions(+), 645 deletions(-) create mode 100644 board/amcc/bamboo/u-boot-nand.lds create mode 100644 nand_spl/board/amcc/bamboo/Makefile create mode 100644 nand_spl/board/amcc/bamboo/config.mk create mode 100644 nand_spl/board/amcc/bamboo/sdram.c create mode 100644 nand_spl/board/amcc/bamboo/u-boot.lds

The following changes since commit c0c292b2852a12e9d93e99b3aaf5b0dac5f36fdc: Wolfgang Denk (1): Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
are found in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Stefan Roese (2): ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board Merge with /home/stefan/git/u-boot/acadia-nand-boot
MAKEALL | 33 ++++---- Makefile | 9 ++ board/amcc/acadia/Makefile | 2 +- board/amcc/acadia/acadia.c | 10 ++- board/amcc/acadia/cmd_acadia.c | 101 ++++++++++++++++++++++ board/amcc/acadia/config.mk | 6 ++ board/amcc/acadia/memory.c | 11 ++- board/amcc/acadia/u-boot-nand.lds | 137 +++++++++++++++++++++++++++++ cpu/ppc4xx/start.S | 72 ++++++++++++---- include/configs/acadia.h | 152 ++++++++++++++++++++++++++------- include/ppc405.h | 8 ++ nand_spl/board/amcc/acadia/Makefile | 104 ++++++++++++++++++++++ nand_spl/board/amcc/acadia/config.mk | 47 ++++++++++ nand_spl/board/amcc/acadia/u-boot.lds | 63 ++++++++++++++ 14 files changed, 685 insertions(+), 70 deletions(-) create mode 100644 board/amcc/acadia/cmd_acadia.c create mode 100644 board/amcc/acadia/u-boot-nand.lds create mode 100644 nand_spl/board/amcc/acadia/Makefile create mode 100644 nand_spl/board/amcc/acadia/config.mk create mode 100644 nand_spl/board/amcc/acadia/u-boot.lds

The following changes since commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7: Wolfgang Denk (1): Coding Style cleanup; generate new CHANGELOG file.
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
BenoƮt Monin (1): fix gpio setting when using CFG_440_GPIO_TABLE
Grzegorz Bernacki (1): ppc4xx: Clean up 440 exceptions handling
Stefan Roese (8): [ppc4xx] Extend program_tlb() with virtual & physical addresses [ppc4xx] Extend 44x GPIO setup with default output state [ppc4xx] Add initial lwmon5 board support Merge with /home/stefan/git/u-boot/denx-440-exceptions [ppc4xx] Change lwmon5 port to work with recent 440 exception rework [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c [ppc4xx] Fix problem with NAND booting on AMCC Acadia ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
MAINTAINERS | 1 + MAKEALL | 18 +- Makefile | 3 + board/amcc/acadia/Makefile | 2 +- board/amcc/acadia/acadia.c | 2 + board/amcc/acadia/memory.c | 11 + board/amcc/acadia/{cpr.c => pll.c} | 0 board/amcc/sequoia/Makefile | 2 +- board/amcc/sequoia/cmd_sequoia.c | 111 ++++++ board/lwmon5/Makefile | 51 +++ board/lwmon5/config.mk | 39 +++ board/lwmon5/init.S | 90 +++++ board/lwmon5/lwmon5.c | 464 +++++++++++++++++++++++++ board/lwmon5/sdram.c | 598 +++++++++++++++++++++++++++++++++ board/lwmon5/sdram.h | 505 ++++++++++++++++++++++++++++ board/lwmon5/u-boot.lds | 145 ++++++++ cpu/ppc4xx/44x_spd_ddr.c | 4 +- cpu/ppc4xx/44x_spd_ddr2.c | 4 +- cpu/ppc4xx/config.mk | 10 +- cpu/ppc4xx/gpio.c | 42 +++- cpu/ppc4xx/start.S | 331 +++++++++--------- cpu/ppc4xx/tlb.c | 77 +++-- cpu/ppc4xx/traps.c | 107 ++++--- include/asm-ppc/gpio.h | 8 +- include/asm-ppc/processor.h | 15 +- include/configs/CPCI440.h | 1 + include/configs/KAREF.h | 1 + include/configs/METROBOX.h | 1 + include/configs/acadia.h | 4 +- include/configs/alpr.h | 1 + include/configs/bamboo.h | 1 + include/configs/ebony.h | 1 + include/configs/katmai.h | 2 +- include/configs/lwmon5.h | 438 ++++++++++++++++++++++++ include/configs/ocotea.h | 1 + include/configs/p3p440.h | 1 + include/configs/pcs440ep.h | 131 ++++---- include/configs/sequoia.h | 1 + include/configs/taishan.h | 1 + include/configs/yosemite.h | 1 + include/ppc405.h | 9 + include/ppc440.h | 10 +- include/ppc4xx.h | 1 + include/ppc_asm.tmpl | 96 +++---- nand_spl/board/amcc/acadia/Makefile | 14 +- nand_spl/board/amcc/acadia/config.mk | 4 +- nand_spl/board/amcc/acadia/u-boot.lds | 2 +- 47 files changed, 2968 insertions(+), 394 deletions(-) rename board/amcc/acadia/{cpr.c => pll.c} (100%) create mode 100644 board/amcc/sequoia/cmd_sequoia.c create mode 100644 board/lwmon5/Makefile create mode 100644 board/lwmon5/config.mk create mode 100644 board/lwmon5/init.S create mode 100644 board/lwmon5/lwmon5.c create mode 100644 board/lwmon5/sdram.c create mode 100644 board/lwmon5/sdram.h create mode 100644 board/lwmon5/u-boot.lds create mode 100644 include/configs/lwmon5.h

In message 200706191749.55031.sr@denx.de you wrote:
The following changes since commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7: Wolfgang Denk (1): Coding Style cleanup; generate new CHANGELOG file.
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Merged. Thanks.
Best regards,
Wolfgang Denk

On Tue, 19 Jun 2007 17:49:54 +0200 Stefan Roese sr@denx.de wrote:
Grzegorz Bernacki (1): ppc4xx: Clean up 440 exceptions handling
Emil brought to my attention that this commit breaks all powerpc's except 4xx, like this:
start.S: Assembler messages: start.S:266: Error: Unrecognized opcode: `exception_prolog' start.S:285: Error: Unrecognized opcode: `exception_prolog' make[1]: *** [start.o] Error 1
let us know how you would like to proceed.
Kim

Hi Kim,
On Friday 22 June 2007, Kim Phillips wrote:
Grzegorz Bernacki (1): ppc4xx: Clean up 440 exceptions handling
Emil brought to my attention that this commit breaks all powerpc's except 4xx, like this:
start.S: Assembler messages: start.S:266: Error: Unrecognized opcode: `exception_prolog' start.S:285: Error: Unrecognized opcode: `exception_prolog' make[1]: *** [start.o] Error 1
let us know how you would like to proceed.
I'm very sorry for this. We're investigating right now, how to best handle this. I'll let you know very soon.
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

Hi Kim,
On Friday 22 June 2007, Stefan Roese wrote:
Emil brought to my attention that this commit breaks all powerpc's except 4xx, like this:
start.S: Assembler messages: start.S:266: Error: Unrecognized opcode: `exception_prolog' start.S:285: Error: Unrecognized opcode: `exception_prolog' make[1]: *** [start.o] Error 1
let us know how you would like to proceed.
I'm very sorry for this. We're investigating right now, how to best handle this. I'll let you know very soon.
Wolfgang committed a fix for this a few minutes ago:
http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=commit;h=02032e8f14751a...
Please give it a try and let me know if you have any comments.
Again, sorry for the breakage.
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

On Fri, 22 Jun 2007 16:18:32 +0200 Stefan Roese sr@denx.de wrote:
Please give it a try and let me know if you have any comments.
builds ok now.
Thanks,
Kim

The following changes since commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f: Rafal Jaworowski (1): [ppc] Fix build breakage for all non-4xx PowerPC variants.
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (1): ppc4xx: Fix problem with extended program_tlb() funtion
cpu/ppc4xx/tlb.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)

This small CPCI750 update extends the board specific command "show_config" to display the Marvell strapping registers and extends the PCI IDE controller.
Signed-off-by: Reinhard Arlt reinhard.arlt@esd-electronics.com Signed-off-by: Stefan Roese sr@denx.de
--- commit c9cfe580f6376de734a58707448914c8f7815043 tree 2731456a3e94d72412abe3f5881943dded1dd579 parent 83b4cfa3d629dff0264366263c5e94d9a50ad80b author Reinhard Arlt reinhard.arlt@esd-electronics.com Fri, 22 Jun 2007 17:28:42 +0200 committer Stefan Roese sr@denx.de Fri, 22 Jun 2007 17:28:42 +0200
board/esd/cpci750/cpci750.c | 89 ++++++++++++++++++++++++++++++++++++++-- board/esd/cpci750/ide.c | 2 + board/esd/cpci750/sdram_init.c | 2 - 3 files changed, 88 insertions(+), 5 deletions(-)
diff --git a/board/esd/cpci750/cpci750.c b/board/esd/cpci750/cpci750.c index 17e3568..298aa6a 100644 --- a/board/esd/cpci750/cpci750.c +++ b/board/esd/cpci750/cpci750.c @@ -55,6 +55,71 @@ #define DP(x) #endif
+static char show_config_tab[][15] = {{"PCI0DLL_2 "}, /* 31 */ + {"PCI0DLL_1 "}, /* 30 */ + {"PCI0DLL_0 "}, /* 29 */ + {"PCI1DLL_2 "}, /* 28 */ + {"PCI1DLL_1 "}, /* 27 */ + {"PCI1DLL_0 "}, /* 26 */ + {"BbEP2En "}, /* 25 */ + {"SDRAMRdDataDel"}, /* 24 */ + {"SDRAMRdDel "}, /* 23 */ + {"SDRAMSync "}, /* 22 */ + {"SDRAMPipeSel_1"}, /* 21 */ + {"SDRAMPipeSel_0"}, /* 20 */ + {"SDRAMAddDel "}, /* 19 */ + {"SDRAMClkSel "}, /* 18 */ + {"Reserved(1!) "}, /* 17 */ + {"PCIRty "}, /* 16 */ + {"BootCSWidth_1 "}, /* 15 */ + {"BootCSWidth_0 "}, /* 14 */ + {"PCI1PadsCal "}, /* 13 */ + {"PCI0PadsCal "}, /* 12 */ + {"MultiMVId_1 "}, /* 11 */ + {"MultiMVId_0 "}, /* 10 */ + {"MultiGTEn "}, /* 09 */ + {"Int60xArb "}, /* 08 */ + {"CPUBusConfig_1"}, /* 07 */ + {"CPUBusConfig_0"}, /* 06 */ + {"DefIntSpc "}, /* 05 */ + {0 }, /* 04 */ + {"SROMAdd_1 "}, /* 03 */ + {"SROMAdd_0 "}, /* 02 */ + {"DRAMPadCal "}, /* 01 */ + {"SInitEn "}, /* 00 */ + {0 }, /* 31 */ + {0 }, /* 30 */ + {0 }, /* 29 */ + {0 }, /* 28 */ + {0 }, /* 27 */ + {0 }, /* 26 */ + {0 }, /* 25 */ + {0 }, /* 24 */ + {0 }, /* 23 */ + {0 }, /* 22 */ + {"JTAGCalBy "}, /* 21 */ + {"GB2Sel "}, /* 20 */ + {"GB1Sel "}, /* 19 */ + {"DRAMPLL_MDiv_5"}, /* 18 */ + {"DRAMPLL_MDiv_4"}, /* 17 */ + {"DRAMPLL_MDiv_3"}, /* 16 */ + {"DRAMPLL_MDiv_2"}, /* 15 */ + {"DRAMPLL_MDiv_1"}, /* 14 */ + {"DRAMPLL_MDiv_0"}, /* 13 */ + {"GB0Sel "}, /* 12 */ + {"DRAMPLLPU "}, /* 11 */ + {"DRAMPLL_HIKVCO"}, /* 10 */ + {"DRAMPLLNP "}, /* 09 */ + {"DRAMPLL_NDiv_7"}, /* 08 */ + {"DRAMPLL_NDiv_6"}, /* 07 */ + {"CPUPadCal "}, /* 06 */ + {"DRAMPLL_NDiv_5"}, /* 05 */ + {"DRAMPLL_NDiv_4"}, /* 04 */ + {"DRAMPLL_NDiv_3"}, /* 03 */ + {"DRAMPLL_NDiv_2"}, /* 02 */ + {"DRAMPLL_NDiv_1"}, /* 01 */ + {"DRAMPLL_NDiv_0"}}; /* 00 */ + extern void flush_data_cache (void); extern void invalidate_l1_instruction_cache (void); extern flash_info_t flash_info[]; @@ -901,21 +966,37 @@ void board_prebootm_init () dcache_disable (); }
- -int do_show_cfg(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]) +int do_show_config(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]) { unsigned int reset_sample_low; unsigned int reset_sample_high; + unsigned int l, l1, l2;
GT_REG_READ(0x3c4, &reset_sample_low); GT_REG_READ(0x3d4, &reset_sample_high); printf("Reset configuration 0x%08x 0x%08x\n", reset_sample_low, reset_sample_high);
+ l2 = 0; + for (l=0; l<63; l++) { + if (show_config_tab[l][0] != 0) { + printf("%14s:%1x ", show_config_tab[l], + ((reset_sample_low >> (31 - (l & 0x1f)))) & 0x01); + l2++; + if ((l2 % 4) == 0) + printf("\n"); + } else { + l1++; + } + if (l == 32) + reset_sample_low = reset_sample_high; + } + printf("\n"); + return(0); }
U_BOOT_CMD( - show_cfg, 1, 1, do_show_cfg, - "show_cfg- Show Marvell strapping register\n", + show_config, 1, 1, do_show_config, + "show_config - Show Marvell strapping register\n", "Show Marvell strapping register (ResetSampleLow ResetSampleHigh)\n" ); diff --git a/board/esd/cpci750/ide.c b/board/esd/cpci750/ide.c index bea99ce..2b8fe6b 100644 --- a/board/esd/cpci750/ide.c +++ b/board/esd/cpci750/ide.c @@ -43,6 +43,8 @@ int ide_preinit (void) ide_bus_offset[l] = -ATA_STATUS; } devbusfn = pci_find_device (0x1103, 0x0004, 0); + if (devbusfn == -1) + devbusfn = pci_find_device (0x1095, 0x3114, 0); if (devbusfn != -1) { status = 0;
diff --git a/board/esd/cpci750/sdram_init.c b/board/esd/cpci750/sdram_init.c index c094755..78d1880 100644 --- a/board/esd/cpci750/sdram_init.c +++ b/board/esd/cpci750/sdram_init.c @@ -1252,7 +1252,7 @@ static int check_dimm (uchar slot, AUX_MEM_DIMM_INFO * dimmInfo) /* sets up the GT properly with information passed in */ int setup_sdram (AUX_MEM_DIMM_INFO * info) { - ulong tmp, check; + ulong tmp; ulong tmp_sdram_mode = 0; /* 0x141c */ ulong tmp_dunit_control_low = 0; /* 0x1404 */ int i;

In message 200706221732.28457.sr@denx.de you wrote:
This small CPCI750 update extends the board specific command "show_config" to display the Marvell strapping registers and extends the PCI IDE controller.
Signed-off-by: Reinhard Arlt reinhard.arlt@esd-electronics.com Signed-off-by: Stefan Roese sr@denx.de
Applied. Thanks.
Best regards,
Wolfgang Denk

The following changes since commit 53629f439cc9daba166812749d2cf3102aca7aac: Stefan Roese (1): Merge with git://www.denx.de/git/u-boot.git
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Anatolij Gustschin (1): ppc4xx: lwmon5: Update Lime initialization
Eugene OBrien (1): ppc4xx: Update AMCC Bamboo 440EP support
Grzegorz Bernacki (1): [ppc440SPe] Graceful recovery from machine check during PCIe configuration
Matthias Fuchs (1): new FPGA image for PLU405 board
Pavel Kolesnikov (1): POST: Add ECC POST for the lwmon5 board
Rafal Jaworowski (1): [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
Stefan Roese (13): ppc4xx: Change receive buffer handling in the 4xx emac driver ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup ppc4xx: Add new weak functions to support boardspecific DDR2 configuration ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup ppc4xx: Code cleanup Merge with git://www.denx.de/git/u-boot.git ppc4xx: Fix bug with default GPIO output value ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...) ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added ppc4xx: Only print ECC related info when the error bis are set ppc4xx: Update 440EPx lwmon5 board support ppc4xx: Code cleanup
CHANGELOG | 59 + MAKEALL | 12 +- Makefile | 10 +- board/amcc/bamboo/bamboo.c | 321 ++++-- board/amcc/bamboo/init.S | 3 +- board/amcc/bamboo/u-boot.lds | 2 - board/amcc/common/flash.c | 18 +- board/amcc/luan/luan.c | 7 + board/amcc/yucca/yucca.c | 34 + board/esd/plu405/fpgadata.c | 2339 +++++++++++++++++++------------------ board/lwmon5/lwmon5.c | 89 ++- board/lwmon5/sdram.c | 38 +- cpu/ppc4xx/440spe_pcie.c | 47 +- cpu/ppc4xx/440spe_pcie.h | 19 +- cpu/ppc4xx/44x_spd_ddr.c | 5 +- cpu/ppc4xx/44x_spd_ddr2.c | 58 +- cpu/ppc4xx/4xx_enet.c | 8 +- cpu/ppc4xx/gpio.c | 4 +- cpu/ppc4xx/tlb.c | 62 +- cpu/ppc4xx/traps.c | 49 +- include/asm-ppc/mmu.h | 3 + include/common.h | 8 +- include/configs/bamboo.h | 2 + include/configs/luan.h | 1 - include/configs/lwmon5.h | 33 +- include/post.h | 1 + include/ppc440.h | 13 + lib_ppc/extable.c | 2 +- post/board/lwmon5/Makefile | 29 + post/board/lwmon5/ecc.c | 267 +++++ post/cpu/ppc4xx/fpu.c | 2 +- post/post.c | 8 +- post/tests.c | 13 + 64 files changed, 3950 insertions(+), 1670 deletions(-) create mode 100644 post/board/lwmon5/Makefile create mode 100644 post/board/lwmon5/ecc.c

The following changes since commit 53629f439cc9daba166812749d2cf3102aca7aac: Stefan Roese (1): Merge with git://www.denx.de/git/u-boot.git
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Anatolij Gustschin (1): ppc4xx: lwmon5: Update Lime initialization
Eugene OBrien (1): ppc4xx: Update AMCC Bamboo 440EP support
Grzegorz Bernacki (1): [ppc440SPe] Graceful recovery from machine check during PCIe configuration
John Otken (1): ppc4xx: Add support for AMCC 405EP Taihu board
Matthias Fuchs (1): new FPGA image for PLU405 board
Niklaus Giger (8): Add PPC4xx-HCU4 and HCU5 boards: Infrastructure Add PPC4xx-HCU4 and HCU5 boards: READMEs Add PPC4xx-HCU4 and HCU5 boards: HCU4 config Add PPC4xx-HCU4 and HCU5 boards: HCU5 config Add PPC4xx-HCU4 and HCU5 boards: make related Add PPC4xx-HCU4 and HCU5 boards: common files Add PPC4xx-HCU4 and HCU5 boards: HCU4 files Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
Pavel Kolesnikov (1): POST: Add ECC POST for the lwmon5 board
Rafal Jaworowski (2): [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
Stefan Roese (24): ppc4xx: Change receive buffer handling in the 4xx emac driver ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup ppc4xx: Add new weak functions to support boardspecific DDR2 configuration ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup ppc4xx: Code cleanup Merge with git://www.denx.de/git/u-boot.git ppc4xx: Fix bug with default GPIO output value ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...) ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added ppc4xx: Only print ECC related info when the error bis are set ppc4xx: Update 440EPx lwmon5 board support ppc4xx: Code cleanup Merge with git://www.denx.de/git/u-boot.git ppc4xx: Update AMCC Bamboo README doc/README.bamboo ppc4xx: Update lwmon5 POST configuration Coding style cleanup ppc4xx: Fix problem in PLL clock calculation POST: Add ppc405 support to cache and UART POST POST: Add option for external ethernet loopback test ppc4xx: Add initial Zeus (PPC405EP) board support Merge with /home/stefan/git/u-boot/zeus Coding style cleanup POST: Fix merge problem
Yuri Tikhonov (1): POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
CHANGELOG | 59 + CREDITS | 5 + MAINTAINERS | 7 + MAKEALL | 33 +- Makefile | 26 +- board/amcc/bamboo/bamboo.c | 321 ++++-- board/amcc/bamboo/init.S | 3 +- board/amcc/bamboo/u-boot.lds | 2 - board/amcc/bubinga/bubinga.c | 13 +- board/amcc/common/flash.c | 18 +- board/amcc/luan/luan.c | 7 + board/amcc/taihu/Makefile | 49 + board/amcc/taihu/config.mk | 24 + board/amcc/taihu/flash.c | 1083 +++++++++++++++++ board/amcc/taihu/lcd.c | 257 ++++ board/amcc/taihu/taihu.c | 240 ++++ board/amcc/taihu/u-boot.lds | 150 +++ board/amcc/taihu/update.c | 132 +++ board/amcc/yucca/yucca.c | 34 + board/esd/plu405/fpgadata.c | 2339 +++++++++++++++++++------------------ board/lwmon5/lwmon5.c | 89 ++- board/lwmon5/sdram.c | 38 +- board/netstal/common/flash.c | 528 +++++++++ board/netstal/common/nm_bsp.c | 41 + board/netstal/hcu4/Makefile | 49 + board/netstal/hcu4/README.txt | 59 + board/netstal/hcu4/config.mk | 28 + board/netstal/hcu4/hcu4.c | 403 +++++++ board/netstal/hcu4/u-boot.lds | 140 +++ board/netstal/hcu5/Makefile | 49 + board/netstal/hcu5/README.txt | 174 +++ board/netstal/hcu5/config.mk | 30 + board/netstal/hcu5/hcu5.c | 525 +++++++++ board/netstal/hcu5/init.S | 79 ++ board/netstal/hcu5/sdram.c | 302 +++++ board/netstal/hcu5/u-boot.lds | 144 +++ board/zeus/Makefile | 51 + board/zeus/config.mk | 24 + board/zeus/u-boot.lds | 133 +++ board/zeus/update.c | 105 ++ board/zeus/zeus.c | 511 ++++++++ common/soft_spi.c | 2 + cpu/ppc4xx/440spe_pcie.c | 47 +- cpu/ppc4xx/440spe_pcie.h | 19 +- cpu/ppc4xx/44x_spd_ddr.c | 5 +- cpu/ppc4xx/44x_spd_ddr2.c | 58 +- cpu/ppc4xx/4xx_enet.c | 8 +- cpu/ppc4xx/gpio.c | 6 +- cpu/ppc4xx/sdram.c | 32 +- cpu/ppc4xx/sdram.h | 2 - cpu/ppc4xx/serial.c | 9 +- cpu/ppc4xx/speed.c | 33 +- cpu/ppc4xx/start.S | 61 +- cpu/ppc4xx/tlb.c | 62 +- cpu/ppc4xx/traps.c | 49 +- doc/README.bamboo | 62 + doc/README.zeus | 73 ++ dtt/Makefile | 2 +- dtt/ds1775.c | 156 +++ include/asm-ppc/mmu.h | 3 + include/asm-ppc/processor.h | 6 + include/common.h | 8 +- include/configs/bamboo.h | 2 + include/configs/hcu4.h | 341 ++++++ include/configs/hcu5.h | 388 ++++++ include/configs/luan.h | 1 - include/configs/lwmon5.h | 50 +- include/configs/taihu.h | 473 ++++++++ include/configs/zeus.h | 375 ++++++ include/dtt.h | 8 + include/post.h | 1 + include/ppc405.h | 16 + include/ppc440.h | 13 + include/ppc_asm.tmpl | 2 +- lib_ppc/extable.c | 2 +- net/eth.c | 14 +- post/board/lwmon5/Makefile | 29 + post/board/lwmon5/ecc.c | 267 +++++ post/cpu/ppc4xx/cache.c | 16 +- post/cpu/ppc4xx/cache_4xx.S | 44 + post/cpu/ppc4xx/ether.c | 9 +- post/cpu/ppc4xx/fpu.c | 2 +- post/cpu/ppc4xx/uart.c | 176 +++- post/post.c | 8 +- post/tests.c | 13 + 115 files changed, 11556 insertions(+), 1741 deletions(-) create mode 100644 board/amcc/taihu/Makefile create mode 100644 board/amcc/taihu/config.mk create mode 100644 board/amcc/taihu/flash.c create mode 100644 board/amcc/taihu/lcd.c create mode 100644 board/amcc/taihu/taihu.c create mode 100644 board/amcc/taihu/u-boot.lds create mode 100644 board/amcc/taihu/update.c create mode 100644 board/netstal/common/flash.c create mode 100644 board/netstal/common/nm_bsp.c create mode 100644 board/netstal/hcu4/Makefile create mode 100644 board/netstal/hcu4/README.txt create mode 100644 board/netstal/hcu4/config.mk create mode 100644 board/netstal/hcu4/hcu4.c create mode 100644 board/netstal/hcu4/u-boot.lds create mode 100644 board/netstal/hcu5/Makefile create mode 100644 board/netstal/hcu5/README.txt create mode 100644 board/netstal/hcu5/config.mk create mode 100644 board/netstal/hcu5/hcu5.c create mode 100644 board/netstal/hcu5/init.S create mode 100644 board/netstal/hcu5/sdram.c create mode 100644 board/netstal/hcu5/u-boot.lds create mode 100644 board/zeus/Makefile create mode 100644 board/zeus/config.mk create mode 100644 board/zeus/u-boot.lds create mode 100644 board/zeus/update.c create mode 100644 board/zeus/zeus.c create mode 100644 doc/README.zeus create mode 100644 dtt/ds1775.c create mode 100644 include/configs/hcu4.h create mode 100644 include/configs/hcu5.h create mode 100644 include/configs/taihu.h create mode 100644 include/configs/zeus.h create mode 100644 post/board/lwmon5/Makefile create mode 100644 post/board/lwmon5/ecc.c

In message 200708141639.53753.sr@denx.de you wrote:
The following changes since commit 53629f439cc9daba166812749d2cf3102aca7aac: Stefan Roese (1): Merge with git://www.denx.de/git/u-boot.git
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Done. Thanks.
Best regards,
Wolfgang Denk

The following changes since commit 461f2274f8d5e15a354ff92648f17c7b2aa76faa: Stefan Roese (1): Merge with git://www.denx.de/git/u-boot.git
are available in the git repository at:
git://www.denx.de/git/u-boot-nand-flash.git
Matthias Fuchs (3): Migrate esd 405EP boards to new NAND subsystem Migrate esd 405EP boards to new NAND subsystem Migrate esd 405EP boards to new NAND subsystem
Thomas Knobloch (1): [NAND] Bad block skipping for command nboot
board/esd/ash405/Makefile | 4 +- board/esd/ash405/ash405.c | 43 +++++-------------- board/esd/cms700/Makefile | 5 ++- board/esd/cms700/cms700.c | 39 ++++------------- board/esd/common/auto_update.c | 4 ++ board/esd/common/esd405ep_nand.c | 87 ++++++++++++++++++++++++++++++++++++++ board/esd/hh405/Makefile | 5 ++- board/esd/hh405/hh405.c | 22 +--------- board/esd/hub405/Makefile | 4 +- board/esd/hub405/hub405.c | 34 --------------- board/esd/plu405/Makefile | 5 ++- board/esd/plu405/plu405.c | 56 ++++-------------------- board/esd/voh405/Makefile | 4 +- board/esd/voh405/voh405.c | 20 --------- board/esd/wuh405/Makefile | 4 +- board/esd/wuh405/wuh405.c | 33 -------------- common/cmd_nand.c | 37 ++++++++++++++-- include/configs/ASH405.h | 43 +++++------------- include/configs/CMS700.h | 39 ++++------------- include/configs/CPCI405.h | 2 - include/configs/CPCI4052.h | 2 - include/configs/CPCI405AB.h | 3 - include/configs/CPCI405DT.h | 2 - include/configs/HH405.h | 39 ++++------------- include/configs/HUB405.h | 39 ++++------------- include/configs/PLU405.h | 57 ++++--------------------- include/configs/VOH405.h | 39 ++++------------- include/configs/WUH405.h | 42 ++++-------------- 28 files changed, 243 insertions(+), 470 deletions(-) create mode 100644 board/esd/common/esd405ep_nand.c

In message 200708160858.42326.sr@denx.de you wrote:
The following changes since commit 461f2274f8d5e15a354ff92648f17c7b2aa76faa: Stefan Roese (1): Merge with git://www.denx.de/git/u-boot.git
are available in the git repository at:
git://www.denx.de/git/u-boot-nand-flash.git
Merged. Thanks.
Best regards,
Wolfgang Denk

The following changes since commit f31b0aecb5435143ac1cd5cf2abab1f9ef6ba8ea: Stefan Roese (1): Merge with git://www.denx.de/git/u-boot.git
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Niklaus Giger (2): PPC4xx:HCU4/5 cleanup ecc/sdram init PPC4xx:HCU4/5 cleanup
Stefan Roese (4): ppc4xx: Update Sequoia/Rainier bootstrap command Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files ppc4xx: Only enable POST FPU test on Sequoia and not Rainier ppc4xx: Remove #warning in esd auto_update.c
MAINTAINERS | 1 + MAKEALL | 1 + board/amcc/sequoia/cmd_sequoia.c | 205 +++++++++++++++++++++++++++++--------- board/esd/common/auto_update.c | 4 - board/netstal/hcu4/hcu4.c | 20 ++-- board/netstal/hcu5/hcu5.c | 69 +++++++++---- board/netstal/hcu5/sdram.c | 15 ++- include/configs/sequoia.h | 7 +- 8 files changed, 237 insertions(+), 85 deletions(-)

The following changes since commit d35b508a55508535b6e8445b718585d27df733d3: Kim Phillips (1): fdt: suppress unused variable 'bd' warning
are available in the git repository at:
git://www.denx.de/git/u-boot-coldfire.git
John Rigby (2): Merge branch 'master' into u-boot-5329-early Merge branch 'denx-coldfire' into coldfire-aug2007
Stefan Roese (7): Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale Coding style cleanup Merge with git://www.denx.de/git/u-boot.git Coding style cleanup Merge with git://www.denx.de/git/u-boot.git Coding style cleanup ColdFire: Fix some remaining problems with CFG_CMD_
TsiChung (1): Cache update and added CFG_UNIFY_CACHE
TsiChung Liew (1): Added M5329AFEE and M5329BFEE Platforms
TsiChungLiew (47): Revert file mode Create new header file and move peripherals base address from configs file to new header file. Clean up Clean up Seperate old structure defines and new structure defines Seperate old structure defines and new structure defines Duplicate code Removed MII functions and replaced immap_5329.h and m5329.h with immap.h. MII functions calls. Update for flash.o and mii.o Update header file and removed interrupt_init() Update header file and enable icache Update header file and some clean up Enable Icache Create interrupts.c and modify Makefile Header file update, clean up and cache handling Rename mcfserial.c. Update include header Rename mcfrtc to rtc New timer structure and defines New uart structure and defines Update header file and clean up Add mcffec_initialize() Update header files Update header file. Include dtimer_intr_setup(). Changed timer divider to global define. Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART Declared attributes of void __mii_init(void) as an alias for int mii_init(void) Moved sync() from board file to include/asm-m68k/io.h Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf() Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c Added I2C support Added NAND support Port enabled for I2C signals and chipselects port configuration. ColdFire: MCF5329 Update and cleanup ColdFire: MCF5329 header file clean up ColdFire: MCF5329 update cache ColdFire: MCF52x2 update ColdFire: MCF52x2 Header files update ColdFire: cobra5272 platform for MCF52x2 update ColdFire: idmr platform MCF52x2 update ColdFire: update r5200 platform for MCF52x2 ColdFire: update TASREG platform for MCF52x2 ColdFire: Update EB+MCF-EV123 platform ColdFire: Update Freescale MCF52x2 platforms ColdFire: Add M5249EVB platform for MCF52x2 ColdFire: Add M5253EVBE platform for MCF52x2 ColdFire: Add M54455EVB for MCF5445x ColdFire: Add M5235EVB Platform for MCF523x
CREDITS | 45 +- MAINTAINERS | 10 + MAKEALL | 7 +- Makefile | 67 ++ README | 2 + board/BuS/EB+MCF-EV123/Makefile | 2 +- board/BuS/EB+MCF-EV123/mii.c | 304 ++++++ board/cobra5272/Makefile | 2 +- board/cobra5272/cobra5272.c | 5 +- board/cobra5272/mii.c | 303 ++++++ board/freescale/m5235evb/Makefile | 44 + board/freescale/m5235evb/config.mk | 28 + board/freescale/m5235evb/m5235evb.c | 117 +++ board/freescale/m5235evb/mii.c | 307 ++++++ board/freescale/m5235evb/u-boot.16 | 145 +++ board/freescale/m5235evb/u-boot.32 | 153 +++ board/freescale/m5235evb/u-boot.lds | 145 +++ board/freescale/m5249evb/Makefile | 44 + board/freescale/m5249evb/config.mk | 25 + board/freescale/m5249evb/m5249evb.c | 113 +++ board/freescale/m5249evb/u-boot.lds | 146 +++ board/freescale/m5253evbe/Makefile | 44 + board/freescale/m5253evbe/config.mk | 25 + board/freescale/m5253evbe/m5253evbe.c | 132 +++ board/freescale/m5253evbe/u-boot.lds | 144 +++ board/freescale/m5329evb/Makefile | 44 + board/freescale/m5329evb/config.mk | 25 + board/freescale/m5329evb/m5329evb.c | 88 ++ board/freescale/m5329evb/mii.c | 306 ++++++ board/freescale/m5329evb/nand.c | 114 +++ board/freescale/m5329evb/u-boot.lds | 144 +++ board/freescale/m54455evb/Makefile | 44 + board/freescale/m54455evb/config.mk | 25 + board/freescale/m54455evb/flash.c | 974 +++++++++++++++++++ board/freescale/m54455evb/m54455evb.c | 164 ++++ board/freescale/m54455evb/mii.c | 320 +++++++ board/freescale/m54455evb/u-boot.lds | 144 +++ board/idmr/Makefile | 2 +- board/idmr/idmr.c | 3 +- board/idmr/mii.c | 303 ++++++ board/m5271evb/Makefile | 2 +- board/m5271evb/m5271evb.c | 3 +- board/m5271evb/mii.c | 303 ++++++ board/m5272c3/Makefile | 2 +- board/m5272c3/m5272c3.c | 7 +- board/m5272c3/mii.c | 303 ++++++ board/m5282evb/Makefile | 2 +- board/m5282evb/config.mk | 2 +- board/m5282evb/flash.c | 378 -------- board/m5282evb/m5282evb.c | 61 ++- board/m5282evb/mii.c | 304 ++++++ board/r5200/Makefile | 2 +- board/r5200/mii.c | 303 ++++++ common/cmd_bdinfo.c | 67 ++- common/cmd_mii.c | 2 +- cpu/mcf523x/Makefile | 48 + cpu/mcf523x/config.mk | 27 + cpu/mcf523x/cpu.c | 109 +++ cpu/mcf523x/cpu_init.c | 145 +++ cpu/mcf523x/interrupts.c | 49 + cpu/mcf523x/speed.c | 49 + cpu/mcf523x/start.S | 340 +++++++ cpu/mcf52x2/Makefile | 4 +- cpu/mcf52x2/cpu.c | 184 ++-- cpu/mcf52x2/cpu_init.c | 448 ++++++---- cpu/mcf52x2/fec.c | 605 ------------ cpu/mcf52x2/interrupts.c | 186 +--- cpu/mcf52x2/serial.c | 215 ----- cpu/mcf52x2/speed.c | 35 +- cpu/mcf52x2/start.S | 54 +- cpu/mcf532x/Makefile | 48 + cpu/mcf532x/config.mk | 27 + cpu/mcf532x/cpu.c | 119 +++ cpu/mcf532x/cpu_init.c | 141 +++ cpu/mcf532x/interrupts.c | 49 + cpu/mcf532x/speed.c | 216 +++++ cpu/mcf532x/start.S | 335 +++++++ cpu/mcf5445x/Makefile | 48 + cpu/mcf5445x/config.mk | 27 + cpu/mcf5445x/cpu.c | 97 ++ cpu/mcf5445x/cpu_init.c | 140 +++ cpu/mcf5445x/interrupts.c | 52 + cpu/mcf5445x/pci.c | 189 ++++ cpu/mcf5445x/speed.c | 186 ++++ cpu/mcf5445x/start.S | 388 ++++++++ doc/README.m5253evbe | 103 ++ doc/README.m54455evb | 416 +++++++++ drivers/net/Makefile | 45 + drivers/net/mcffec.c | 597 ++++++++++++ drivers/serial/Makefile | 45 + drivers/serial/mcfuart.c | 131 +++ include/asm-m68k/bitops.h | 39 + include/asm-m68k/byteorder.h | 102 ++- include/asm-m68k/errno.h | 138 +++ include/asm-m68k/fec.h | 277 ++++++- include/asm-m68k/fsl_i2c.h | 86 ++ include/asm-m68k/global_data.h | 8 + include/asm-m68k/immap.h | 242 +++++ include/asm-m68k/immap_5235.h | 378 ++++++++ include/asm-m68k/immap_5249.h | 22 +- include/asm-m68k/immap_5253.h | 95 ++ include/asm-m68k/immap_5271.h | 136 ++-- include/asm-m68k/immap_5272.h | 689 ++++++-------- include/asm-m68k/immap_5282.h | 217 ++++-- include/asm-m68k/immap_5329.h | 793 ++++++++++++++++ include/asm-m68k/immap_5445x.h | 937 +++++++++++++++++++ include/asm-m68k/io.h | 221 +++++- include/asm-m68k/m5235.h | 905 ++++++++++++++++++ include/asm-m68k/m5249.h | 205 ++--- include/asm-m68k/m5253.h | 73 ++ include/asm-m68k/m5271.h | 105 ++- include/asm-m68k/m5272.h | 221 ++++-- include/asm-m68k/m5282.h | 270 ++++-- include/asm-m68k/m5329.h | 1658 +++++++++++++++++++++++++++++++++ include/asm-m68k/m5445x.h | 1541 ++++++++++++++++++++++++++++++ include/asm-m68k/mcftimer.h | 113 --- include/asm-m68k/mcfuart.h | 221 ----- include/asm-m68k/ptrace.h | 44 +- include/asm-m68k/rtc.h | 109 +++ include/asm-m68k/timer.h | 118 +++ include/asm-m68k/u-boot.h | 56 +- include/asm-m68k/uart.h | 171 ++++ include/common.h | 2 +- include/configs/EB+MCF-EV123.h | 41 +- include/configs/M5235EVB.h | 261 ++++++ include/configs/M5249EVB.h | 194 ++++ include/configs/M5253EVBE.h | 212 +++++ include/configs/M5271EVB.h | 100 ++- include/configs/M5272C3.h | 105 ++- include/configs/M5282EVB.h | 147 +++- include/configs/M5329EVB.h | 267 ++++++ include/configs/M54455EVB.h | 391 ++++++++ include/configs/TASREG.h | 4 + include/configs/cobra5272.h | 26 +- include/configs/idmr.h | 32 +- include/configs/r5200.h | 30 +- lib_m68k/Makefile | 2 +- lib_m68k/board.c | 98 ++- lib_m68k/interrupts.c | 115 +++ lib_m68k/m68k_linux.c | 378 +++++--- lib_m68k/time.c | 250 ++---- net/eth.c | 4 + rtc/Makefile | 3 +- rtc/mcfrtc.c | 121 +++ 144 files changed, 22386 insertions(+), 3284 deletions(-) create mode 100644 board/BuS/EB+MCF-EV123/mii.c create mode 100644 board/cobra5272/mii.c create mode 100644 board/freescale/m5235evb/Makefile create mode 100644 board/freescale/m5235evb/config.mk create mode 100644 board/freescale/m5235evb/m5235evb.c create mode 100644 board/freescale/m5235evb/mii.c create mode 100644 board/freescale/m5235evb/u-boot.16 create mode 100644 board/freescale/m5235evb/u-boot.32 create mode 100644 board/freescale/m5235evb/u-boot.lds create mode 100644 board/freescale/m5249evb/Makefile create mode 100644 board/freescale/m5249evb/config.mk create mode 100644 board/freescale/m5249evb/m5249evb.c create mode 100644 board/freescale/m5249evb/u-boot.lds create mode 100644 board/freescale/m5253evbe/Makefile create mode 100644 board/freescale/m5253evbe/config.mk create mode 100644 board/freescale/m5253evbe/m5253evbe.c create mode 100644 board/freescale/m5253evbe/u-boot.lds create mode 100644 board/freescale/m5329evb/Makefile create mode 100644 board/freescale/m5329evb/config.mk create mode 100644 board/freescale/m5329evb/m5329evb.c create mode 100644 board/freescale/m5329evb/mii.c create mode 100644 board/freescale/m5329evb/nand.c create mode 100644 board/freescale/m5329evb/u-boot.lds create mode 100644 board/freescale/m54455evb/Makefile create mode 100644 board/freescale/m54455evb/config.mk create mode 100644 board/freescale/m54455evb/flash.c create mode 100644 board/freescale/m54455evb/m54455evb.c create mode 100644 board/freescale/m54455evb/mii.c create mode 100644 board/freescale/m54455evb/u-boot.lds create mode 100644 board/idmr/mii.c create mode 100644 board/m5271evb/mii.c create mode 100644 board/m5272c3/mii.c delete mode 100644 board/m5282evb/flash.c create mode 100644 board/m5282evb/mii.c create mode 100644 board/r5200/mii.c create mode 100644 cpu/mcf523x/Makefile create mode 100644 cpu/mcf523x/config.mk create mode 100644 cpu/mcf523x/cpu.c create mode 100644 cpu/mcf523x/cpu_init.c create mode 100644 cpu/mcf523x/interrupts.c create mode 100644 cpu/mcf523x/speed.c create mode 100644 cpu/mcf523x/start.S delete mode 100644 cpu/mcf52x2/fec.c delete mode 100644 cpu/mcf52x2/serial.c create mode 100644 cpu/mcf532x/Makefile create mode 100644 cpu/mcf532x/config.mk create mode 100644 cpu/mcf532x/cpu.c create mode 100644 cpu/mcf532x/cpu_init.c create mode 100644 cpu/mcf532x/interrupts.c create mode 100644 cpu/mcf532x/speed.c create mode 100644 cpu/mcf532x/start.S create mode 100644 cpu/mcf5445x/Makefile create mode 100644 cpu/mcf5445x/config.mk create mode 100644 cpu/mcf5445x/cpu.c create mode 100644 cpu/mcf5445x/cpu_init.c create mode 100644 cpu/mcf5445x/interrupts.c create mode 100644 cpu/mcf5445x/pci.c create mode 100644 cpu/mcf5445x/speed.c create mode 100644 cpu/mcf5445x/start.S create mode 100644 doc/README.m5253evbe create mode 100644 doc/README.m54455evb create mode 100644 drivers/net/Makefile create mode 100644 drivers/net/mcffec.c create mode 100644 drivers/serial/Makefile create mode 100644 drivers/serial/mcfuart.c create mode 100644 include/asm-m68k/errno.h create mode 100644 include/asm-m68k/fsl_i2c.h create mode 100644 include/asm-m68k/immap.h create mode 100644 include/asm-m68k/immap_5235.h create mode 100644 include/asm-m68k/immap_5253.h create mode 100644 include/asm-m68k/immap_5329.h create mode 100644 include/asm-m68k/immap_5445x.h create mode 100644 include/asm-m68k/m5235.h create mode 100644 include/asm-m68k/m5253.h create mode 100644 include/asm-m68k/m5329.h create mode 100644 include/asm-m68k/m5445x.h delete mode 100644 include/asm-m68k/mcftimer.h delete mode 100644 include/asm-m68k/mcfuart.h create mode 100644 include/asm-m68k/rtc.h create mode 100644 include/asm-m68k/timer.h create mode 100644 include/asm-m68k/uart.h create mode 100644 include/configs/M5235EVB.h create mode 100644 include/configs/M5249EVB.h create mode 100644 include/configs/M5253EVBE.h create mode 100644 include/configs/M5329EVB.h create mode 100644 include/configs/M54455EVB.h create mode 100644 lib_m68k/interrupts.c create mode 100644 rtc/mcfrtc.c

In message 200708181444.14192.sr@denx.de you wrote:
The following changes since commit d35b508a55508535b6e8445b718585d27df733d3: Kim Phillips (1): fdt: suppress unused variable 'bd' warning
are available in the git repository at:
git://www.denx.de/git/u-boot-coldfire.git
Done. Thanks.
Best regards,
Wolfgang Denk

In message 200708161953.39723.sr@denx.de you wrote:
The following changes since commit f31b0aecb5435143ac1cd5cf2abab1f9ef6ba8ea: Stefan Roese (1): Merge with git://www.denx.de/git/u-boot.git
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Merged, thanks.
Best regards,
Wolfgang Denk

The following changes since commit 3e66c078003607a7d1d214c15a5f262bc1b4032f: Wolfgang Denk (1): Fix some build errors.
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Wolfgang, please pull. These patches contain mainly small enhancements and bug-fixes.
Thanks.
Stefan Roese (6): ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based) Merge with /home/stefan/git/u-boot/u-boot-ppc4xx ppc4xx: Remove unused option CFG_INIT_RAM_OCM ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board ppc4xx: Change GPIO signal for watchdog triggering on lwmon5 ppc4xx: Add RTC POST test to lwmon5 board configuration
Yuri Tikhonov (1): POST: limit memory test area to not touch global data anymore
board/lwmon5/Makefile | 2 +- board/lwmon5/kbd.c | 458 +++++++++++++++++++++++++++++++++++++++++ board/lwmon5/lwmon5.c | 40 +++- include/asm-ppc/global_data.h | 2 +- include/configs/hcu5.h | 1 - include/configs/lwmon5.h | 47 +++-- post/drivers/memory.c | 3 + 7 files changed, 523 insertions(+), 30 deletions(-) create mode 100644 board/lwmon5/kbd.c

In message 200708281512.06847.sr@denx.de you wrote:
The following changes since commit 3e66c078003607a7d1d214c15a5f262bc1b4032f: Wolfgang Denk (1): Fix some build errors.
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Wolfgang, please pull. These patches contain mainly small enhancements and bug-fixes.
Done.
Best regards,
Wolfgang Denk

The following changes since commit 9c02defc29b57945b600714cf61ddfd02b02fb14: Yuri Tikhonov (1): POST: limit memory test area to not touch global data anymore
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git ..BRANCH.NOT.VERIFIED..
Gary Jennejohn (1): ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
board/amcc/sequoia/init.S | 3 +++ drivers/pci_auto.c | 8 +++++++- include/configs/sequoia.h | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-)

In message 200709021405.46986.sr@denx.de you wrote:
The following changes since commit 9c02defc29b57945b600714cf61ddfd02b02fb14: Yuri Tikhonov (1): POST: limit memory test area to not touch global data anymore
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git ..BRANCH.NOT.VERIFIED..
What does "..BRANCH.NOT.VERIFIED.." mean ?!?
Gary Jennejohn (1): ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
Merged.
Best regards,
Wolfgang Denk

The following changes since commit 67c31036acaaaa992fc346cc89db0909a7e733c4: Wolfgang Denk (1): TQM8xx[LM]: Fix broken environment alignment.
are available in the git repository at:
git://www.denx.de/git/u-boot-nand-flash.git
Kyungmin Park (3): OneNAND support (take #2) OneNAND support (take #2) OneNAND support (take #2)
Stefan Roese (1): Small whitespace cleanup of OneNAND patch
Makefile | 1 + common/Makefile | 3 +- common/cmd_nvedit.c | 9 +- common/cmd_onenand.c | 155 +++++ common/env_onenand.c | 134 ++++ drivers/onenand/Makefile | 44 ++ drivers/onenand/onenand_base.c | 1294 ++++++++++++++++++++++++++++++++++++++ drivers/onenand/onenand_bbt.c | 265 ++++++++ include/config_cmd_all.h | 1 + include/linux/mtd/bbm.h | 127 ++++ include/linux/mtd/onenand.h | 143 +++++ include/linux/mtd/onenand_regs.h | 181 ++++++ include/onenand_uboot.h | 39 ++ lib_arm/board.c | 8 + 14 files changed, 2400 insertions(+), 4 deletions(-) create mode 100644 common/cmd_onenand.c create mode 100644 common/env_onenand.c create mode 100644 drivers/onenand/Makefile create mode 100644 drivers/onenand/onenand_base.c create mode 100644 drivers/onenand/onenand_bbt.c create mode 100644 include/linux/mtd/bbm.h create mode 100644 include/linux/mtd/onenand.h create mode 100644 include/linux/mtd/onenand_regs.h create mode 100644 include/onenand_uboot.h

In message 200709170850.16744.sr@denx.de you wrote:
The following changes since commit 67c31036acaaaa992fc346cc89db0909a7e733c4: Wolfgang Denk (1): TQM8xx[LM]: Fix broken environment alignment.
are available in the git repository at:
git://www.denx.de/git/u-boot-nand-flash.git
Kyungmin Park (3): OneNAND support (take #2) OneNAND support (take #2) OneNAND support (take #2)
Stefan Roese (1): Small whitespace cleanup of OneNAND patch
Done, thanks.
Best regards,
Wolfgang Denk

The following changes since commit c3c909a209d05f27ebd090f21c0b46d90925f990: Wolfgang Denk (1): Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (3): ppc4xx: Change lwmon5 default environment to support Linux RTC ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test) Merge branch 'master' of /home/stefan/git/u-boot/lwmon5
include/configs/lwmon5.h | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-)

The following changes since commit c3c909a209d05f27ebd090f21c0b46d90925f990: Wolfgang Denk (1): Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Grzegorz Bernacki (1): Program EPLD to force full duplex mode for PHY.
Stefan Roese (5): ppc4xx: Change lwmon5 default environment to support Linux RTC ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test) Merge branch 'master' of /home/stefan/git/u-boot/lwmon5 ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet ppc4xx: Coding style cleanup
board/amcc/luan/luan.c | 17 ++++++++++++----- cpu/ppc4xx/440spe_pcie.c | 10 +++++----- cpu/ppc4xx/4xx_enet.c | 16 ++++++++++------ include/configs/lwmon5.h | 16 +++++++++++----- 4 files changed, 38 insertions(+), 21 deletions(-)

In message 200710021147.47407.sr@denx.de you wrote:
The following changes since commit c3c909a209d05f27ebd090f21c0b46d90925f990: Wolfgang Denk (1): Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Grzegorz Bernacki (1): Program EPLD to force full duplex mode for PHY.
Stefan Roese (5): ppc4xx: Change lwmon5 default environment to support Linux RTC ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test) Merge branch 'master' of /home/stefan/git/u-boot/lwmon5 ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet ppc4xx: Coding style cleanup
Done. Thanks.
Best regards,
Wolfgang Denk

The following changes since commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763: Michal Simek (1): [FIX] XUPV2P change command handling
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Wolfgang, please pull this into current rc, since these are bugfixes. Thanks.
Stefan Roese (2): ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
board/amcc/sequoia/cmd_sequoia.c | 9 +++++++-- board/amcc/sequoia/sequoia.c | 7 ++++--- board/amcc/yosemite/yosemite.c | 7 +++++-- include/configs/sequoia.h | 2 ++ include/configs/yosemite.h | 2 ++ 5 files changed, 20 insertions(+), 7 deletions(-)

In message 200710151157.33027.sr@denx.de you wrote:
The following changes since commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763: Michal Simek (1): [FIX] XUPV2P change command handling
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Wolfgang, please pull this into current rc, since these are bugfixes. Thanks.
Stefan Roese (2): ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
Merged. Thanks.
Best regards,
Wolfgang Denk

The following changes since commit eff786a9b89144478f478c4193fcad5b498feb72: Wolfgang Denk (1): Merge branch 'master' of git+ssh://gemini_vpn/home/wd/git/u-boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Wolfgang, please pull this additional fixup into current rc. Thanks.
Stefan Roese (1): ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
board/amcc/sequoia/cmd_sequoia.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-)

In message 200710180759.39317.sr@denx.de you wrote:
The following changes since commit eff786a9b89144478f478c4193fcad5b498feb72: Wolfgang Denk (1): Merge branch 'master' of git+ssh://gemini_vpn/home/wd/git/u-boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Wolfgang, please pull this additional fixup into current rc. Thanks.
Stefan Roese (1): ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
Done.
Best regards,
Wolfgang Denk

Hi Wolfgang,
The following changes since commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2: Wolfgang Denk (1): Release v1.3.1
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Bartlomiej Sieka (1): CFI: synchronize command offsets with Linux CFI driver
Haavard Skinnemoen (10): cfi_flash: Break long lines cfi_flash: Make some needlessly global functions static cfi_flash: Reorder functions and eliminate extra prototypes Implement __raw_{read,write}[bwl] on all architectures cfi_flash: Introduce read and write accessors Introduce map_physmem() and unmap_physmem() cfi_flash: Use map_physmem() and unmap_physmem() cfi_flash: Read whole QRY structure in one go cfi_flash: Add cmdset-specific init functions cfi_flash: Add manufacturer-specific fixups
Michael Schwingen (1): CFI: support JEDEC flash roms in CFI-flash framework
Stefan Roese (1): CFI: Coding style cleanup
drivers/mtd/Makefile | 1 + drivers/mtd/cfi_flash.c | 1907 +++++++++++++++++++++++++------------------ drivers/mtd/jedec_flash.c | 311 +++++++ include/asm-arm/io.h | 26 + include/asm-avr32/io.h | 32 + include/asm-blackfin/io.h | 26 + include/asm-i386/io.h | 26 + include/asm-m68k/io.h | 41 + include/asm-microblaze/io.h | 26 + include/asm-mips/io.h | 26 + include/asm-nios/io.h | 34 + include/asm-nios2/io.h | 34 + include/asm-ppc/io.h | 58 ++- include/flash.h | 11 + 14 files changed, 1773 insertions(+), 786 deletions(-) create mode 100644 drivers/mtd/jedec_flash.c
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

Dear Stefan,
in message 200712171556.28716.sr@denx.de you wrote:
The following changes since commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2: Wolfgang Denk (1): Release v1.3.1
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Done.
Note that the new, updated code still shows some old issues. See next posting for details.
Best regards,
Wolfgang Denk

The following changes since commit 0dcfe3a225a9436fc514f374a19242c672f1172b: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Stefan Roese (1): cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
drivers/mtd/cfi_flash.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 51 insertions(+), 1 deletions(-)

Wolfgang, please pull the 4xx changes from the u-boot-ppc4xx master branch.
Unfortunately I couldn't create a complete list of changes as done usually, since I merge multiple times with mainline. Then "git-request-pull" isn't useful anymore to create a list of changes only present in the local repository. It creates a list of changes which also included patches from the mainline repo. Perhaps somebody else with more "git-knowledge" can help out here and tell me how to create such a git-shortlog which only includes the local changes.
Thanks.
Note: The current PMC440 port added by Matthias Fuchs relies on some other patches to be applied (FPGA etc.). So it doesn't build currently.
Here is a list of changes which is *not* complete. I generated this quite a while ago, before my first merge with mainline:
The following changes since commit 49801028715cd8bc22863cdfc0ee7919b7a6af4b: Stefan Roese (1): Merge git://www.denx.de/git/u-boot
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Eugene O'Brien (2): ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
Matthias Fuchs (3): ppc4xx: Remove redundant code from 4xx network driver ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined ppc4xx: Use generic usb-ohci driver for sequoia board
Stefan Roese (70): ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1) ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2) ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3) ppc4xx: Add a comment for 405EX PCIe endpoint configuration ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added ppc4xx: 4xx_pcie: Disable debug output as default ppc4xx: 4xx_pcie: Change PCIe status output to match common style DTT: Prepare DS1775 driver for use of different I2C addresses POST: Add 405EX support to 4xx UART POST test ppc4xx: Add initial fdt support to 4xx (first needed on 405EX) ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming) ppc4xx: Add PPC405EX support ppc4xx: Add initial AMCC Kilauea 405EX support ppc4xx: Fix small merge problem in 4xx_enet.c ppc4xx: Fix small merge problems with CPCI440 and Acadia boards ppc4xx: Add additional debug info to 4xx fdt support ppc4xx: Enable device tree support (fdt) on Kilauea per default ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode ppc4xx: Add PCIe endpoint support on Kilauea (405EX) ppc4xx: Change inbound PCIe location for endpoint tests on Katmai ppc4xx: Fix size setup in Kilauea DDR2 init routine ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx rtc: Add Xicor/Intersil X1205 RTC support ppc: Small Kilauea cleanup of config file ppc4xx: Add freqUART to CPU speed detection ppc4xx: Add initial AMCC Makalu 405EX support ppc4xx: Correct UART input clock calculation and passing to fdt ppc4xx: Rework of 4xx serial driver (1) ppc4xx: Rework of 4xx serial driver (2) ppc4xx: Rework of 4xx serial driver (3) ppc4xx: Rework of 4xx serial driver (4) ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support ppc4xx: Correct UART input clock calculation and passing to fdt ppc4xx: Fix POST ethernet test for Haleakala ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends ppc4xx: Change autonegotiation timeout from 4 to 5 seconds ppc4xx: Remove temporary TLB entry in POST cache test ppc4xx: Remove compiler warning from previous commit ppc4xx: Rework 4xx cache support ppc4xx: Remove cache definition from 4xx board config files ppc4xx: Add change_tlb function to modify I attribute of TLB(s) ppc4xx: Change 4xx ethernet driver to handle cached memory too ppc4xx: Remove temporary TLB entry in POST cache test only for 440 ppc4xx: Change 4xx POST ethernet test to handle cached memory too ppc4xx: Enable CPU POST test for 4xx with dcache enabled ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM ppc4xx: Fix acadia_nand build problem ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support ppc4xx: Make output a little shorter on PCIe detection ppc4xx: Make output a little shorter on I2C bootrom detection ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea ppc4xx: Fix 405EX PCIe UTLSET register setup ppc4xx: AMCC Taihu board config file cleanup ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms ppc4xx: Small AMCC Kilauea cleanup ppc4xx: Update AMCC Makalu for board rev 1.1 ppc4xx: Enable 405EX PCIe UTL register configuration ppc4xx: Update AMCC Kilauea config file ppc4xx: Correct 405EX PCIe UTL register mapping ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing ppc4xx: Kilauea: Add PCIe reset assertion upon power-up ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards ppc4xx: 405EX: Correctly enable USB pins
MAINTAINERS | 3 + MAKEALL | 5 + Makefile | 17 + board/amcc/bamboo/bamboo.c | 4 +- board/amcc/bubinga/u-boot.lds | 13 - board/amcc/ebony/u-boot.lds | 13 - board/amcc/katmai/katmai.c | 84 +- board/amcc/kilauea/Makefile | 50 ++ board/amcc/kilauea/cmd_pll.c | 297 +++++++ board/amcc/kilauea/config.mk | 32 + board/amcc/kilauea/init.S | 154 ++++ board/amcc/kilauea/kilauea.c | 391 ++++++++ board/amcc/kilauea/memory.c | 79 ++ .../u-boot.lds.debug => kilauea/u-boot-nand.lds} | 53 +- .../{yucca/u-boot.lds.debug => kilauea/u-boot.lds} | 59 +- board/amcc/luan/luan.c | 6 + board/amcc/makalu/Makefile | 50 ++ board/amcc/makalu/cmd_pll.c | 297 +++++++ board/amcc/makalu/config.mk | 24 + board/amcc/makalu/init.S | 148 ++++ board/amcc/makalu/makalu.c | 352 ++++++++ board/amcc/makalu/memory.c | 188 ++++ .../{yucca/u-boot.lds.debug => makalu/u-boot.lds} | 59 +- board/amcc/ocotea/u-boot.lds | 13 - board/amcc/sequoia/init.S | 4 + board/amcc/taihu/u-boot.lds | 13 - board/amcc/taishan/showinfo.c | 14 +- board/amcc/taishan/u-boot.lds | 13 - board/amcc/walnut/u-boot.lds | 13 - board/amcc/yosemite/u-boot.lds | 13 - board/amcc/yucca/u-boot.lds | 13 - board/amcc/yucca/yucca.c | 93 +-- board/amirix/ap1000/u-boot.lds | 2 +- board/cray/L1/u-boot.lds | 2 +- board/csb272/u-boot.lds | 2 +- board/csb472/u-boot.lds | 2 +- board/dave/PPChameleonEVB/u-boot.lds | 2 +- board/eric/u-boot.lds | 2 +- board/esd/apc405/u-boot.lds | 2 +- board/esd/ar405/u-boot.lds | 2 +- board/esd/ash405/u-boot.lds | 2 +- board/esd/canbt/u-boot.lds | 2 +- board/esd/cms700/u-boot.lds | 2 +- board/esd/cpci2dp/u-boot.lds | 2 +- board/esd/cpci405/u-boot.lds | 2 +- board/esd/cpci440/cpci440.c | 2 +- board/esd/cpci440/u-boot.lds | 2 +- board/esd/cpciiser4/u-boot.lds | 2 +- board/esd/dasa_sim/u-boot.lds | 2 +- board/esd/dp405/u-boot.lds | 2 +- board/esd/du405/u-boot.lds | 2 +- board/esd/hh405/u-boot.lds | 2 +- board/esd/hub405/u-boot.lds | 2 +- board/esd/ocrtc/cmd_ocrtc.c | 2 +- board/esd/ocrtc/u-boot.lds | 2 +- board/esd/pci405/cmd_pci405.c | 2 +- board/esd/pci405/pci405.c | 2 +- board/esd/pci405/u-boot.lds | 2 +- board/esd/plu405/u-boot.lds | 2 +- board/esd/pmc405/u-boot.lds | 2 +- board/esd/voh405/u-boot.lds | 2 +- board/esd/vom405/u-boot.lds | 2 +- board/esd/wuh405/u-boot.lds | 2 +- board/exbitgen/u-boot.lds | 2 +- board/g2000/u-boot.lds | 2 +- board/lwmon5/sdram.c | 2 +- board/ml2/u-boot.lds | 2 +- board/mpl/common/common_util.c | 6 +- board/mpl/common/flash.c | 2 +- board/mpl/mip405/u-boot.lds | 2 +- board/mpl/pip405/u-boot.lds | 2 +- board/netstal/hcu5/sdram.c | 2 +- board/prodrive/alpr/u-boot.lds | 13 - board/prodrive/p3p440/u-boot.lds | 13 - board/sandburst/karef/u-boot.lds | 2 +- board/sandburst/karef/u-boot.lds.debug | 2 +- board/sandburst/metrobox/u-boot.lds | 2 +- board/sandburst/metrobox/u-boot.lds.debug | 2 +- board/sbc405/u-boot.lds | 2 +- board/sc3/u-boot.lds | 2 +- board/xilinx/ml300/ml300.c | 2 +- board/xilinx/ml300/u-boot.lds | 2 +- board/xpedite1k/u-boot.lds | 2 +- board/xpedite1k/u-boot.lds.debug | 2 +- common/serial.c | 6 +- common/usb.c | 2 +- cpu/ppc4xx/40x_spd_sdram.c | 2 +- cpu/ppc4xx/440spe_pcie.h | 174 ---- cpu/ppc4xx/44x_spd_ddr.c | 15 +- cpu/ppc4xx/44x_spd_ddr2.c | 31 +- cpu/ppc4xx/4xx_enet.c | 360 +++++---- cpu/ppc4xx/{405gp_pci.c => 4xx_pci.c} | 13 +- cpu/ppc4xx/{440spe_pcie.c => 4xx_pcie.c} | 849 ++++++++---------- cpu/ppc4xx/{serial.c => 4xx_uart.c} | 541 ++++-------- cpu/ppc4xx/Makefile | 41 +- cpu/ppc4xx/cache.S | 233 +++++ cpu/ppc4xx/cpu.c | 114 ++-- cpu/ppc4xx/cpu_init.c | 18 +- cpu/ppc4xx/fdt.c | 178 ++++ cpu/ppc4xx/gpio.c | 134 ++-- cpu/ppc4xx/interrupts.c | 20 +- cpu/ppc4xx/iop480_uart.c | 238 +++++ cpu/ppc4xx/kgdb.S | 8 +- cpu/ppc4xx/miiphy.c | 49 +- cpu/ppc4xx/ndfc.c | 3 +- cpu/ppc4xx/speed.c | 233 +++++- cpu/ppc4xx/start.S | 211 ++---- cpu/ppc4xx/tlb.c | 88 ++- cpu/ppc4xx/usb.c | 18 +- cpu/ppc4xx/vecnum.h | 104 +++ dtt/ds1775.c | 2 +- include/405_mal.h | 4 +- include/4xx_i2c.h | 2 +- include/{405gp_pci.h => asm-ppc/4xx_pci.h} | 0 include/asm-ppc/4xx_pcie.h | 336 +++++++ include/asm-ppc/cache.h | 21 +- include/asm-ppc/global_data.h | 3 + include/asm-ppc/gpio.h | 35 + include/asm-ppc/mmu.h | 1 + include/asm-ppc/processor.h | 9 + include/asm-ppc/u-boot.h | 1 + include/bcd.h | 20 + include/common.h | 10 +- include/configs/ADCIOP.h | 9 - include/configs/AP1000.h | 8 - include/configs/AR405.h | 10 - include/configs/ASH405.h | 10 - include/configs/CANBT.h | 9 - include/configs/CMS700.h | 10 - include/configs/CPCI2DP.h | 10 - include/configs/CPCI405.h | 9 - include/configs/CPCI4052.h | 10 - include/configs/CPCI405AB.h | 10 - include/configs/CPCI405DT.h | 10 - include/configs/CPCI440.h | 9 - include/configs/CPCIISER4.h | 9 - include/configs/CRAYL1.h | 6 - include/configs/DASA_SIM.h | 9 - include/configs/DP405.h | 10 - include/configs/DU405.h | 9 - include/configs/ERIC.h | 8 - include/configs/EXBITGEN.h | 4 - include/configs/G2000.h | 10 - include/configs/HH405.h | 10 - include/configs/HUB405.h | 10 - include/configs/JSE.h | 9 - include/configs/KAREF.h | 8 - include/configs/METROBOX.h | 8 - include/configs/MIP405.h | 9 - include/configs/ML2.h | 8 - include/configs/OCRTC.h | 9 - include/configs/ORSG.h | 9 - include/configs/PCI405.h | 9 - include/configs/PIP405.h | 9 - include/configs/PLU405.h | 10 - include/configs/PMC405.h | 10 - include/configs/PPChameleonEVB.h | 10 - include/configs/VOH405.h | 10 - include/configs/VOM405.h | 10 - include/configs/W7OLMC.h | 9 - include/configs/W7OLMG.h | 9 - include/configs/WUH405.h | 10 - include/configs/XPEDITE1K.h | 8 - include/configs/acadia.h | 9 - include/configs/alpr.h | 6 - include/configs/bamboo.h | 9 - include/configs/bubinga.h | 8 - include/configs/csb272.h | 8 - include/configs/csb472.h | 8 - include/configs/ebony.h | 8 - include/configs/hcu4.h | 7 - include/configs/hcu5.h | 7 - include/configs/katmai.h | 16 +- include/configs/kilauea.h | 525 +++++++++++ include/configs/luan.h | 9 - include/configs/lwmon5.h | 11 +- include/configs/makalu.h | 399 +++++++++ include/configs/ml300.h | 6 - include/configs/ocotea.h | 8 - include/configs/p3p440.h | 8 - include/configs/pcs440ep.h | 11 +- include/configs/sbc405.h | 10 - include/configs/sc3.h | 18 - include/configs/sequoia.h | 26 +- include/configs/taihu.h | 52 +- include/configs/taishan.h | 9 - include/configs/walnut.h | 10 - include/configs/yosemite.h | 18 +- include/configs/yucca.h | 14 +- include/configs/zeus.h | 7 - include/ppc405.h | 932 +++++++++++++------- include/ppc440.h | 123 +--- include/ppc4xx.h | 73 ++- include/ppc4xx_enet.h | 17 +- include/serial.h | 5 +- lib_ppc/cache.c | 2 +- nand_spl/board/amcc/acadia/Makefile | 6 +- nand_spl/board/amcc/bamboo/sdram.c | 6 + nand_spl/board/amcc/kilauea/Makefile | 108 +++ nand_spl/board/amcc/kilauea/config.mk | 47 + nand_spl/board/amcc/kilauea/u-boot.lds | 64 ++ post/cpu/ppc4xx/cache.c | 4 + post/cpu/ppc4xx/ether.c | 47 +- post/cpu/ppc4xx/uart.c | 15 +- post/lib_ppc/cpu.c | 11 + rtc/Makefile | 2 +- rtc/x1205.c | 178 ++++ 207 files changed, 7050 insertions(+), 3004 deletions(-) create mode 100644 board/amcc/kilauea/Makefile create mode 100644 board/amcc/kilauea/cmd_pll.c create mode 100644 board/amcc/kilauea/config.mk create mode 100644 board/amcc/kilauea/init.S create mode 100644 board/amcc/kilauea/kilauea.c create mode 100644 board/amcc/kilauea/memory.c copy board/amcc/{yucca/u-boot.lds.debug => kilauea/u-boot-nand.lds} (72%) copy board/amcc/{yucca/u-boot.lds.debug => kilauea/u-boot.lds} (70%) create mode 100644 board/amcc/makalu/Makefile create mode 100644 board/amcc/makalu/cmd_pll.c create mode 100644 board/amcc/makalu/config.mk create mode 100644 board/amcc/makalu/init.S create mode 100644 board/amcc/makalu/makalu.c create mode 100644 board/amcc/makalu/memory.c rename board/amcc/{yucca/u-boot.lds.debug => makalu/u-boot.lds} (70%) delete mode 100644 cpu/ppc4xx/440spe_pcie.h rename cpu/ppc4xx/{405gp_pci.c => 4xx_pci.c} (98%) rename cpu/ppc4xx/{440spe_pcie.c => 4xx_pcie.c} (54%) rename cpu/ppc4xx/{serial.c => 4xx_uart.c} (56%) create mode 100644 cpu/ppc4xx/cache.S create mode 100644 cpu/ppc4xx/fdt.c create mode 100644 cpu/ppc4xx/iop480_uart.c rename include/{405gp_pci.h => asm-ppc/4xx_pci.h} (100%) create mode 100644 include/asm-ppc/4xx_pcie.h create mode 100644 include/bcd.h create mode 100644 include/configs/kilauea.h create mode 100644 include/configs/makalu.h create mode 100644 nand_spl/board/amcc/kilauea/Makefile create mode 100644 nand_spl/board/amcc/kilauea/config.mk create mode 100644 nand_spl/board/amcc/kilauea/u-boot.lds create mode 100644 rtc/x1205.c

Stefan Roese wrote:
Wolfgang, please pull the 4xx changes from the u-boot-ppc4xx master branch.
Unfortunately I couldn't create a complete list of changes as done usually, since I merge multiple times with mainline. Then "git-request-pull" isn't useful anymore to create a list of changes only present in the local repository. It creates a list of changes which also included patches from the mainline repo. Perhaps somebody else with more "git-knowledge" can help out here and tell me how to create such a git-shortlog which only includes the local changes.
Thanks.
Hi Stefan,
What I've been doing which works well is to create a local branch (i.e. no need to push back to denx.de) in my local repo named "uboot" (I removed the "-" in "u-boot" because I'm lazy and git makes you use "--" if there is a dash in the branch name). I pull the u-boot mainline changes into this "uboot" branch and then rebase "master" against "uboot". Note that this naming, pulling, and rebasing method can be extended to other sub-repos such as "uboottesting" or "ubootfdt" to maintain changes rebased against other sub-repos.
This prevents the intermixing of "official" patches and improvement patches which happens if you do a pull of u-boot repo directly into your "master" branch.
This is simply an inversion of my original method, which was to pull u-boot master changes into the "master" branch and keep improvements in a different branch ("merge") that I rebased against the "master" branch.
Time to update the Custodians page...
Best regards and have a great new year, gvb

In message 200712310813.55920.sr@denx.de you wrote:
The following changes since commit 49801028715cd8bc22863cdfc0ee7919b7a6af4b: Stefan Roese (1): Merge git://www.denx.de/git/u-boot
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Merged. Thanks.
Best regards,
Wolfgang Denk

The following changes since commit 5c740711f0ea5b51414b341b71597c4a0751be74: Jon Loeliger (1): 8610: Move include of config.h earlier.
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Larry Johnson (4): PPC4xx: Use common code for Sequoia board SDRAM support PPC4xx: Remove sdram.h from board/amcc/sequoia PPC4xx: Use common code for LWMON5 board SDRAM support PPC4xx: Remove sdram.h from board/lwmon5
Lawrence R. Johnson (3): ppc4xx: Add functionality to GPIO support ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
Matthias Fuchs (3): ppc4xx: More cleanup for esd's LCD code ppc4xx: use common denali core defines and data eye search code for PMC440 ppc4xx: Remove sdram.h from PMC440 board
Stefan Roese (1): ppc4xx: Fix Sequoia NAND booting target
board/amcc/sequoia/sdram.c | 344 +----------------------- board/amcc/sequoia/sdram.h | 505 ---------------------------------- board/amcc/sequoia/sequoia.c | 31 +-- board/esd/common/lcd.c | 38 ++-- board/esd/pmc440/sdram.c | 342 +----------------------- board/esd/pmc440/sdram.h | 505 ---------------------------------- board/korat/korat.c | 117 +-------- board/lwmon5/sdram.c | 357 ++----------------------- board/lwmon5/sdram.h | 505 ---------------------------------- cpu/ppc4xx/gpio.c | 63 +++-- include/asm-ppc/gpio.h | 1 + include/configs/korat.h | 153 ++++++++++- include/configs/sequoia.h | 77 +++++ nand_spl/board/amcc/sequoia/Makefile | 6 +- 14 files changed, 333 insertions(+), 2711 deletions(-) delete mode 100644 board/amcc/sequoia/sdram.h delete mode 100644 board/esd/pmc440/sdram.h delete mode 100644 board/lwmon5/sdram.h

The following changes since commit 5c740711f0ea5b51414b341b71597c4a0751be74: Jon Loeliger (1): 8610: Move include of config.h earlier.
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Larry Johnson (5): PPC4xx: Use common code for Sequoia board SDRAM support PPC4xx: Remove sdram.h from board/amcc/sequoia PPC4xx: Use common code for LWMON5 board SDRAM support PPC4xx: Remove sdram.h from board/lwmon5 ppc4xx: Remove weak binding from common Denali data-eye search code
Lawrence R. Johnson (3): ppc4xx: Add functionality to GPIO support ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
Matthias Fuchs (3): ppc4xx: More cleanup for esd's LCD code ppc4xx: use common denali core defines and data eye search code for PMC440 ppc4xx: Remove sdram.h from PMC440 board
Stefan Roese (4): ppc4xx: Fix Sequoia NAND booting target ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c Merge branch 'katmai-ddr-gda'
board/amcc/katmai/katmai.c | 14 +- board/amcc/sequoia/sdram.c | 344 +----------------------- board/amcc/sequoia/sdram.h | 505 ---------------------------------- board/amcc/sequoia/sequoia.c | 31 +-- board/esd/common/lcd.c | 38 ++-- board/esd/pmc440/sdram.c | 342 +----------------------- board/esd/pmc440/sdram.h | 505 ---------------------------------- board/korat/korat.c | 117 +-------- board/lwmon5/sdram.c | 357 ++----------------------- board/lwmon5/sdram.h | 505 ---------------------------------- cpu/ppc4xx/44x_spd_ddr2.c | 96 +++---- cpu/ppc4xx/denali_data_eye.c | 7 - cpu/ppc4xx/gpio.c | 63 +++-- include/asm-ppc/gpio.h | 1 + include/configs/katmai.h | 1 + include/configs/korat.h | 153 ++++++++++- include/configs/sequoia.h | 77 +++++ include/ppc440.h | 12 +- nand_spl/board/amcc/sequoia/Makefile | 6 +- 19 files changed, 394 insertions(+), 2780 deletions(-) delete mode 100644 board/amcc/sequoia/sdram.h delete mode 100644 board/esd/pmc440/sdram.h delete mode 100644 board/lwmon5/sdram.h

In message 200801051021.58236.sr@denx.de you wrote:
The following changes since commit 5c740711f0ea5b51414b341b71597c4a0751be74: Jon Loeliger (1): 8610: Move include of config.h earlier.
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Done.
Best regards,
Wolfgang Denk

The following changes since commit 74ac5facb988fc488a707db228b177ead63a6541: Wolfgang Denk (1): Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Matthias Fuchs (5): ppc4xx: Disable error message when no NAND chip is installed on PMC440 ppc4xx: Update PLB/PCI divider for PMC440 board ppc4xx: Fix UIC2 vector number base ppc4xx: Move cpu/ppc4xx/vecnum.h into include path ppc4xx: assign PCI interrupts on seuqoia boards
Stefan Roese (6): ppc4xx: Return 0 on success in 4xx ethernet driver ppc4xx: Add 44x cache locking to better support init-ram in d-cache ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore POST: Execute SPR test after relocation Merge branch 'lwmon5-no-ocm'
board/amcc/sequoia/sequoia.c | 14 +++++ board/esd/pmc440/cmd_pmc440.c | 4 +- board/lwmon5/init.S | 2 +- cpu/ppc4xx/4xx_enet.c | 7 ++- cpu/ppc4xx/4xx_uart.c | 2 +- cpu/ppc4xx/commproc.c | 14 +++++- cpu/ppc4xx/interrupts.c | 2 +- cpu/ppc4xx/iop480_uart.c | 2 +- cpu/ppc4xx/start.S | 52 ++++++++++++++++++++ cpu/ppc4xx/usbdev.c | 2 +- .../vecnum.h => include/asm-ppc/ppc4xx-intvec.h | 32 ++++++------ include/configs/PMC440.h | 3 + include/configs/lwmon5.h | 19 +++++--- include/ppc440.h | 4 +- post/tests.c | 2 +- 15 files changed, 123 insertions(+), 38 deletions(-) rename cpu/ppc4xx/vecnum.h => include/asm-ppc/ppc4xx-intvec.h (95%)

In message 200801091101.14617.sr@denx.de you wrote:
The following changes since commit 74ac5facb988fc488a707db228b177ead63a6541: Wolfgang Denk (1): Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Matthias Fuchs (5): ppc4xx: Disable error message when no NAND chip is installed on PMC440 ppc4xx: Update PLB/PCI divider for PMC440 board ppc4xx: Fix UIC2 vector number base ppc4xx: Move cpu/ppc4xx/vecnum.h into include path ppc4xx: assign PCI interrupts on seuqoia boards
Stefan Roese (6): ppc4xx: Return 0 on success in 4xx ethernet driver ppc4xx: Add 44x cache locking to better support init-ram in d-cache ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore POST: Execute SPR test after relocation Merge branch 'lwmon5-no-ocm'
Done.
Best regards,
Wolfgang Denk

Stefan Roese wrote:
The following changes since commit 74ac5facb988fc488a707db228b177ead63a6541: Wolfgang Denk (1): Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Matthias Fuchs (5): ppc4xx: Disable error message when no NAND chip is installed on PMC440 ppc4xx: Update PLB/PCI divider for PMC440 board ppc4xx: Fix UIC2 vector number base ppc4xx: Move cpu/ppc4xx/vecnum.h into include path ppc4xx: assign PCI interrupts on seuqoia boards
Stefan Roese (6): ppc4xx: Return 0 on success in 4xx ethernet driver ppc4xx: Add 44x cache locking to better support init-ram in d-cache ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore POST: Execute SPR test after relocation Merge branch 'lwmon5-no-ocm'
board/amcc/sequoia/sequoia.c | 14 +++++ board/esd/pmc440/cmd_pmc440.c | 4 +- board/lwmon5/init.S | 2 +- cpu/ppc4xx/4xx_enet.c | 7 ++- cpu/ppc4xx/4xx_uart.c | 2 +- cpu/ppc4xx/commproc.c | 14 +++++- cpu/ppc4xx/interrupts.c | 2 +- cpu/ppc4xx/iop480_uart.c | 2 +- cpu/ppc4xx/start.S | 52 ++++++++++++++++++++ cpu/ppc4xx/usbdev.c | 2 +- .../vecnum.h => include/asm-ppc/ppc4xx-intvec.h | 32 ++++++------ include/configs/PMC440.h | 3 + include/configs/lwmon5.h | 19 +++++--- include/ppc440.h | 4 +- post/tests.c | 2 +- 15 files changed, 123 insertions(+), 38 deletions(-) rename cpu/ppc4xx/vecnum.h => include/asm-ppc/ppc4xx-intvec.h (95%)
Hi Stefan,
Are the changes for LWMON5 recommended for Sequoia and other 440EPx boards?
BTW, I tried to check to see if these patches had been posted to the mailing list. For some reason, the mailing-list archive at sourceforge.net, but it doesn't appear to have any postings after 17 December.
Best regards, Larry

Hi Larry,
On Wednesday 09 January 2008, Larry Johnson wrote:
Are the changes for LWMON5 recommended for Sequoia and other 440EPx boards?
No. It's a special case, where we need the OCM for the logbuffer.
BTW, I tried to check to see if these patches had been posted to the mailing list.
Ahh, bad habit. Sorry, but most of the time I forget to send internal 4xx patches to the list. I'll try to change this and send the patches to the list too.
For some reason, the mailing-list archive at sourceforge.net, but it doesn't appear to have any postings after 17 December.
No idea. I have not looked at sourceforge for a long time.
The changes are already present in the official U-Boot repository. You can take a look at them there.
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office@denx.de =====================================================================

Larry Johnson wrote:
[snip]
BTW, I tried to check to see if these patches had been posted to the mailing list. For some reason, the mailing-list archive at sourceforge.net, but it doesn't appear to have any postings after 17 December.
Best regards, Larry
Hi Larry,
FWIIW, I generally use gmane.org to search the mail list. Sourceforge tends to be slow and lame when it isn't actually broken. http://dir.gmane.org/gmane.comp.boot-loaders.u-boot
Best regards, gvb

The following changes since commit fe891ecf4d187e9d11dde869ed4623af52b54451: Hiroshi Ito (1): NFS Timeout with large files.
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Larry Johnson (1): ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
Niklaus Giger (1): ppc4xx: HCU4/5. Fix make O=../xx
Stefan Roese (4): ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms ppc4xx: Fix GPIO configuration for pcs440ep ppc4xx: Fix ndfc HW ECC byte order Merge branch 'for-1.3.2'
Makefile | 2 ++ board/netstal/hcu4/Makefile | 12 ++++-------- board/netstal/hcu5/Makefile | 10 ++++------ board/pcs440ep/pcs440ep.c | 2 +- cpu/ppc4xx/denali_spd_ddr2.c | 6 +++--- cpu/ppc4xx/ndfc.c | 4 ++-- cpu/ppc4xx/start.S | 4 ++++ include/configs/pcs440ep.h | 2 +- include/configs/yosemite.h | 2 +- 9 files changed, 22 insertions(+), 22 deletions(-)

In message 200802141155.38386.sr@denx.de you wrote:
The following changes since commit fe891ecf4d187e9d11dde869ed4623af52b54451: Hiroshi Ito (1): NFS Timeout with large files.
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Larry Johnson (1): ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
Niklaus Giger (1): ppc4xx: HCU4/5. Fix make O=../xx
Stefan Roese (4): ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms ppc4xx: Fix GPIO configuration for pcs440ep ppc4xx: Fix ndfc HW ECC byte order Merge branch 'for-1.3.2'
Applied, thanks.
Best regards,
Wolfgang Denk

The following changes since commit 5db6138565ad4da190f94e0bc1d89407d58a2ab2: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-arm
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Larry Johnson (1): ppc4xx: Beautify configuration files for Sequoia and Korat boards
Mike Nuss (1): PPC440EPx: Optionally enable second I2C bus
Niklaus Giger (3): ppc4xx: PPC405GPr fix missing register definitions ppc4xx: HCU4/5. Cleanups ppc4xx: HCU4/5. Cleanup configs
board/amcc/sequoia/sequoia.c | 5 +- board/netstal/common/fixed_sdram.c | 2 +- board/netstal/common/hcu_flash.c | 14 -- board/netstal/common/nm.h | 11 ++- board/netstal/common/nm_bsp.c | 4 +- board/netstal/hcu4/hcu4.c | 80 ++++++------- board/netstal/hcu5/hcu5.c | 8 +- board/netstal/hcu5/sdram.c | 32 +++-- include/configs/hcu4.h | 26 ++--- include/configs/hcu5.h | 47 +++---- include/configs/korat.h | 234 ++++++++++++++++++----------------- include/configs/sequoia.h | 238 ++++++++++++++++++------------------ include/ppc405.h | 8 ++ 13 files changed, 346 insertions(+), 363 deletions(-)

In message 200802160711.39228.sr@denx.de you wrote:
The following changes since commit 5db6138565ad4da190f94e0bc1d89407d58a2ab2: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-arm
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Larry Johnson (1): ppc4xx: Beautify configuration files for Sequoia and Korat boards
Mike Nuss (1): PPC440EPx: Optionally enable second I2C bus
Niklaus Giger (3): ppc4xx: PPC405GPr fix missing register definitions ppc4xx: HCU4/5. Cleanups ppc4xx: HCU4/5. Cleanup configs
Done, thanks.
Best regards,
Wolfgang Denk

The following changes since commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6: Yuri Tikhonov (1): Fix CPU POST test failure
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Michael Schwingen (1): CFI: Do not use uninitialized cmd_reset
drivers/mtd/cfi_flash.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)

In message 200802211719.46425.sr@denx.de you wrote:
The following changes since commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6: Yuri Tikhonov (1): Fix CPU POST test failure
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Michael Schwingen (1): CFI: Do not use uninitialized cmd_reset
drivers/mtd/cfi_flash.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)
Done, thanks.
Best regards,
Wolfgang Denk

The following changes since commit b29661fc1151077776454288051bc9a488351ce8: Wolfgang Denk (1): Coding style cleanup. Prepare v1.3.2-rc2 release candidate
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (1): ppc4xx: Fix acadia_nand build problem
board/amcc/acadia/memory.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)

In message 200802251652.35255.sr@denx.de you wrote:
The following changes since commit b29661fc1151077776454288051bc9a488351ce8: Wolfgang Denk (1): Coding style cleanup. Prepare v1.3.2-rc2 release candidate
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (1): ppc4xx: Fix acadia_nand build problem
board/amcc/acadia/memory.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
Done, thanks.
Best regards,
Wolfgang Denk

The following changes since commit 848e03110c0facf3800ea15fdc38e505248ee282: Stefan Roese (1): Merge branch 'master' of /home/stefan/git/u-boot/u-boot
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Markus Brunner (1): fix taihu soft spi_read
Stefan Roese (1): ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
board/amcc/taihu/taihu.c | 2 +- include/configs/sequoia.h | 24 +++++++++++++++++------- 2 files changed, 18 insertions(+), 8 deletions(-)

In message 200803070923.05639.sr@denx.de you wrote:
The following changes since commit 848e03110c0facf3800ea15fdc38e505248ee282: Stefan Roese (1): Merge branch 'master' of /home/stefan/git/u-boot/u-boot
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Markus Brunner (1): fix taihu soft spi_read
Stefan Roese (1): ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
board/amcc/taihu/taihu.c | 2 +- include/configs/sequoia.h | 24 +++++++++++++++++------- 2 files changed, 18 insertions(+), 8 deletions(-)
Done, thanks.
Best regards,
Wolfgang Denk

The following changes since commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0: Wolfgang Denk (1): tools/setlocalversion: use a git-describe-ish format
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Niklaus Giger (5): ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY ppc4xx: HCU4/5. remove obsolete hcu_flash.c ppc4xx: Add 405GPr based MCU25 board. Global files ppc4xx: Add 405GPr based MCU25 board config file ppc4xx: Add 405GPr based MCU25 board specific files
Stefan Roese (16): ppc4xx: Fix comment in 405EX DDR2 init code rtc: Add M41T62 support ppc4xx: miiphy.c reworked ppc4xx: program_tlb now uses 64bit physical addess ppc4xx: interrupt.c reworked ppc4xx: Add basic support for AMCC 460EX/460GT (1/5) ppc4xx: Add basic support for AMCC 460EX/460GT (2/5) ppc4xx: Add basic support for AMCC 460EX/460GT (3/5) ppc4xx: Add basic support for AMCC 460EX/460GT (4/5) ppc4xx: Add basic support for AMCC 460EX/460GT (5/5) ppc4xx: Add AMCC Canyonlands support (460EX) (1/3) ppc4xx: Add AMCC Canyonlands support (460EX) (2/3) ppc4xx: Add AMCC Canyonlands support (460EX) (3/3) ppc4xx: Add Canyonlands NAND booting support usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
MAINTAINERS | 2 + MAKEALL | 3 + Makefile | 15 + board/amcc/canyonlands/Makefile | 52 +++ board/amcc/canyonlands/bootstrap.c | 170 ++++++++ board/amcc/canyonlands/canyonlands.c | 418 ++++++++++++++++++ board/amcc/canyonlands/config.mk | 49 +++ board/amcc/canyonlands/init.S | 122 ++++++ board/amcc/canyonlands/u-boot-nand.lds | 137 ++++++ board/amcc/canyonlands/u-boot.lds | 146 +++++++ board/amcc/kilauea/init.S | 4 +- board/amcc/makalu/init.S | 4 +- board/netstal/common/hcu_flash.c | 514 ---------------------- board/netstal/hcu4/Makefile | 2 +- board/netstal/hcu4/hcu4.c | 16 + board/netstal/hcu5/Makefile | 2 +- board/netstal/hcu5/hcu5.c | 16 + board/netstal/hcu5/sdram.c | 2 - board/netstal/mcu25/Makefile | 51 +++ board/netstal/mcu25/README.txt | 60 +++ board/netstal/mcu25/config.mk | 29 ++ board/netstal/mcu25/mcu25.c | 218 ++++++++++ board/netstal/mcu25/u-boot.lds | 141 ++++++ cpu/ppc4xx/44x_spd_ddr2.c | 41 ++- cpu/ppc4xx/4xx_enet.c | 369 +++++++++++++--- cpu/ppc4xx/4xx_pci.c | 9 +- cpu/ppc4xx/4xx_pcie.c | 203 +++++++++- cpu/ppc4xx/4xx_uart.c | 24 +- cpu/ppc4xx/cpu.c | 45 ++- cpu/ppc4xx/cpu_init.c | 1 + cpu/ppc4xx/interrupts.c | 589 ++++++------------------- cpu/ppc4xx/miiphy.c | 196 ++++----- cpu/ppc4xx/ndfc.c | 3 +- cpu/ppc4xx/speed.c | 125 ++++++- cpu/ppc4xx/start.S | 19 +- cpu/ppc4xx/tlb.c | 27 +- drivers/rtc/Makefile | 1 + drivers/rtc/m41t62.c | 135 ++++++ drivers/usb/usb_ohci.c | 5 +- include/405_mal.h | 1 + include/4xx_i2c.h | 3 +- include/asm-ppc/4xx_pcie.h | 79 ++++- include/asm-ppc/gpio.h | 5 +- include/asm-ppc/mmu.h | 18 +- include/asm-ppc/ppc4xx-intvec.h | 71 +++ include/asm-ppc/processor.h | 4 + include/asm-ppc/u-boot.h | 6 +- include/common.h | 4 +- include/configs/canyonlands.h | 567 ++++++++++++++++++++++++ include/configs/hcu4.h | 18 +- include/configs/hcu5.h | 14 +- include/configs/mcu25.h | 362 ++++++++++++++++ include/ppc405.h | 23 +- include/ppc440.h | 593 ++++++++++++++++++++++---- include/ppc4xx_enet.h | 18 +- nand_spl/board/amcc/canyonlands/Makefile | 105 +++++ nand_spl/board/amcc/canyonlands/config.mk | 49 +++ nand_spl/board/amcc/canyonlands/ddr2_fixed.c | 96 +++++ nand_spl/board/amcc/canyonlands/u-boot.lds | 65 +++ post/cpu/ppc4xx/cache.c | 2 - 60 files changed, 4740 insertions(+), 1328 deletions(-) create mode 100644 board/amcc/canyonlands/Makefile create mode 100644 board/amcc/canyonlands/bootstrap.c create mode 100644 board/amcc/canyonlands/canyonlands.c create mode 100644 board/amcc/canyonlands/config.mk create mode 100644 board/amcc/canyonlands/init.S create mode 100644 board/amcc/canyonlands/u-boot-nand.lds create mode 100644 board/amcc/canyonlands/u-boot.lds delete mode 100644 board/netstal/common/hcu_flash.c create mode 100644 board/netstal/mcu25/Makefile create mode 100644 board/netstal/mcu25/README.txt create mode 100644 board/netstal/mcu25/config.mk create mode 100644 board/netstal/mcu25/mcu25.c create mode 100644 board/netstal/mcu25/u-boot.lds create mode 100644 drivers/rtc/m41t62.c create mode 100644 include/configs/canyonlands.h create mode 100644 include/configs/mcu25.h create mode 100644 nand_spl/board/amcc/canyonlands/Makefile create mode 100644 nand_spl/board/amcc/canyonlands/config.mk create mode 100644 nand_spl/board/amcc/canyonlands/ddr2_fixed.c create mode 100644 nand_spl/board/amcc/canyonlands/u-boot.lds

In message 200803150800.56448.sr@denx.de you wrote:
The following changes since commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0: Wolfgang Denk (1): tools/setlocalversion: use a git-describe-ish format
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Well, but:
...
Stefan Roese (16): ppc4xx: Fix comment in 405EX DDR2 init code rtc: Add M41T62 support
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is NOT a ppc4xx related patch. You are NOT supposed to sneak this in through your ppc4xx custodian repo.
ppc4xx: miiphy.c reworked ppc4xx: program_tlb now uses 64bit physical addess ppc4xx: interrupt.c reworked ppc4xx: Add basic support for AMCC 460EX/460GT (1/5) ppc4xx: Add basic support for AMCC 460EX/460GT (2/5) ppc4xx: Add basic support for AMCC 460EX/460GT (3/5) ppc4xx: Add basic support for AMCC 460EX/460GT (4/5) ppc4xx: Add basic support for AMCC 460EX/460GT (5/5) ppc4xx: Add AMCC Canyonlands support (460EX) (1/3) ppc4xx: Add AMCC Canyonlands support (460EX) (2/3) ppc4xx: Add AMCC Canyonlands support (460EX) (3/3) ppc4xx: Add Canyonlands NAND booting support usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is a USB related patch. You are supposed to run this through the USB custodian.
Done, but for the future please don't add unrelated changes to your custodian repo. Thanks.
Best regards,
Wolfgang Denk

The following changes since commit 23e20aa6488e6c0622496549861bfdc74108debe: Yuri Tikhonov (1): lwmon5: Fix register test logic to match the specific GDC h/w.
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Jerry Van Baren (1): Flash programming progress countdown.
Stefan Roese (1): CFI: Small cleanup for FLASH_SHOW_PROGRESS
README | 5 +++++ drivers/mtd/cfi_flash.c | 40 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 44 insertions(+), 1 deletions(-)

In message 200803191346.44756.sr@denx.de you wrote:
The following changes since commit 23e20aa6488e6c0622496549861bfdc74108debe: Yuri Tikhonov (1): lwmon5: Fix register test logic to match the specific GDC h/w.
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Jerry Van Baren (1): Flash programming progress countdown.
Stefan Roese (1): CFI: Small cleanup for FLASH_SHOW_PROGRESS
Done. Thanks.
Best regards,
Wolfgang Denk

The following changes since commit 234ea73c660cfd0b1c98de00995c32d4152d202f: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Larry Johnson (1): ppc4xx: Updates to Korat-specific code
Markus Brunner (1): ppc4xx: PPC405EP Set EMAC noise filter bits
Mike Nuss (1): ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
Pieter Voorthuijsen (1): ppc4xx: Enable cache support on the ALPR board
Stefan Roese (9): ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear ppc4xx: Add AMCC Glacier 406GT eval board support ppc4xx: Fix compilation warning in 4xx_enet.c ppc4xx: Correctly pass phyiscal FLASH base address into dtb ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT) ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" ppc4xx: Add fdt support to Prodrive alpr ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined ppc4xx: Enable ECC on LWMON5
MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 9 +- README | 21 +++ board/amcc/canyonlands/canyonlands.c | 27 +++-- board/amcc/canyonlands/u-boot.lds | 2 - board/korat/config.mk | 16 ++- board/korat/init.S | 31 ++++-- board/korat/korat.c | 232 ++++++++++++++++++++++++++++------ board/korat/u-boot-F7FC.lds | 143 +++++++++++++++++++++ board/lwmon5/sdram.c | 90 +++---------- board/prodrive/alpr/alpr.c | 25 ++++- board/prodrive/alpr/init.S | 9 ++ cpu/ppc4xx/4xx_enet.c | 56 ++++++++- cpu/ppc4xx/cpu_init.c | 102 +++++++++++++++- cpu/ppc4xx/interrupts.c | 7 +- doc/README.korat | 51 ++++++++ include/configs/alpr.h | 14 ++- include/configs/canyonlands.h | 125 +++++++++++++++++-- include/configs/korat.h | 67 +++++++---- include/configs/lwmon5.h | 8 +- include/configs/sequoia.h | 4 +- include/ppc440.h | 4 + include/ppc4xx_enet.h | 4 + lib_ppc/board.c | 17 +++ 25 files changed, 877 insertions(+), 189 deletions(-) create mode 100644 board/korat/u-boot-F7FC.lds create mode 100644 doc/README.korat

The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82: Bartlomiej Sieka (1): Fix host tool build breakage, take two
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Tor Krill (1): MTD/CFI: Add support for 16bit legacy AMD flash
drivers/mtd/cfi_flash.c | 44 +++++++++++++++++++++++++++++++++++--------- drivers/mtd/jedec_flash.c | 19 +++++++++++++++++++ 2 files changed, 54 insertions(+), 9 deletions(-)

The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82: Bartlomiej Sieka (1): Fix host tool build breakage, take two
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Daniel Hellstrom (1): MTD/CFI: flash_read64 is defined a weak function (for SPARC)
Tor Krill (1): MTD/CFI: Add support for 16bit legacy AMD flash
drivers/mtd/cfi_flash.c | 48 +++++++++++++++++++++++++++++++++++--------- drivers/mtd/jedec_flash.c | 19 +++++++++++++++++ 2 files changed, 57 insertions(+), 10 deletions(-)

In message 200803290654.45312.sr@denx.de you wrote:
The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82: Bartlomiej Sieka (1): Fix host tool build breakage, take two
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Daniel Hellstrom (1): MTD/CFI: flash_read64 is defined a weak function (for SPARC)
Tor Krill (1): MTD/CFI: Add support for 16bit legacy AMD flash
drivers/mtd/cfi_flash.c | 48 +++++++++++++++++++++++++++++++++++--------- drivers/mtd/jedec_flash.c | 19 +++++++++++++++++ 2 files changed, 57 insertions(+), 10 deletions(-)
Merged, thanks.
Best regards,
Wolfgang Denk

The following changes since commit 234ea73c660cfd0b1c98de00995c32d4152d202f: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Wolgang, this is an update for the last pull-request with some addional patches applied. Thanks.
Larry Johnson (2): ppc4xx: Updates to Korat-specific code ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
Markus Brunner (1): ppc4xx: PPC405EP Set EMAC noise filter bits
Matthias Fuchs (3): ppc4xx: Minor updates for DU440 boards ppc4xx: Add ptm configuration variables for PMC440 ppc4xx: Cleanup PMC440 board support
Mike Nuss (1): ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
Pieter Voorthuijsen (1): ppc4xx: Enable cache support on the ALPR board
Stefan Roese (12): ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear ppc4xx: Add AMCC Glacier 406GT eval board support ppc4xx: Fix compilation warning in 4xx_enet.c ppc4xx: Correctly pass phyiscal FLASH base address into dtb ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT) ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" ppc4xx: Add fdt support to Prodrive alpr ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined ppc4xx: Enable ECC on LWMON5 ppc: Small change to CFG_MEM_TOP_HIDE description ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision ppc4xx: Small whitespace fix of esd patches
MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 9 +- README | 21 +++ board/amcc/canyonlands/canyonlands.c | 69 ++++++-- board/amcc/canyonlands/u-boot.lds | 2 - board/esd/du440/du440.c | 5 +- board/esd/du440/du440.h | 1 + board/esd/pmc440/cmd_pmc440.c | 53 +++--- board/esd/pmc440/pmc440.c | 313 +++++++++++++++++----------------- board/korat/config.mk | 16 ++- board/korat/init.S | 31 +++- board/korat/korat.c | 232 ++++++++++++++++++++----- board/korat/u-boot-F7FC.lds | 143 ++++++++++++++++ board/lwmon5/sdram.c | 90 +++-------- board/prodrive/alpr/alpr.c | 25 +++- board/prodrive/alpr/init.S | 9 + cpu/ppc4xx/4xx_enet.c | 56 ++++++- cpu/ppc4xx/cpu_init.c | 102 +++++++++++- cpu/ppc4xx/denali_spd_ddr2.c | 27 ++-- cpu/ppc4xx/interrupts.c | 7 +- doc/README.korat | 51 ++++++ include/configs/DU440.h | 16 +- include/configs/alpr.h | 14 ++- include/configs/canyonlands.h | 126 +++++++++++++-- include/configs/korat.h | 67 +++++--- include/configs/lwmon5.h | 8 +- include/configs/sequoia.h | 4 +- include/ppc440.h | 4 + include/ppc4xx_enet.h | 4 + lib_ppc/board.c | 17 ++ 31 files changed, 1127 insertions(+), 397 deletions(-) create mode 100644 board/korat/u-boot-F7FC.lds create mode 100644 doc/README.korat

In message 200803311228.55346.sr@denx.de you wrote:
The following changes since commit 234ea73c660cfd0b1c98de00995c32d4152d202f: Wolfgang Denk (1): Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Wolgang, this is an update for the last pull-request with some addional patches applied. Thanks.
Merged, thanks!
Best regards,
Wolfgang Denk

The following changes since commit aeff6d503b6006573d5c6b04fc658a64bebee5fa: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (2): ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE ppc4xx: Fix Canyonlands default environment to work with new image support
include/configs/canyonlands.h | 12 +++++------- lib_ppc/board.c | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-)

The following changes since commit aeff6d503b6006573d5c6b04fc658a64bebee5fa: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Eugene O'Brien (1): ppc4xx: Fix power mgt definitions for PPC440
Stefan Roese (3): ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE ppc4xx: Fix Canyonlands default environment to work with new image support ppc4xx: Update Kilauea defconfig to use device-tree booting as default
include/configs/canyonlands.h | 12 +++++------- include/configs/kilauea.h | 27 ++++++++++++++++----------- include/ppc440.h | 9 +-------- lib_ppc/board.c | 2 +- 4 files changed, 23 insertions(+), 27 deletions(-)

The following changes since commit 950a392464e616b4590bc4501be46e2d7d162dea: Wolfgang Denk (1): Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Guennadi Liakhovetski (1): cfi_flash: Support buffered writes on non-standard Spansion NOR flash
README | 7 +++++++ drivers/mtd/cfi_flash.c | 46 ++++++++++++++++------------------------------ 2 files changed, 23 insertions(+), 30 deletions(-)

In message 200804120902.15311.sr@denx.de you wrote:
git://www.denx.de/git/u-boot-cfi-flash.git master
Guennadi Liakhovetski (1): cfi_flash: Support buffered writes on non-standard Spansion NOR flash
Applied. Thanks.
Best regards,
Wolfgang Denk

The following changes since commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848: Stefan Roese (1): ppc4xx: Remove double defines in lwmon5.h
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Matthias Fuchs (1): cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
drivers/mtd/cfi_flash.c | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-)

In message 200804251555.58837.sr@denx.de you wrote:
The following changes since commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848: Stefan Roese (1): ppc4xx: Remove double defines in lwmon5.h
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Matthias Fuchs (1): cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
drivers/mtd/cfi_flash.c | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-)
Done, thanks.
Best regards,
Wolfgang Denk

In message 200804111649.37273.sr@denx.de you wrote:
git://www.denx.de/git/u-boot-ppc4xx.git master
Eugene O'Brien (1): ppc4xx: Fix power mgt definitions for PPC440
Stefan Roese (3): ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE ppc4xx: Fix Canyonlands default environment to work with new image support ppc4xx: Update Kilauea defconfig to use device-tree booting as default
Applied, thanks.
Best regards,
Wolfgang Denk

The following changes since commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04: Anatolij Gustschin (1): Fix crash on sequoia in ppc_4xx_eth_init
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (4): ppc4xx: Add Glacier NAND booting target ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM ppc4xx: Change Canyonlands to support booting from 2k page NAND devices ppc4xx: Add dcache_enable() for 440
Makefile | 5 ++++- board/amcc/canyonlands/bootstrap.c | 13 +++++++++++++ board/amcc/canyonlands/init.S | 1 + board/amcc/canyonlands/u-boot-nand.lds | 4 ++-- cpu/ppc4xx/cache.S | 2 ++ include/configs/canyonlands.h | 26 ++++++++++++++++---------- nand_spl/board/amcc/canyonlands/config.mk | 6 +++--- nand_spl/board/amcc/canyonlands/ddr2_fixed.c | 8 ++++---- 8 files changed, 45 insertions(+), 20 deletions(-)

The following changes since commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04: Anatolij Gustschin (1): Fix crash on sequoia in ppc_4xx_eth_init
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Matthias Fuchs (9): ppc4xx: Fix sys_get_info() for 405GP(r) ppc4xx: Update bootlogo for APC405 boards ppc4xx: Update FPGA image for APC405 boards ppc4xx: Update esd's common LCD code for 405 boards ppc4xx: update esd's common auto_update code for 405 boards ppc4xx: Update APC405 board support ppc4xx: Update APC405 configuration ppc4xx: Remove unused APC405 strataflash driver ppc4xx: Update CPU strapping for PMC440 boards
Stefan Roese (6): ppc4xx: Add Glacier NAND booting target ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM ppc4xx: Change Canyonlands to support booting from 2k page NAND devices ppc4xx: Add dcache_enable() for 440 ppc4xx: Small coding style cleanup for the latest esd patches ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
Makefile | 5 +- board/amcc/canyonlands/bootstrap.c | 13 + board/amcc/canyonlands/init.S | 1 + board/amcc/canyonlands/u-boot-nand.lds | 4 +- board/esd/apc405/Makefile | 4 +- board/esd/apc405/apc405.c | 360 ++- board/esd/apc405/fpgadata.c | 4284 ++++++++++++-------------- board/esd/apc405/logo_640_480_24bpp.c | 800 ++++-- board/esd/apc405/strataflash.c | 789 ----- board/esd/common/auto_update.c | 208 +- board/esd/common/auto_update.h | 15 +- board/esd/common/lcd.c | 123 +- board/esd/common/s1d13505_640_480_16bpp.h | 65 + board/esd/pmc440/cmd_pmc440.c | 13 +- cpu/ppc4xx/cache.S | 2 + cpu/ppc4xx/speed.c | 2 + include/configs/APC405.h | 346 ++- include/configs/canyonlands.h | 49 +- nand_spl/board/amcc/canyonlands/config.mk | 6 +- nand_spl/board/amcc/canyonlands/ddr2_fixed.c | 8 +- 20 files changed, 3320 insertions(+), 3777 deletions(-) delete mode 100644 board/esd/apc405/strataflash.c create mode 100644 board/esd/common/s1d13505_640_480_16bpp.h

In message 200804221551.06813.sr@denx.de you wrote:
The following changes since commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04: Anatolij Gustschin (1): Fix crash on sequoia in ppc_4xx_eth_init
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Matthias Fuchs (9): ppc4xx: Fix sys_get_info() for 405GP(r) ppc4xx: Update bootlogo for APC405 boards ppc4xx: Update FPGA image for APC405 boards ppc4xx: Update esd's common LCD code for 405 boards ppc4xx: update esd's common auto_update code for 405 boards ppc4xx: Update APC405 board support ppc4xx: Update APC405 configuration ppc4xx: Remove unused APC405 strataflash driver ppc4xx: Update CPU strapping for PMC440 boards
Stefan Roese (6): ppc4xx: Add Glacier NAND booting target ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM ppc4xx: Change Canyonlands to support booting from 2k page NAND devices ppc4xx: Add dcache_enable() for 440 ppc4xx: Small coding style cleanup for the latest esd patches ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
Makefile | 5 +- board/amcc/canyonlands/bootstrap.c | 13 + board/amcc/canyonlands/init.S | 1 + board/amcc/canyonlands/u-boot-nand.lds | 4 +- board/esd/apc405/Makefile | 4 +- board/esd/apc405/apc405.c | 360 ++- board/esd/apc405/fpgadata.c | 4284 ++++++++++++-------------- board/esd/apc405/logo_640_480_24bpp.c | 800 ++++-- board/esd/apc405/strataflash.c | 789 ----- board/esd/common/auto_update.c | 208 +- board/esd/common/auto_update.h | 15 +- board/esd/common/lcd.c | 123 +- board/esd/common/s1d13505_640_480_16bpp.h | 65 + board/esd/pmc440/cmd_pmc440.c | 13 +- cpu/ppc4xx/cache.S | 2 + cpu/ppc4xx/speed.c | 2 + include/configs/APC405.h | 346 ++- include/configs/canyonlands.h | 49 +- nand_spl/board/amcc/canyonlands/config.mk | 6 +- nand_spl/board/amcc/canyonlands/ddr2_fixed.c | 8 +- 20 files changed, 3320 insertions(+), 3777 deletions(-) delete mode 100644 board/esd/apc405/strataflash.c create mode 100644 board/esd/common/s1d13505_640_480_16bpp.h
Done, Thanks.
Best regards,
Wolfgang Denk

The following changes since commit 58c5376ba67767ee684069d43e7f747a5d9ae8ed: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Matthias Fuchs (1): ppc4xx: Add bootcount limit handling for APC405 boards
Stefan Roese (1): ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
board/esd/apc405/apc405.c | 7 ++++++- cpu/ppc4xx/fdt.c | 42 ++++++++++++++++++++++++++++++++++++++++++ include/asm-ppc/4xx_pcie.h | 5 ++++- include/configs/APC405.h | 14 ++++++++++++-- 4 files changed, 64 insertions(+), 4 deletions(-)

In message 200804251340.07270.sr@denx.de you wrote:
The following changes since commit 58c5376ba67767ee684069d43e7f747a5d9ae8ed: Wolfgang Denk (1): Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Matthias Fuchs (1): ppc4xx: Add bootcount limit handling for APC405 boards
Stefan Roese (1): ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
done, thanks.
Best regards,
Wolfgang Denk

In message 200804091258.06646.sr@denx.de you wrote:
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (2): ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE ppc4xx: Fix Canyonlands default environment to work with new image support
Applied, thanks.
Best regards,
Wolfgang Denk

The following changes since commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c: Ben Warren (1): Fix Ethernet init() return codes
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Anatolij Gustschin (1): ppc4xx: Rework Lime support for lwmon5
Larry Johnson (1): ppc4xx: Fix dflush() to restore DVLIM register
Matthias Fuchs (2): ppx4xx: Fix sdram init on PMC440 boards ppc4xx: Update PMC440 config file
Niklaus Giger (1): ppc4xx: Make Sequoia boot vxWorks
Stefan Roese (1): ppc4xx: Fix sdram init on Sequoia boards
board/amcc/sequoia/init.S | 26 ++++---- board/amcc/sequoia/sdram.c | 7 ++ board/esd/pmc440/sdram.c | 7 ++ board/lwmon5/lwmon5.c | 157 ++++++++++++++++++++++++-------------------- cpu/ppc4xx/start.S | 2 + include/configs/PMC440.h | 16 +---- include/configs/lwmon5.h | 16 +++++ include/configs/sequoia.h | 1 + 8 files changed, 135 insertions(+), 97 deletions(-)

In message 200801111614.53498.sr@denx.de you wrote:
The following changes since commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c: Ben Warren (1): Fix Ethernet init() return codes
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Anatolij Gustschin (1): ppc4xx: Rework Lime support for lwmon5
Larry Johnson (1): ppc4xx: Fix dflush() to restore DVLIM register
Matthias Fuchs (2): ppx4xx: Fix sdram init on PMC440 boards ppc4xx: Update PMC440 config file
Niklaus Giger (1): ppc4xx: Make Sequoia boot vxWorks
Stefan Roese (1): ppc4xx: Fix sdram init on Sequoia boards
Done, thanks.
Best regards,
Wolfgang Denk

The following changes since commit 8d99cd0691b7094ea1e2bf5309b0877047a9f375: Stefan Roese (1): Merge branch 'master' of /home/stefan/git/u-boot/u-boot
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Larry Johnson (2): ppc4xx: Refactor ECC POST for AMCC Denali core Merge Sequoia beautification into Korat code
Matthias Fuchs (3): ppc4xx: Sequoia coding style cleanup and beautification ppc4xx: Add DU440 board support ppc4xx: Complete DU440 board support
Niklaus Giger (5): ppc4xx: Netstal HCU4 board. Added POST. Various fixes ppc4xx: Netstal HCU5 board. Added POST. Various fixes ppc4xx: Netstal HCU5 board: added various fixes and POST ppc4xx: netstal/common define routines used by all boards ppc4xx: Netstal HCU4 board: added various fixes and POST
Stefan Roese (2): ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 3 + board/amcc/kilauea/cmd_pll.c | 2 +- board/amcc/makalu/cmd_pll.c | 2 +- board/amcc/sequoia/init.S | 7 +- board/amcc/sequoia/sequoia.c | 246 ++++----- board/esd/du440/Makefile | 51 ++ board/esd/du440/config.mk | 37 ++ board/esd/du440/du440.c | 1018 ++++++++++++++++++++++++++++++++++++ board/esd/du440/du440.h | 42 ++ board/esd/du440/init.S | 81 +++ board/esd/du440/u-boot.lds | 145 +++++ board/korat/korat.c | 311 +++++------ board/netstal/common/fixed_sdram.c | 105 ++++ board/netstal/common/nm.h | 38 ++ board/netstal/common/nm_bsp.c | 128 ++++- board/netstal/hcu4/Makefile | 6 +- board/netstal/hcu4/config.mk | 2 +- board/netstal/hcu4/hcu4.c | 341 +++---------- board/netstal/hcu5/Makefile | 5 +- board/netstal/hcu5/README.txt | 3 - board/netstal/hcu5/config.mk | 2 +- board/netstal/hcu5/hcu5.c | 289 +++++------ board/netstal/hcu5/init.S | 71 ++- board/netstal/hcu5/sdram.c | 86 ++-- board/netstal/hcu5/u-boot.lds | 2 +- include/configs/DU440.h | 438 ++++++++++++++++ include/configs/PMC440.h | 4 +- include/configs/hcu4.h | 115 +++-- include/configs/hcu5.h | 136 +++-- include/configs/kilauea.h | 2 +- include/configs/makalu.h | 2 +- post/cpu/ppc4xx/denali_ecc.c | 266 +++++----- 34 files changed, 2912 insertions(+), 1076 deletions(-) create mode 100644 board/esd/du440/Makefile create mode 100644 board/esd/du440/config.mk create mode 100644 board/esd/du440/du440.c create mode 100644 board/esd/du440/du440.h create mode 100644 board/esd/du440/init.S create mode 100644 board/esd/du440/u-boot.lds create mode 100644 board/netstal/common/fixed_sdram.c create mode 100644 board/netstal/common/nm.h create mode 100644 include/configs/DU440.h

In message 200801171607.19661.sr@denx.de you wrote:
The following changes since commit 8d99cd0691b7094ea1e2bf5309b0877047a9f375: Stefan Roese (1): Merge branch 'master' of /home/stefan/git/u-boot/u-boot
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Larry Johnson (2): ppc4xx: Refactor ECC POST for AMCC Denali core Merge Sequoia beautification into Korat code
Matthias Fuchs (3): ppc4xx: Sequoia coding style cleanup and beautification ppc4xx: Add DU440 board support ppc4xx: Complete DU440 board support
Niklaus Giger (5): ppc4xx: Netstal HCU4 board. Added POST. Various fixes ppc4xx: Netstal HCU5 board. Added POST. Various fixes ppc4xx: Netstal HCU5 board: added various fixes and POST ppc4xx: netstal/common define routines used by all boards ppc4xx: Netstal HCU4 board: added various fixes and POST
Stefan Roese (2): ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
Done.
Best regards,
Wolfgang Denk

The following changes since commit 8d79953d03e6c5b24215609997dafe4daa623cd6: Stefan Roese (1): Merge branch 'master' of /home/stefan/git/u-boot/u-boot
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Michael Schwingen (1): CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
drivers/mtd/cfi_flash.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

In message 200801131511.46692.sr@denx.de you wrote:
The following changes since commit 8d79953d03e6c5b24215609997dafe4daa623cd6: Stefan Roese (1): Merge branch 'master' of /home/stefan/git/u-boot/u-boot
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Michael Schwingen (1): CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
Done. Thanks.
Best regards,
Wolfgang Denk

The following changes since commit 58d204256cb1ce1bd323847d9f644acf70a72e6a: Wolfgang Denk (1): LWMON5: enable hush shell as command line parser
are available in the git repository at:
git://www.denx.de/git/u-boot-nand-flash.git master
Anton Vorontsov (1): nand: FSL UPM NAND driver
Kyungmin Park (1): OneNAND: Separate U-Boot dependent code from OneNAND
drivers/mtd/nand/Makefile | 2 + drivers/mtd/nand/fsl_upm.c | 201 +++++++++++++++++++++++++++++++++++ drivers/mtd/onenand/Makefile | 2 +- drivers/mtd/onenand/onenand_base.c | 20 ---- drivers/mtd/onenand/onenand_uboot.c | 41 +++++++ include/linux/mtd/fsl_upm.h | 39 +++++++ 6 files changed, 284 insertions(+), 21 deletions(-) create mode 100644 drivers/mtd/nand/fsl_upm.c create mode 100644 drivers/mtd/onenand/onenand_uboot.c create mode 100644 include/linux/mtd/fsl_upm.h

In message 200801161433.39904.sr@denx.de you wrote:
The following changes since commit 58d204256cb1ce1bd323847d9f644acf70a72e6a: Wolfgang Denk (1): LWMON5: enable hush shell as command line parser
are available in the git repository at:
git://www.denx.de/git/u-boot-nand-flash.git master
Anton Vorontsov (1): nand: FSL UPM NAND driver
Kyungmin Park (1): OneNAND: Separate U-Boot dependent code from OneNAND
Done. Thanks.
Best regards,
Wolfgang Denk

The following changes since commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04: Anatolij Gustschin (1): Fix crash on sequoia in ppc_4xx_eth_init
are available in the git repository at:
git://www.denx.de/git/u-boot-nand-flash.git master
Stefan Roese (1): nand_spl: Update nand_spl to support 2k page size NAND devices
nand_spl/nand_boot.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 63 insertions(+), 1 deletions(-)

The following changes since commit f43ad53908f1ea83a7c26c3505bbe84382e47aad: Wolfgang Denk (1): ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (1): ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
board/amcc/kilauea/kilauea.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-)

In message 200801141011.01098.sr@denx.de you wrote:
The following changes since commit f43ad53908f1ea83a7c26c3505bbe84382e47aad: Wolfgang Denk (1): ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (1): ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
board/amcc/kilauea/kilauea.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-)
Done. Thanks.
Best regards,
Wolfgang Denk

In message 200712310736.09082.sr@denx.de you wrote:
The following changes since commit 0dcfe3a225a9436fc514f374a19242c672f1172b: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians
are available in the git repository at:
git://www.denx.de/git/u-boot-cfi-flash.git master
Done, thanks.
Best regards,
Wolfgang Denk
participants (6)
-
gvb.uboot
-
Jerry Van Baren
-
Kim Phillips
-
Larry Johnson
-
Stefan Roese
-
Wolfgang Denk