Age | Commit message (Expand) | Author |
2013-09-11 | CBMEM: Backup top_of_ram instead of cbmem_toc | Kyösti Mälkki |
2013-09-11 | CBMEM: Add cbmem_locate_table() | Kyösti Mälkki |
2013-09-11 | CBMEM tables: Remove references to global high_tables_base | Kyösti Mälkki |
2013-09-11 | CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base | Kyösti Mälkki |
2013-09-11 | CBMEM AMD: Fix calls to set_top_of_ram_once() | Kyösti Mälkki |
2013-09-11 | CBMEM AMD: Remove references to global high_tables_base | Kyösti Mälkki |
2013-08-05 | AMD Kabini: Add northbridge AGESA wrapper (new AMD processor) | Siyuan Wang |
2013-07-15 | SMBIOS: Add smbios_write_type11() for creating an OEM Strings structure | Peter Stuge |
2013-07-14 | SMBIOS: Allow overriding default Manufacturer and Product names | Peter Stuge |
2013-07-10 | Drop ELF remains from boot code | Stefan Reinauer |
2013-07-10 | arch: Fix spelling | Martin Roth |
2013-05-01 | x86: use boot state callbacks to disable rom cache | Aaron Durbin |
2013-05-01 | coverage: use boot state callbacks | Aaron Durbin |
2013-05-01 | acpi: split resume check and actual resume code | Aaron Durbin |
2013-04-01 | lynxpoint: Move ACPI NVS into separate CBMEM table | Duncan Laurie |
2013-04-01 | boot: add disable_cache_rom() function | Aaron Durbin |
2013-03-26 | x86: dynamic cbmem: fix acpi reservations | Aaron Durbin |
2013-03-22 | Unify coreboot table generation | Stefan Reinauer |
2013-03-22 | coreboot: add vboot_handoff to coreboot tables | Aaron Durbin |
2013-03-22 | coreboot: dynamic cbmem requirement | Aaron Durbin |
2013-03-21 | cbmem: dynamic cbmem support | Aaron Durbin |
2013-03-21 | coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE | Aaron Durbin |
2013-03-21 | coreboot: introduce romstage_handoff structure | Aaron Durbin |
2013-03-21 | ramstage: prepare for relocation | Aaron Durbin |
2013-03-15 | Google Link: Add remaining code to support native graphics | Ronald G. Minnich |
2013-03-14 | x86: improve lb_cleanup_memory_ranges | Aaron Durbin |
2013-03-07 | Remove UTF-8 characters from comments | Ronald G. Minnich |
2013-03-07 | src/arch/x86/boot/acpigen.c: Small coding style and comment fixes | Paul Menzel |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-28 | Drop CONFIG_WRITE_HIGH_TABLES | Stefan Reinauer |
2013-02-14 | sconfig: rename lapic_cluster -> cpu_cluster | Stefan Reinauer |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2013-02-04 | smbios: show CONFIG_LOCALVERSION in DMI bios_version | Christian Gmeiner |
2013-01-30 | Extend CBFS to support arbitrary ROM source media. | Hung-Te Lin |
2013-01-12 | Implement GCC code coverage analysis | Stefan Reinauer |
2013-01-11 | cbmem: replace pointer type by uint64_t | Stefan Reinauer |
2012-12-15 | Fix a compare against undefined variable in acpi.c | Martin Roth |
2012-12-06 | Unify assembler function handling | Stefan Reinauer |
2012-11-29 | pirq_route_irqs is private | Patrick Georgi |
2012-11-16 | Fix PIRQ routing abstraction | Stefan Reinauer |
2012-11-14 | SMM: Restore GNVS pointer in the resume path | Duncan Laurie |
2012-11-12 | oprom: Ensure that mode information is valid before putting it in the tables. | Gabe Black |
2012-11-12 | Define post codes for OS boot and resume | Duncan Laurie |
2012-11-06 | acpi: Add support for DMAR tables (Intel IOMMU support) | Patrick Georgi |
2012-10-29 | Drop get_smbios_data from chip_operations | Kyösti Mälkki |
2012-10-27 | Take care of NULL chip_ops->name | Kyösti Mälkki |
2012-10-08 | hpet: common ACPI generation | Patrick Georgi |
2012-10-07 | Take care of NULL chip_ops->name | Kyösti Mälkki |
2012-10-04 | pirq_routing: Allow routing with more than 4 PIRQ links | Alexandru Gagniuc |
2012-08-25 | MPTABLE: check for fixed IRQ entries on all pins | Sven Schnelle |
2012-08-22 | mptable: bring sanity back to mptable generation (TRIVIAL) | Alexandru Gagniuc |
2012-08-21 | Don't write automatic IRQ entries for disabled devices | Sven Schnelle |
2012-08-08 | Do not allow modifying memory table directly | Kyösti Mälkki |
2012-08-08 | Drop HAVE_MAINBOARD_RESOURCES | Kyösti Mälkki |
2012-07-26 | ACPI: Add function to write _PPC using NVS | Duncan Laurie |
2012-07-25 | Extend smbios api to allow runtime change of mainboard serial and version | Christian Gmeiner |
2012-07-25 | ELOG: Add support for generating SMBIOS type15 table | Duncan Laurie |
2012-07-13 | MPTAPLE: generate from devicetree.cb | Sven Schnelle |
2012-07-03 | SMBIOS: move serial number and version out to Kconf | Christian Gmeiner |
2012-07-03 | AGESA F15 wrapper for Trinity | zbao |
2012-05-30 | Initializer of a static member in union. | zbao |
2012-05-08 | Clean up #ifs | Patrick Georgi |
2012-05-03 | Print some useful debugging information in PSS table creation | Stefan Reinauer |
2012-05-03 | Make creation of CBMEM_ID_RESUME_SCRATCH depending on Agesa | Stefan Reinauer |
2012-04-30 | acpigen: make acpigen_write_CST_package_entry non-static | Stefan Reinauer |
2012-04-30 | acpigen: Add support for generating T state tables | Stefan Reinauer |
2012-04-30 | Rework ACPI CST table generation | Stefan Reinauer |
2012-04-28 | acpigen: make acpigen_write_len_f() non static | Stefan Reinauer |
2012-04-27 | coreboot_table.c: Add missing include files | Stefan Reinauer |
2012-04-16 | S3 code in coreboot public folder. | zbao |
2012-04-16 | ACPI HEST table. | zbao |
2012-04-05 | smbios: Don't fill out firmware version on ChromeOS | Stefan Reinauer |
2012-04-05 | Fill out ChromeOS specific coreboot table extensions | Stefan Reinauer |
2012-04-04 | Add support for mainboard specific suspend/resume handler | Stefan Reinauer |
2012-04-04 | Drop verified boot code from acpi.c | Stefan Reinauer |
2012-03-30 | use movsl for copying resume memory back | Stefan Reinauer |
2012-03-30 | Add timestamps for selfboot and acpi wake | Duncan Laurie |
2012-03-30 | Add TPM support to coreboot | Stefan Reinauer |
2012-03-29 | Refactor publishing CBMEM addresses through coreboot table. | Vadim Bendebury |
2012-03-29 | Add timestamp table pointer to the coreboot table. | Vadim Bendebury |
2012-03-20 | Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class... | Rudolf Marek |
2012-03-10 | If the memory mapped UART isn't present, leave it out of the cb tables. | Gabe Black |
2012-03-09 | Increase size of the coreboot table area | Stefan Reinauer |
2012-03-09 | Fix compilation when USE_OPTION_TABLE is not defined. | Duncan Laurie |
2012-03-09 | Fix coreboot table size calculations. | Vadim Bendebury |
2012-03-09 | Clean up use of CONFIG_ variables in coreboot_table.c | Stefan Reinauer |
2012-03-08 | Unify Local APIC address definitions | Patrick Georgi |
2012-03-07 | Move C labels to start-of-line | Patrick Georgi |
2011-10-27 | Move linux 2.6.11 workaround to generic code | Patrick Georgi |
2011-10-25 | ACPI: Add function for writing _CST tables | Sven Schnelle |
2011-10-21 | Extend coreboot table entry for serial ports | Stefan Reinauer |
2011-10-13 | Prevent build breakage without consoles enabled | Stefan Reinauer |
2011-10-13 | refactor vesa mode setting code and bootsplash code | Stefan Reinauer |
2011-10-13 | mptable: Refactor mptable generation some more | Patrick Georgi |
2011-10-13 | mptable: Get rid of fixup_virtual_wire | Patrick Georgi |
2011-10-13 | mptable: Refactor lintsrc generation | Patrick Georgi |
2011-09-12 | Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods | Tobias Diedrich |
2011-08-26 | Add automatic SMBIOS table generation | Sven Schnelle |
2011-07-02 | whitespace-only changes in acpi.c, replaced spaces with tabs | Cristian Măgherușan-Stanciu |
2011-04-26 | Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an | Stefan Reinauer |