Age | Commit message (Expand) | Author |
2014-11-08 | acpigen: Add new function acpigen_pop_len | Vladimir Serbinenko |
2014-11-04 | i82801gx: Handle whole FADT in southbridge. | Vladimir Serbinenko |
2014-10-27 | {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs | Edward O'Callaghan |
2014-10-19 | ACPI: Allocate S3 resume backup in CBMEM earlier | Kyösti Mälkki |
2014-10-18 | i945: Consolidate FADT code | Vladimir Serbinenko |
2014-10-16 | smbios: Mark laptops as such | Vladimir Serbinenko |
2014-10-16 | ACPI: Remove CONFIG_GENERATE_ACPI_TABLES | Vladimir Serbinenko |
2014-10-11 | acpi: Don't add an empty SSDT. | Vladimir Serbinenko |
2014-10-11 | acpi: Remove explicit pointer tracking in per-device ssdt. | Vladimir Serbinenko |
2014-10-11 | bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use. | Vladimir Serbinenko |
2014-10-10 | acpi_create_mcfg_mmconfig: Zero-out the structure before filling. | Vladimir Serbinenko |
2014-09-11 | Increase space for ACPI tables when using dynamic CBMEM | Stefan Reinauer |
2014-09-05 | Implement ACPI in a per device way | Vladimir Serbinenko |
2014-09-02 | acpigen: Correctly handle root scope | Vladimir Serbinenko |
2014-09-02 | smbios.c: Fix mismerge which led to laptop being default type | Vladimir Serbinenko |
2014-08-30 | smbios: reorganise OEM strings handling. | Vladimir Serbinenko |
2014-08-29 | smbios: Define and use enclosure types. | Vladimir Serbinenko |
2014-07-08 | arch: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2014-07-03 | ACPI: Recover type of wakeup in acpi_is_wakeup() | Kyösti Mälkki |
2014-06-26 | PIRQ tables: Fix typos | Kyösti Mälkki |
2014-06-24 | MP Table: Change types to be consistent with the spec | Mike Loptien |
2014-06-20 | ACPI: Add acpi_is_wakeup_s3() | Kyösti Mälkki |
2014-06-20 | ACPI S3 support: Add acpi_s3_resume_allowed() | Kyösti Mälkki |
2014-06-16 | MP Spec: Correct the Virtual Wire assignment | Mike Loptien |
2014-06-16 | MP Spec: Add copyright header | Mike Loptien |
2014-06-01 | lenovo: Make version look like something thinkpad_acpi would accept | Vladimir Serbinenko |
2014-06-01 | acpigen: Add acpigen_emit_eisaid. | Vladimir Serbinenko |
2014-05-25 | acpigen: Add acpigen_write_irq. | Vladimir Serbinenko |
2014-05-06 | Introduce stage-specific architecture for coreboot | Furquan Shaikh |
2014-05-02 | arch/x86/boot: Indent mpspec.c and make a loop more legible | Edward O'Callaghan |
2014-04-01 | Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATE | Kyösti Mälkki |
2014-03-20 | rmodules: use rmodtool to create rmodules | Aaron Durbin |
2014-03-09 | smbios: Supply tag type 2 (base board information) | Vladimir Serbinenko |
2014-03-03 | coreboot: don't return struct lb_memory * from write_tables() | Aaron Durbin |
2014-03-03 | coreboot: introduce arch_payload_run() | Aaron Durbin |
2014-01-23 | Multiboot: remove multiboot tables generation. | Vladimir Serbinenko |
2014-01-10 | Replace all occurences of sprintf with snprintf | Vladimir Serbinenko |
2014-01-06 | CBMEM: Fix allocation for static CBMEM | Kyösti Mälkki |
2014-01-06 | CBMEM: Drop cbmem_base_check() | Kyösti Mälkki |
2014-01-06 | CBMEM ACPI: Move resume handler | Kyösti Mälkki |
2013-12-02 | Makefile: Drop obsolete rules | Kyösti Mälkki |
2013-11-25 | x86: fix compile error for !CONFIG_MULTIBOOT | Aaron Durbin |
2013-11-25 | smbios: Add generic type41 write function | Duncan Laurie |
2013-11-18 | smbios: make manufacturer, product_name and uuid runtime settable | Gerd Hoffmann |
2013-10-15 | CBMEM: Define cbmem_top() just once for x86 | Kyösti Mälkki |
2013-10-15 | CBMEM: Fail builds on missing get_top_of_ram() | Kyösti Mälkki |
2013-10-14 | Revert "CBMEM: Always have early initialisation" | Kyösti Mälkki |
2013-09-21 | CBMEM: Always select CAR_MIGRATION | Kyösti Mälkki |
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 |