Date:2011-11-21 21:28:36 (12 years 4 months ago)
Author:Werner Almesberger
Commit:8b92936a6862ca7b06ddd187df9f513627642015
Message:m1nor: accept system.fpg as alias for soc.fpg

Files: m1/tools/m1nor (2 diffs)

Change Details

m1/tools/m1nor
2020# bios-rescue.bin 0x0022 0000 128k
2121# splash-rescue.raw 0x0024 0000 640k
2222# flickernoise.fbi(res) 0x002E 0000 4096k
23# soc.fpg 0x006E 0000 1536k
23# soc.fpg 0x006E 0000 1536k alias: system.fpg
2424# bios.bin 0x0086 0000 128k
2525# splash.raw 0x0088 0000 640k
2626# flickernoise.fbi 0x0092 0000 4096k
...... 
4444elif [ "${n#splash-rescue}" != "$n" ]; then off=0x240000; ext=.raw
4545elif [ "${n#flickernoise-rescue}" != "$n" ]; then off=0x2e0000; ext=.fbi
4646elif [ "${n#soc}" != "$n" ]; then off=0x6e0000; ext=.fpg
47elif [ "${n#system}" != "$n" ]; then off=0x6e0000; ext=.fpg
4748elif [ "${n#bios}" != "$n" ]; then off=0x860000; ext=.bin
4849elif [ "${n#splash}" != "$n" ]; then off=0x880000; ext=.raw
4950elif [ "${n#flickernoise}" != "$n" ]; then off=0x920000; ext=.fbi

Archive Download the corresponding diff file

Branches:
master



interactive