[U-Boot-Users] What's new in u-boot-testing

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
Ladislav Michl (1): simplify silent console
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 ++++- common/console.c | 8 +------- common/main.c | 50 +++++++++++--------------------------------------- drivers/pci_auto.c | 7 ++++++- drivers/smc91111.c | 8 ++++---- 5 files changed, 26 insertions(+), 52 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
Grzegorz Wianecki (1): Use PVR to distinguish MPC5200B from MPC5200 in boot message
Jeffrey Mann (1): [patch] setenv(...) can delete environmentalvariables
Ladislav Michl (1): simplify silent console
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 +++- common/console.c | 8 +------ common/main.c | 50 +++++++++--------------------------------- cpu/mpc5xxx/cpu.c | 12 +++++++--- drivers/pci_auto.c | 7 +++++- drivers/smc91111.c | 8 +++--- include/asm-ppc/processor.h | 8 +++++- 7 files changed, 40 insertions(+), 58 deletions(-)

The following changes since commit afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3: Stefan Roese (1): Merge with git://www.denx.de/git/u-boot.git
are found in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Matthias Fuchs (1): ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
Stefan Roese (3): ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver Merge with /home/stefan/git/u-boot/u-boot-ppc4xx
board/amcc/bamboo/bamboo.c | 81 ------------------------------------------ board/amcc/bamboo/u-boot.lds | 14 +------- cpu/ppc4xx/4xx_enet.c | 30 +++++++++++----- include/configs/bamboo.h | 67 ++++------------------------------- include/configs/katmai.h | 14 +++++++- 5 files changed, 42 insertions(+), 164 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-nand-flash.git
Stefan Roese (2): Remove BOARDLIBS usage completely Merge with git://www.denx.de/git/u-boot.git
Thomas Knobloch (1): NAND: Wrong calculation of page number in nand_block_bad()
Makefile | 4 +++- board/ixdp425/config.mk | 3 --- board/prodrive/pdnb3/config.mk | 3 --- cpu/ixp/npe/Makefile | 2 +- doc/README.nand | 7 +------ drivers/nand/nand_base.c | 10 +++++----- include/configs/delta.h | 1 - include/configs/zylonite.h | 1 - 8 files changed, 10 insertions(+), 21 deletions(-)

In message 200705050712.04176.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
Thomas Knobloch (1): NAND: Wrong calculation of page number in nand_block_bad()
Merged, thanks.
Best regards,
Wolfgang Denk

In message 200704291643.08187.sr@denx.de you wrote:
The following changes since commit afc7e4c2a4729427bec672561ea1b3dbb5e8c0d3: Stefan Roese (1): Merge with git://www.denx.de/git/u-boot.git
are found in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
Matthias Fuchs (1): ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
Stefan Roese (3): ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver Merge with /home/stefan/git/u-boot/u-boot-ppc4xx
Merged.
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-testing.git
Please give this repository a try. I'll ask Wolfgang to pull from it in about a week. Thanks.
Grzegorz Wianecki (1): Use PVR to distinguish MPC5200B from MPC5200 in boot message
Jeffrey Mann (1): [patch] setenv(...) can delete environmentalvariables
Ladislav Michl (1): simplify silent console
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
Timur Tabi (1): 5xxx: write MAC address to mac-address and local-mac-address
common/cmd_nvedit.c | 5 +++- common/console.c | 8 +------ common/main.c | 50 +++++++++--------------------------------- cpu/mpc5xxx/cpu.c | 16 ++++++++++--- drivers/pci_auto.c | 7 +++++- drivers/smc91111.c | 8 +++--- include/asm-ppc/processor.h | 8 +++++- 7 files changed, 44 insertions(+), 58 deletions(-)

Dear Stefan,
in message 200705050820.36364.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-testing.git
Please give this repository a try. I'll ask Wolfgang to pull from it in about a week. Thanks.
I did some review and testing myself, and decided to pull now. Mostly, that is.
Grzegorz Wianecki (1): Use PVR to distinguish MPC5200B from MPC5200 in boot message
OK.
Jeffrey Mann (1): [patch] setenv(...) can delete environmentalvariables
OK.
Ladislav Michl (1): simplify silent console
NOT OK. I had to clean up some coding style issues.
Ladislav: please do NOT remove the space before the paren in function calls. Thanks.
Mike Frysinger (1): [patch] use unsigned char in smc91111 driver for mac
OK.
Sergei Shtylyov (1): Avoid assigning PCI resources from zero address
OK.
Stefan Roese (2): Merge with git://www.denx.de/git/u-boot.git Fix file mode
He.
Timur Tabi (1): 5xxx: write MAC address to mac-address and local-mac-address
OK.
Best regards,
Wolfgang Denk
participants (2)
-
Stefan Roese
-
Wolfgang Denk