[U-Boot] Pull request: u-boot-blackfin

Hi Tom,
Please pull the following patches from u-boot-blackfin into your tree.
Thanks
Sonic Zhang
The following changes since commit f44483b57c49282299da0e5c10073b909cdad979:
Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 08:48:02 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-blackfin.git master
for you to fetch changes up to 985e18d14e0cb3933311945d30de6357cf8be9df:
blackfin: Do not generate unused header bootrom-asm-offsets.h (2013-12-06 16:06:51 +0800)
---------------------------------------------------------------- Axel Lin (2): spi: bfin_spi: Remove unnecessary test for bus and pins[bus] spi: bfin_spi6xx: Remove unnecessary test for bus and pins[bus]
Masahiro Yamada (1): blackfin: Do not generate unused header bootrom-asm-offsets.h
Sonic Zhang (4): blackfin: Use ADI_GPIO2 driver other than the default ADI_GPIO1 blackfin: If none ADI_GPIOX macro is defined, use ADI_GPIO1 as default blackfin: Add missing macro CONFIG_BFIN_SERIAL blackfin: soft-i2c: No need to define blackfin specific soft i2c operations
Makefile | 1 - arch/blackfin/cpu/.gitignore | 2 -- arch/blackfin/cpu/Makefile | 10 -------- arch/blackfin/cpu/bootrom-asm-offsets.awk | 41 ------------------------------ arch/blackfin/cpu/bootrom-asm-offsets.c.in | 12 --------- arch/blackfin/cpu/gpio.c | 2 +- arch/blackfin/include/asm/gpio.h | 2 +- drivers/spi/bfin_spi.c | 17 +++++++------ drivers/spi/bfin_spi6xx.c | 5 +--- include/configs/bf506f-ezkit.h | 1 + include/configs/bf525-ucr2.h | 1 + include/configs/bf533-stamp.h | 29 ++------------------- include/configs/bf537-minotaur.h | 1 + include/configs/bf537-srv1.h | 1 + include/configs/blackstamp.h | 1 + include/configs/cm-bf548.h | 2 ++ include/configs/dnp5370.h | 1 + 17 files changed, 22 insertions(+), 107 deletions(-) delete mode 100644 arch/blackfin/cpu/bootrom-asm-offsets.awk delete mode 100644 arch/blackfin/cpu/bootrom-asm-offsets.c.in

On Fri, Dec 06, 2013 at 04:14:42PM +0800, Sonic Zhang wrote:
Hi Tom,
Please pull the following patches from u-boot-blackfin into your tree.
Thanks
Sonic Zhang
The following changes since commit f44483b57c49282299da0e5c10073b909cdad979:
Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 08:48:02 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-blackfin.git master
for you to fetch changes up to 985e18d14e0cb3933311945d30de6357cf8be9df:
blackfin: Do not generate unused header bootrom-asm-offsets.h (2013-12-06 16:06:51 +0800)
Axel Lin (2): spi: bfin_spi: Remove unnecessary test for bus and pins[bus] spi: bfin_spi6xx: Remove unnecessary test for bus and pins[bus]
Masahiro Yamada (1): blackfin: Do not generate unused header bootrom-asm-offsets.h
Sonic Zhang (4): blackfin: Use ADI_GPIO2 driver other than the default ADI_GPIO1 blackfin: If none ADI_GPIOX macro is defined, use ADI_GPIO1 as default blackfin: Add missing macro CONFIG_BFIN_SERIAL blackfin: soft-i2c: No need to define blackfin specific soft i2c operations
Makefile | 1 - arch/blackfin/cpu/.gitignore | 2 -- arch/blackfin/cpu/Makefile | 10 -------- arch/blackfin/cpu/bootrom-asm-offsets.awk | 41 ------------------------------ arch/blackfin/cpu/bootrom-asm-offsets.c.in | 12 --------- arch/blackfin/cpu/gpio.c | 2 +- arch/blackfin/include/asm/gpio.h | 2 +- drivers/spi/bfin_spi.c | 17 +++++++------ drivers/spi/bfin_spi6xx.c | 5 +--- include/configs/bf506f-ezkit.h | 1 + include/configs/bf525-ucr2.h | 1 + include/configs/bf533-stamp.h | 29 ++------------------- include/configs/bf537-minotaur.h | 1 + include/configs/bf537-srv1.h | 1 + include/configs/blackstamp.h | 1 + include/configs/cm-bf548.h | 2 ++ include/configs/dnp5370.h | 1 + 17 files changed, 22 insertions(+), 107 deletions(-) delete mode 100644 arch/blackfin/cpu/bootrom-asm-offsets.awk delete mode 100644 arch/blackfin/cpu/bootrom-asm-offsets.c.in
Applied to u-boot/master, thanks!
But please note that with gcc 4.5 from http://sourceforge.net/projects/adi-toolchain/files/2013R1/2013R1_45-RC1/x86... I see: --------------------- SUMMARY ---------------------------- Boards compiled: 30 Boards with errors: 7 ( cm-bf537u cm-bf537e bf561-acvilon blackvme bf506f-ezkit tcm-bf537 bf561-ezkit ) Boards with warnings but no errors: 28 ( bf609-ezkit bf533-ezkit bf525-ucr2 dnp5370 ip04 blackstamp cm-bf561 bf537-srv1 ibf-dsp561 bf527-sdp bf537-stamp bct-brettl2 bf537-minotaur bf538f-ezkit bf526-ezbrd cm-bf527 bf527-ezkit br4 cm-bf548 cm-bf533 bf533-stamp bf518f-ezbrd bf527-ad7160-eval bf548-ezkit pr1 bf527-ezkit-v2 tcm-bf518 bf537-pnav ) ----------------------------------------------------------
Can we address these warnings / errors? Thanks!
participants (2)
-
Sonic Zhang
-
Tom Rini