grml...
[seabios.git] / src / coreboot.c
2012-02-05 Julian PidancetXen: Use VGA Hooks to make VGA passthrough work on...
2011-08-28 Kevin O'ConnorUse coreboot smbios table if found.
2011-07-02 Kevin O'ConnorCalculate vgahook responses during setup instead of...
2011-06-13 Ian CampbellMove support for copying out BIOS tables into its own...
2011-01-08 Kevin O'ConnorMove the CBFS payload setup to later in the boot.
2010-12-30 Kevin O'ConnorUse bootprio_find_named_rom() for ramdisk and cbfs...
2010-12-30 Kevin O'ConnorRemove drive->desc field.
2010-12-28 Kevin O'ConnorAdd stubs to permit devices to specify their boot priority.
2010-12-28 Kevin O'ConnorSimplify boot ordering by building an inclusive boot...
2010-12-26 Kevin O'ConnorMinor build fixes.
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-07-27 Kevin O'ConnorHandle unaligned sizes in iomemcpy().
2010-06-13 Kevin O'ConnorUnify optionrom cbfs/qemu_cfg rom pulling code.
2010-03-20 Kevin O'ConnorDefault CONFIG_COREBOOT_FLASH on; make depend on CONFIG...
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-18 Gerd Hoffmannmove htonl() + friends to util.h
2009-12-05 Kevin O'ConnorIntroduce optimized iomemcpy function for copying from...
2009-10-18 Kevin O'ConnorMove smbios definitions to header file; fix compile...
2009-10-08 Kevin O'ConnorAdd snprintf support.
2009-09-12 Kevin O'ConnorAdd mechanism for describing internal drives in boot...
2009-08-19 Kevin O'ConnorFurther simplify cbfs functions - don't pass iscomp...
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-17 Kevin O'ConnorRework coreboot cbfs interface for added flexibility.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-29 Kevin O'ConnorFix coreboot bios table copying by delaying to after...
2009-07-25 Kevin O'ConnorAdd malloc_high/fseg() and rework bios table creation...
2009-07-19 Kevin O'ConnorExpand int155f "vgahook" detection.
2009-07-04 Kevin O'ConnorUse "p->sum -= checksum()" style for setting checksums.
2009-07-04 Kevin O'ConnorOptionrom code cleanup.
2009-06-18 Kevin O'ConnorSupport running non-pci specific vga option roms from...
2009-05-01 Kevin O'ConnorAdd ability to run all option roms in CBFS directory...
2009-04-28 Kevin O'ConnorAdd support for compressed option roms.
2009-04-27 Kevin O'ConnorAdd LZMA decompression support to CBFS.
2009-04-27 Kevin O'ConnorExit CBFS file search early if zero signature found.
2009-04-18 Kevin O'ConnorReplace memeq/streq functions with memcmp/strcmp.
2009-04-13 Kevin O'ConnorInitial support for running CBFS payloads.
2009-04-12 Kevin O'ConnorInitial support for finding option roms in coreboot...
2009-03-21 Kevin O'ConnorAdd high coreboot table support to seabios.
2009-02-28 Kevin O'ConnorCopy mptable floater and config tables when on coreboot.
2009-02-28 Kevin O'ConnorBuild mptable using C 'struct's.
2009-02-06 Kevin O'ConnorMake sure to clear global variables before use.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-29 Kevin O'ConnorMove ram size definitions from ebda to global variables.
2008-12-29 Kevin O'ConnorMove pir table offset from ebda to a global variable.
2008-12-19 Kevin O'ConnorAdd initial S3 resume support.
2008-11-08 Kevin O'ConnorAvoid casting EBDA variables ipl.description and pir_loc.
2008-10-26 Kevin O'ConnorAdd support for more than 4Gig of ram.
2008-08-30 Kevin O'ConnorCreate a dummy smbios table in coreboot environments.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-21 Kevin O'ConnorScan for and relocate mptable when using coreboot.
2008-06-13 Kevin O'ConnorSupport relocating coreboot generated acpi rsdp and...
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation - include files...