Advertisement
Guest User

Untitled

a guest
May 24th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. user@foobar ~/coreboot $ cbfstool build/coreboot.rom print
  2. FMAP REGION: COREBOOT
  3. Name Offset Type Size Comp
  4. cbfs master header 0x0 cbfs header 32 none
  5. fallback/romstage 0x80 stage 84948 none
  6. cpu_microcode_blob.bin 0x14cc0 microcode 25600 none
  7. fallback/ramstage 0x1b140 stage 112178 none
  8. config 0x367c0 raw 244 none
  9. revision 0x36900 raw 679 none
  10. cmos.default 0x36c00 cmos_default 256 none
  11. cmos_layout.bin 0x36d40 cmos_layout 1980 none
  12. fallback/postcar 0x37540 stage 21284 none
  13. fallback/dsdt.aml 0x3c8c0 raw 14479 none
  14. fallback/payload 0x401c0 simple elf 716619 none
  15. (empty) 0xef180 null 1765976 none
  16. bootblock 0x29e400 bootblock 3016 none
  17.  
  18. user@foobar ~/coreboot $ nvramtool -C build/coreboot.rom -a
  19. ERROR: No valid CBFS header found!
  20. CBFS: Could not find file cmos.default
  21. Need a cmos.default in the CBFS image or separate cmos file (-D).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement