Age | Commit message (Expand) | Author |
2020-03-06 | src/arch/x86: Convert to SPDX license header | Patrick Georgi |
2020-03-06 | src/arch/riscv: Convert to SPDX license header | Patrick Georgi |
2020-03-06 | src/arch/ppc64: Convert to SPDX license header | Patrick Georgi |
2020-03-06 | src/arch/arm64: Convert to SPDX license header | Patrick Georgi |
2020-03-06 | src/arch/arm: Convert to SPDX license header | Patrick Georgi |
2020-03-05 | Revert "acpi: Bump FADT to revision 6" | Matt DeVillier |
2020-03-02 | x86/acpi_s3: Remove trailing dots from debug message | Paul Menzel |
2020-03-02 | acpi: Bump FADT to revision 6 | Patrick Rudolph |
2020-03-02 | arch/x86/acpigen: Add new helper routines for XOR and get_rx_gpio | Rajat Jain |
2020-02-24 | include/arch/cpu.h: Remove old reference to ROMCC | Elyes HAOUAS |
2020-02-12 | arch/arm64/Makefile.inc: Avoid # in variable definition | Nico Huber |
2020-02-11 | arch/x86/acpi: Change message in acpi_write_dbg2_pci_uart to BIOS_DEBUG | Wim Vervoorn |
2020-02-04 | arch/x86/include/arch: Add SMM_TASK_STATE_SEG | Eugene Myers |
2020-01-30 | x86/acpi_device: Allow acpi_device_add_power_res params as optional | Edward O'Callaghan |
2020-01-30 | arch/x86: add acpigen resource support | Jonathan Zhang |
2020-01-28 | commonlib: Add commonlib/bsd | Julius Werner |
2020-01-24 | arch/x86/acpi_device: Add macros to define gpio interrupt with wake | Alex Levin |
2020-01-18 | arch/x86/post.c: Hide cmos_post_code from SMM context | Maulik V Vaghela |
2020-01-14 | console/post: Split parts to arch/ | Kyösti Mälkki |
2020-01-13 | arch/x86/cf9_reset: Fix typo | Elyes HAOUAS |
2020-01-13 | arch/x86: Fix typos | Elyes HAOUAS |
2020-01-12 | include/arch/romstage: Fix typo | Elyes HAOUAS |
2020-01-12 | include/arch/acpigen: Fix typo | Elyes HAOUAS |
2020-01-09 | acpi: Be more ACPI compliant when generating _UID | Patrick Rudolph |
2020-01-07 | drivers/pc80/rtc: Clean up some headers | Kyösti Mälkki |
2020-01-07 | acpigen: Add function to generate unicode names | Patrick Rudolph |
2020-01-02 | arch/x86/Kconfig: Remove unused BOOTBLOCK_RESETS | Elyes HAOUAS |
2019-12-27 | cpu/intel/microcode: Apply more strict guard for assembly files | Kyösti Mälkki |
2019-12-27 | arch/x86: Remove <arch/cbfs.h> | Kyösti Mälkki |
2019-12-27 | arch/x86: Remove walkcbfs() | Kyösti Mälkki |
2019-12-27 | bootblock: Support normal/fallback mechanism again | Kyösti Mälkki |
2019-12-26 | src/x86|cpu/intel: Hardcode FIT and ID | Marshall Dawson |
2019-12-26 | src: Remove unused include <string.h> | Elyes HAOUAS |
2019-12-20 | arch/x86: Drop romcc bootblock | Arthur Heymans |
2019-12-19 | arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE | Kyösti Mälkki |
2019-12-19 | src/arch/x86: Build mainboard acpi_tables source if present | Karthikeyan Ramasubramanian |
2019-12-19 | src: Remove unused 'include <arch/cpu.h>' | Elyes HAOUAS |
2019-12-19 | src/arch: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-19 | src/arch/arm: Remove unused 'include <stdint.h>' | Elyes HAOUAS |
2019-12-19 | arch/x86: Drop uses of ROMCC_BOOTBLOCK | Arthur Heymans |
2019-12-19 | Drop ROMCC code and header guards | Arthur Heymans |
2019-12-16 | arch/x86: Make X86 stages select ARCH_X86 | Arthur Heymans |
2019-12-14 | bootblock: Provide some common prototypes | Kyösti Mälkki |
2019-12-12 | acpigen: Add methods for mutex operations | Patrick Rudolph |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-06 | arch|cpu/x86: Add Kconfig option for x86 reset vector | Marshall Dawson |
2019-12-05 | arm64: Print a char to UART early in exception handler | Julius Werner |
2019-12-05 | arm64: Bump exception stack size to 2KB | Julius Werner |
2019-12-05 | arm64: Correctly unmask asynchronous SError interrupts | Julius Werner |
2019-12-04 | Change all clrsetbits_leXX() to clrsetbitsXX() | Julius Werner |