Author: quozl Date: Tue Mar 26 03:36:15 2013 New Revision: 3629 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3629
Log: OLPC XO-1.75 - fix overlap with manufacturing data again, this time it was because components delivered to the image with $add-file were not included in the reserved area check. Rather than move the reserved area check deeper into the mkdropin.fth logic, it was easier to reorder the build so that such components were added early. #12627.
Modified: cpu/arm/olpc/1.75/olpc.bth
Modified: cpu/arm/olpc/1.75/olpc.bth ============================================================================== --- cpu/arm/olpc/1.75/olpc.bth Mon Mar 25 23:57:50 2013 (r3628) +++ cpu/arm/olpc/1.75/olpc.bth Tue Mar 26 03:36:15 2013 (r3629) @@ -93,6 +93,11 @@ " nandblaster_tx.bin" " nb_tx" $add-deflated-dropin
\ icons for mfg test gui + " ${BP}/cpu/x86/pc/olpc/images/bigx.di" $add-file + " ${BP}/cpu/x86/pc/olpc/images/bigcheck.di" $add-file + " ${BP}/cpu/x86/pc/olpc/images/leds.di" $add-file + " ${BP}/cpu/x86/pc/olpc/images/ebook.di" $add-file + " testicons/play.565" " play.565" $add-deflated-dropin " testicons/quit.565" " quit.565" $add-deflated-dropin " testicons/cpu.565" " cpu.565" $add-deflated-dropin @@ -129,11 +134,6 @@
" ${BP}/ofw/inet/telnetd.fth" " telnetd" $add-deflated-dropin
- " ${BP}/cpu/x86/pc/olpc/images/bigx.di" $add-file - " ${BP}/cpu/x86/pc/olpc/images/bigcheck.di" $add-file - " ${BP}/cpu/x86/pc/olpc/images/leds.di" $add-file - " ${BP}/cpu/x86/pc/olpc/images/ebook.di" $add-file - \ " ${BP}/cpu/x86/pc/olpc/images/warnings.565" " warnings.565" $add-deflated-dropin " ${BP}/cpu/x86/pc/olpc/images/lightdot.565" " lightdot.565" $add-deflated-dropin " ${BP}/cpu/x86/pc/olpc/images/yellowdot.565" " yellowdot.565" $add-deflated-dropin
openfirmware@openfirmware.info