SHA256
1
0
forked from pool/u-boot

Accepting request 215532 from Base:System

Disable CONFIG_SPL_OS_BOOT for ti armv7 configs with 
fix_spl_build_for_am335x.patch to reduce size of am335x SPL (forwarded request 215393 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/215532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=21
This commit is contained in:
Stephan Kulow
2014-01-29 21:22:37 +00:00
committed by Git OBS Bridge
parent 751206949d
commit 8474a81f96
34 changed files with 2315 additions and 1892 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Jan 28 15:29:14 UTC 2014 - guillaume@opensuse.org
- Disable CONFIG_SPL_OS_BOOT for ti armv7 configs with
fix_spl_build_for_am335x.patch to reduce size of am335x SPL
-------------------------------------------------------------------
Sat Jan 26 22:46:44 UTC 2014 - afaerber@suse.de
- Update to v2014.01
* Manually updated 0006-ARMV7-hardfp-build-fix.patch
* Dropped v2013.10-sunxi.patch and created
v2014.01-sunxi.patch by merging u-boot.git v2014.01 onto
u-boot-sunxi.git e4a0232e173577893604b94fc3af7c047570970b
* Added gnuhash.patch to fix .gnu.hash section handling in ldscripts
* Rebased mlo-ext2.patch:
omap4_common.h CONFIG_SUPPORT_RAW_INITRD hunk is now covered by
ti_common_initrd_support.patch.
am335xevm build is known breaking due to size constraints not
trivially solvable without dropping our patch.
-------------------------------------------------------------------
Sun Jan 26 12:14:10 UTC 2014 - afaerber@suse.de
- Fix regression in packaging u-boot-dtb-tegra.bin:
There is in fact a u-boot-spl.bin SPL being built,
but it is 0xff-padded as u-boot-spl-pad.bin and then
prepended to u-boot.bin and the .dtb.
u-boot-dtb.bin exists independently as just u-boot.bin and .dtb,
so give preference to u-boot-dtb-tegra.bin over u-boot-dtb.bin.
-------------------------------------------------------------------
Mon Jan 20 14:05:13 UTC 2014 - agraf@suse.com