1. 0088259 Further simplify cbfs functions - don't pass iscomp to callers. by Kevin O'Connor · 14 years ago
  2. a3855ad Add support for using floppy images in CBFS. by Kevin O'Connor · 14 years ago
  3. 1f83625 Rework coreboot cbfs interface for added flexibility. by Kevin O'Connor · 14 years ago
  4. 0bf9270 Add Post Memory Manager (PMM) support. by Kevin O'Connor · 14 years ago
  5. df5a5fd Fix coreboot bios table copying by delaying to after memory scan. by Kevin O'Connor · 14 years ago
  6. 2929c35 Add malloc_high/fseg() and rework bios table creation to use them. by Kevin O'Connor · 14 years ago
  7. 22e1b91 Expand int155f "vgahook" detection. by Kevin O'Connor · 14 years ago
  8. 523e5a9 Use "p->sum -= checksum()" style for setting checksums. by Kevin O'Connor · 14 years ago
  9. e8f00ee Optionrom code cleanup. by Kevin O'Connor · 14 years ago
  10. 09880da Support running non-pci specific vga option roms from CBFS. by Kevin O'Connor · 14 years ago
  11. 1edc89d Add ability to run all option roms in CBFS directory "genroms/". by Kevin O'Connor · 14 years ago
  12. cbd6ca0 Add support for compressed option roms. by Kevin O'Connor · 14 years ago
  13. 592323f Add LZMA decompression support to CBFS. by Kevin O'Connor · 14 years ago
  14. 214f6c2 Exit CBFS file search early if zero signature found. by Kevin O'Connor · 14 years ago
  15. 38d1a34 Replace memeq/streq functions with memcmp/strcmp. by Kevin O'Connor · 14 years ago
  16. 6782344 Initial support for running CBFS payloads. by Kevin O'Connor · 14 years ago
  17. 4c0c85a Initial support for finding option roms in coreboot flash layout. by Kevin O'Connor · 14 years ago
  18. 071f154 Add high coreboot table support to seabios. by Kevin O'Connor · 15 years ago
  19. 47e2093 Copy mptable floater and config tables when on coreboot. by Kevin O'Connor · 15 years ago
  20. 3574644 Build mptable using C 'struct's. by Kevin O'Connor · 15 years ago
  21. ef3d882 Make sure to clear global variables before use. by Kevin O'Connor · 15 years ago
  22. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 15 years ago
  23. e791636 Move ram size definitions from ebda to global variables. by Kevin O'Connor · 15 years ago
  24. 51358db Move pir table offset from ebda to a global variable. by Kevin O'Connor · 15 years ago
  25. 9967ab7 Add initial S3 resume support. by Kevin O'Connor · 15 years ago
  26. f782d60 Avoid casting EBDA variables ipl.description and pir_loc. by Kevin O'Connor · 15 years ago
  27. 59c35f2 Add support for more than 4Gig of ram. by Kevin O'Connor · 15 years ago
  28. 1d247db Create a dummy smbios table in coreboot environments. by Kevin O'Connor · 15 years ago
  29. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  30. e10e6f8 Scan for and relocate mptable when using coreboot. by Kevin O'Connor · 15 years ago
  31. 93479e4 Support relocating coreboot generated acpi rsdp and pir tables. by Kevin O'Connor · 15 years ago
  32. 59a23bb Enhance e820 memory map generation - include files missing from last commit. by Kevin O'Connor · 15 years ago