board.cfg 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. cbtree="default"
  2. romtype="normal"
  3. cbrevision="a0aee78c8261804e498b3c31bf4b855fb7e7d1cd"
  4. arch="x86_64"
  5. payload_grub="n"
  6. payload_grub_withseabios="n"
  7. payload_grub_withtianocore="n"
  8. payload_seabios="n"
  9. payload_tianocore="n"
  10. # NOTE: 1b242b6618d4cbb80d5b4268ba2b39ae363d96f9 is the last revision checked.
  11. # Right now, coreboot 4.14 is being used, and specific patches being
  12. # Backported. Check commits after the above commit ID
  13. # NOTE: for de-blob purposes, 4.14 was used. next time deblobbing, compare
  14. # files between 4.14 and whatever new version of coreboot is used
  15. # The following patches from coreboot are currently backported to 4.14:
  16. # 99973d29af774c54e8859d967b2b9617abebeeb0 <-- and this is the last one
  17. # 40b8f01697d6f26f86de7fbda1d0a160dcd4d5df
  18. # 5c3b05ecf4dbb89da3dd7bc514875b53e3a8ce1c
  19. # f963a0f8e5ac5d68b17bb1f703cab617260a3fa6
  20. # 0afb90a73ba007b3f6dc135ec8105def00182c5f
  21. # de0fd07ca7f5ca404d1a13c036766c561fd26cd8
  22. # 6318f1f500b69bbba156ec78598406cf30fd5e02 <-- then this, going all the way up
  23. # b403da65cddff557da67cabd1a66e1053b8967c7 <-- then this
  24. # 9a056013411a79ca7973c6a141d78e22949d4553 <-- this first
  25. # Watch this. It may cause some mayhem:
  26. # https://review.coreboot.org/c/coreboot/+/54301
  27. # https://review.coreboot.org/c/coreboot/+/54298
  28. # keep an eye on avph's changes to postcar stage (on various platforms)