Re: [U-Boot] [GIT PULL] Zynq patches

Hi Tom,
based on your post some days ago. Can you please add these fixes to directly to your master branch?
Thanks, Michal
On 08/19/2014 09:57 AM, Michal Simek wrote:
Hi Albert,
please pull these 3 patches to your tree.
Thanks, Michal
Summary of 4 commits for 6 boards (6 threads, 2 jobs per thread) 01: patman: Only use git's --no-decorate when available 02: zynq: spl: Add vectors section to linker script arm: (for 6/6 boards) all -966.0 bss -10.0 data -46.7 rodata -124.0 spl/u-boot-spl:all +96.0 spl/u-boot-spl:text +96.0 text -785.3 zynq_zc770_xm013: all -592 bss -4 data -4 rodata -12 spl/u-boot-spl:all +96 spl/u-boot-spl:text +96 text -572 zynq_zc770_xm012: all -596 bss -8 data -4 rodata -12 spl/u-boot-spl:all +96 spl/u-boot-spl:text +96 text -572 zynq_zc770_xm010: all -1152 bss -12 data -68 rodata -180 spl/u-boot-spl:all +96 spl/u-boot-spl:text +96 text -892 zynq_zed : all -1152 bss -12 data -68 rodata -180 spl/u-boot-spl:all +96 spl/u-boot-spl:text +96 text -892 zynq_zc70x : all -1152 bss -12 data -68 rodata -180 spl/u-boot-spl:all +96 spl/u-boot-spl:text +96 text -892 zynq_microzed : all -1152 bss -12 data -68 rodata -180 spl/u-boot-spl:all +96 spl/u-boot-spl:text +96 text -892 03: ARM: zynq: Move ps7_init() out of spl.h 04: ARM: zynq: Remove spl.h
The following changes since commit e76b933e02e1b38e48754c435e9dba1c0deeb3c6:
Prepare v2014.10-rc1 (2014-08-06 09:12:58 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git zynq
for you to fetch changes up to ae2ee77f982d83a9aca06973e39bebb224b5201c:
ARM: zynq: Remove spl.h (2014-08-19 08:48:18 +0200)
Michal Simek (2): ARM: zynq: Move ps7_init() out of spl.h ARM: zynq: Remove spl.h
Peter Crosthwaite (1): zynq: spl: Add vectors section to linker script
arch/arm/cpu/armv7/zynq/spl.c | 2 +- arch/arm/cpu/armv7/zynq/u-boot-spl.lds | 1 + arch/arm/include/asm/arch-zynq/spl.h | 18 ------------------ arch/arm/include/asm/arch-zynq/sys_proto.h | 2 ++ arch/arm/include/asm/spl.h | 2 +- 5 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 arch/arm/include/asm/arch-zynq/spl.h
participants (1)
-
Michal Simek