wok-current rev 19921
memtest: VCPI support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 19 22:44:52 2017 +0200 (2017-04-19) |
parents | e4d1fb5556df |
children | 28e74f124643 |
files | memtest/receipt |
line diff
1.1 --- a/memtest/receipt Wed Apr 19 22:14:58 2017 +0200 1.2 +++ b/memtest/receipt Wed Apr 19 22:44:52 2017 +0200 1.3 @@ -27,6 +27,12 @@ 1.4 cc -o $i.o -Wa,-a=$i.lst -c $i.S 1.5 objcopy -O binary $i.o $i.bin 1.6 done 1.7 + for n in pm_code gdt_abs pagebuf ; do 1.8 + for f in bootloader unpack ; do 1.9 + printf "%-20s" $f 1.10 + sed "/:[0-9a-f]* $n\$/!d;s/.*://" $f.lst 1.11 + done 1.12 + done 1.13 sed -i "s/VERSION/$VERSION/" pack 1.14 ./pack --build bootloader.bin unpack.bin 1.15 ./pack memtest.bin memtest.packed