Age | Commit message (Expand) | Author |
2018-04-09 | ACPI S3: Drop too early resume backup | Kyösti Mälkki |
2018-04-09 | ioapic: extend definition name to avoid collision | Marc Jones |
2018-04-01 | x86: Increase time out for parking APs to 250ms | Furquan Shaikh |
2018-04-01 | arch/x86/smbios: Consider corner case of Part Number | Lijian Zhao |
2018-03-23 | arch/x86/smbios: Strip trailing whitespace on DMI 17 part number. | Raul E Rangel |
2018-03-14 | acpi: update comment referencing ACPI ID | Joel Kitching |
2018-03-07 | smbios: Extend Baseboard (or Module) Information (type2) | Julien Viard de Galbert |
2018-03-01 | smbios: Add option to select the enclosure type | Julien Viard de Galbert |
2018-02-26 | src/arch/x86/smbios.c: Fix type 17 part number | Richard Spiegel |
2018-02-02 | arch/x86/acpi/statdef.asl: Remove unnecessary whitespace | Elyes HAOUAS |
2018-01-31 | arch/x86/acpigen: Add generator for _ROM | Patrick Rudolph |
2018-01-26 | smbios: handle DIMM of 32G or more | Julien Viard de Galbert |
2018-01-25 | arch/x86: allow timestamp source to not be TSC | Aaron Durbin |
2018-01-17 | cpu/intel/speedstep: Fix the PNOT ACPI method | Arthur Heymans |
2018-01-17 | arch/x86/acpi_device: Provide macros for GPIO input with polarity | Furquan Shaikh |
2018-01-15 | Intel i82830 boards & chips: Remove - using LATE_CBMEM_INIT | Martin Roth |
2017-11-23 | Constify struct cpu_device_id instances | Jonathan Neuschäfer |
2017-11-21 | arch/x86: Write ACPI DBG2 table only if the device has been enabled | Mario Scheithauer |
2017-11-15 | arch/x86/acpi: Add support for writing ACPI DBG2 table | Duncan Laurie |
2017-11-10 | arch/x86: Add common AMD ACPI hardware definitions | Marshall Dawson |
2017-11-04 | arch/x86/acpigen: Add function to write a CPU package | Nico Huber |
2017-11-03 | arch/x86/gdt: Move variable assignment down | Paul Menzel |
2017-10-29 | arch/x86: Restore forwarding table on resume for non EARLY_EBDA_INIT | Furquan Shaikh |
2017-10-18 | arch/x86: restore forwarding table on resume for EARLY_EBDA_INIT | Aaron Durbin |
2017-10-16 | arch/x86: initialize EBDA in S3 and S0/S5 path | Aaron Durbin |
2017-10-16 | arch/x86/gdt: Correct format of multi-line comment | Paul Menzel |
2017-09-22 | arch/x86: Add ebda read/write functions into EBDA library | Subrata Banik |
2017-09-22 | arch/x86: Enable ebda library for romstage and postcar | Subrata Banik |
2017-09-22 | arch/x86: Include acpi_s3.c support in postcar stage | Subrata Banik |
2017-09-13 | arch/x86: Fix typo with MTRR | Kyösti Mälkki |
2017-09-08 | arch/x86/postcar: Support CBMEM_TOP_BACKUP | Kyösti Mälkki |
2017-09-08 | arch/x86 postcar: Fix use with stage_cache | Kyösti Mälkki |
2017-09-06 | arch/x86/Kconfig: Add deprecation warnings for LATE_CBMEM_INIT | Jonathan Neuschäfer |
2017-09-06 | ACPI S3: Remove conflicting local acpi_get_sleep_type() | Kyösti Mälkki |
2017-09-05 | Move ADDR32() hack to arch/x86 | Patrick Georgi |
2017-08-30 | acpigen: Add stop gpio control to power resource | Furquan Shaikh |
2017-08-30 | acpi_device: Provide a new function to add a list of properties | Duncan Laurie |
2017-08-29 | arch/x86: Add Kconfig option for ACPI \_PR CPU name string | Marc Jones |
2017-08-19 | i82801dx/gx/ix/jx: Add low-memory backup for S3 path | Kyösti Mälkki |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-08-17 | arch/x86: Make postcar TempRamExit call generic | Marshall Dawson |
2017-08-10 | SMBIOS: Correct length calculation for empty string table | Konstantin Aladyshev |
2017-07-26 | Port cmos.default handling to C environment bootblock | Nico Huber |
2017-07-24 | Fix files with multiple newlines at the end. | Martin Roth |
2017-07-18 | arch/x86: select RELOCATABLE_MODULES when POSTCAR is selected | Aaron Durbin |
2017-07-17 | AGESA boards: Fix regressions with LATE_CBMEM_INIT | Kyösti Mälkki |
2017-07-13 | src: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-07-13 | arch/x86/assembly_entry: Align stack for car_stage_entry | Marshall Dawson |
2017-07-07 | x86/acpigen: Fix acpigen_write_field | Patrick Rudolph |
2017-07-07 | arch/*: Update Kconfig symbol usage | Martin Roth |
2017-07-06 | smbios: Correct the system enclosure types | Elyes HAOUAS |
2017-06-29 | arch/x86: update assembly to ensure 16-byte alignment into C | Aaron Durbin |
2017-06-22 | arch/x86/smbios: Fix scope of variable declaration | Nico Huber |
2017-06-22 | arch/x86: Make rdrand.c clang friendly | Stefan Reinauer |
2017-06-20 | arch/x86/smbios: Fix undefined behavior | Ryan Salsamendi |
2017-06-20 | arch/x86/ebda: Change memcpy() to endian wrappers | Ryan Salsamendi |
2017-06-14 | arch/x86: Fix undefined behavior | Ryan Salsamendi |
2017-06-08 | arch/x86/acpigen: Add additional opcodes | Patrick Rudolph |
2017-05-30 | arch: Unify basic cache clearing API | Julius Werner |
2017-05-30 | arch/x86: Add function to determine if we're currently running from CAR | Julius Werner |
2017-05-27 | CBMEM: Clarify CBMEM_TOP_BACKUP function usage | Kyösti Mälkki |
2017-05-22 | arch/x86/include: Use IS_ENABLED() macro | Nico Huber |
2017-05-18 | CBMEM: Add config CBMEM_TOP_BACKUP | Kyösti Mälkki |
2017-05-12 | commonlib: Move drivers/storage into commonlib/storage | Lee Leahy |
2017-05-01 | arch/x86: Share storage data structures between early stages | Lee Leahy |
2017-04-25 | arch/x86: Add read64 and write64 functions | Marshall Dawson |
2017-04-18 | x86/acpigen: Fix BufferSize of ResourceTemplate | Nico Huber |
2017-04-17 | arch/x86/acpi: Allow "transparent" ACPI device names | Timothy Pearson |
2017-04-08 | arch/x86: remove CAR global migration when postcar stage is used | Aaron Durbin |
2017-04-03 | arch/x86/acpigen: Allow writing buffers larger than 256 bytes | Rizwan Qureshi |
2017-03-28 | Remove libverstage as separate library and source file class | Julius Werner |
2017-03-28 | vboot: Move remaining features out of vendorcode/google/chromeos | Julius Werner |
2017-03-28 | vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig option | Julius Werner |
2017-03-20 | arch/x86: Fix most of remaining issues detected by checkpatch | Lee Leahy |
2017-03-19 | ramstage: Align stack to 16 bytes | Kyösti Mälkki |
2017-03-17 | arch/x86: Wrap lines at 80 columns | Lee Leahy |
2017-03-17 | arch/x86: Fix prefer errors detected by checkpatch | Lee Leahy |
2017-03-17 | arch/x86: Fix space issues detected by checkpatch | Lee Leahy |
2017-03-17 | arch/x86: Fix issues with braces detected by checkpatch | Lee Leahy |
2017-03-16 | acpi_device: Add macro for GpioInt that uses both polarity | Duncan Laurie |
2017-03-16 | acpi_device: Prefix IRQ macros with ACPI | Duncan Laurie |
2017-03-15 | acpi: device: Add macro for active high level triggered IRQ | Duncan Laurie |
2017-03-02 | acpi: Update the ACPI ID for coreboot | Duncan Laurie |
2017-02-24 | src/arch/x86: Remove non-ascii characters | Martin Roth |
2017-02-22 | arch/x86/acpigen: Provide helper functions for enabling/disabling GPIO | Furquan Shaikh |
2017-02-22 | acpi: Add ACPI_ prefix to IRQ enum and struct names | Furquan Shaikh |
2017-02-20 | arch/x86: add functions to generate random numbers | Robbie Zhang |
2017-02-19 | acpi_device: Add macros for GPIO interrupts | Duncan Laurie |
2017-02-19 | acpi_device: Move power resource function to generic code | Duncan Laurie |
2017-02-16 | spi: Add function callback to get configuration of SPI bus | Furquan Shaikh |
2017-02-14 | src/Kconfig: Move bootblock behavior to arch/x86 as TODO suggested | Martin Roth |
2017-02-04 | x86/acpi: Add VFCT table | Patrick Rudolph |
2017-01-24 | arch/x86: do not define type of SPIN_LOCK_UNLOCKED | Patrick Georgi |
2017-01-06 | arch/x86: fix cmos post logging in non romcc bootblock | Aaron Durbin |
2016-12-21 | soc/intel/apollolake: allow ApolloLake SoC to use FSP CAR Init | Brenton Dong |
2016-12-21 | drivers/intel/fsp2_0: add FSP TempRamInit & TempRamExit API support | Brenton Dong |
2016-12-18 | ACPI S3: Signal successful boot | Kyösti Mälkki |
2016-12-17 | Revert "arch/x86/smbios: Correct manufacturer ID" | Nico Huber |
2016-12-16 | x86: Configure premem cbmem console size | Naresh G Solanki |