nvramtool: 64bit safe CBFS handling
[coreboot.git] / util / cbfstool / EXAMPLE
1  rm coreboot.rom;
2 ./cbfstool coreboot.rom create 0x80000 0x10000 /tmp/coreboot.strip
3 ./cbfstool coreboot.rom add-payload /tmp/filo.elf normal/payload l
4 ./cbfstool coreboot.rom print
5 #./cbfstool coreboot.rom add-stage /tmp/filo.elf normal/payload
6
7 ./cbfstool coreboot.rom print
8 cp coreboot.rom /home/rminnich/qemutest/