- e0058e8 arm64: Reimplement mmu_disable() in assembly by Julius Werner · 4 years, 2 months ago
- a98b5bf arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__ by Julius Werner · 4 years, 2 months ago
- 905e1e7 arm64: Drop dead file stage_entry.S by Julius Werner · 4 years, 2 months ago
- a892cde lib: Add FIT payload support by Patrick Rudolph · 4 years, 4 months ago
- 59b8f27 lib/prog_loaders: Move argument selection into selfload by Patrick Rudolph · 4 years, 4 months ago
- 17fd13a arch/arm/armv7: Fix coding style by Elyes HAOUAS · 4 years, 2 months ago
- 4f51b0f arch/x86: Fix payload loading via bounce-buffer by Kyösti Mälkki · 4 years, 2 months ago
- a48433d selfboot: Move x86 quirk under arch by Kyösti Mälkki · 4 years, 2 months ago
- c8cf591 arch/x86: Drop leftover ROMCC console support by Kyösti Mälkki · 4 years, 2 months ago
- 20c893e arch/x86/smbios: Conditionally call SMBIOS ops by Naresh G Solanki · 4 years, 2 months ago
- ec151f0 arch/x86: Always select RELOCATABLE_MODULES by Kyösti Mälkki · 4 years, 2 months ago
- d30c129 arch/x86: Use fixed size limit with RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 4 years, 2 months ago
- 088f09d arch/x86: Drop leftover ROMCC support by Kyösti Mälkki · 4 years, 2 months ago
- 2bf1d41 arch/x86: Remove unneeded includes by Elyes HAOUAS · 4 years, 2 months ago
- 36ec3e9 arch/x86: Introduce postcar_frame_add_romcache() by Nico Huber · 4 years, 3 months ago
- a89b9cd arch/x86/include/arch: Remove space after __attribute__ by Elyes HAOUAS · 4 years, 3 months ago
- b433d26 arch/x86: Define HPET_ADDRESS_OVERRIDE by Kyösti Mälkki · 4 years, 3 months ago
- 4702914 acpi: device: Walk up the tree to find identifier by Duncan Laurie · 4 years, 3 months ago
- 7094f4e src: Add space after 'while' by Elyes HAOUAS · 4 years, 3 months ago
- 99f4683 Introduce bootblock self-decompression by Julius Werner · 4 years, 3 months ago
- 045cc89 Revert "acpi: device: Walk up the tree to find identifier" by Duncan Laurie · 4 years, 3 months ago
- 549080b arch/x86: Increase TIMESTAMP region size to 0x200 by Furquan Shaikh · 4 years, 3 months ago
- 8ccf59a acpi: device: Walk up the tree to find identifier by Duncan Laurie · 4 years, 3 months ago
- 65cbbe7 arch/x86/acpigen: Fix corner case in _ROM generator by Patrick Rudolph · 4 years, 3 months ago
- c6d1349 Revert "cbfs/payload type: Fix build warning and whitespace in name" by Ronald G. Minnich · 4 years, 3 months ago
- 717ba74 cbfs/payload type: Fix build warning and whitespace in name by Paul Menzel · 4 years, 3 months ago
- f18c1b0 pci: Fix compilation on non x86 by Patrick Rudolph · 4 years, 3 months ago
- 3e7197a acpi: Add support for writing ACPI _PLD structures by Duncan Laurie · 4 years, 3 months ago
- beb2af4 acpi: Add support for generating ACPI _UPC by Duncan Laurie · 4 years, 3 months ago
- a850717 arch/x86/acpi_device: Add macros to define gpio with wake flag by Harsha Priya · 4 years, 4 months ago
- d4ac11f Move `pci_ops_mmconf` from arch/x86/ to device/ by Nico Huber · 4 years, 3 months ago
- 9dd89cd arch/x86/acpi: Get rid of device_t by Elyes HAOUAS · 4 years, 3 months ago
- 31d82b5 arch/x86/cpu.c: Remove unneeded headers by Elyes HAOUAS · 4 years, 3 months ago
- 7e6715a arch/x86/cpu_common.c: Remove unneeded headers by Elyes HAOUAS · 4 years, 3 months ago
- 23d62dd lib/bootmem: Add more bootmem tags by Patrick Rudolph · 4 years, 4 months ago
- 8b84f43 pci: Add dummy file for ARM64 by Patrick Rudolph · 4 years, 4 months ago
- d3c0c0c arch/x86: Relocate GDT in verstage, romstage, and postcar by Hannah Williams · 4 years, 4 months ago
- 0f9af55 arch/x86: reduce complexity in assembly_entry.S by Aaron Durbin · 4 years, 3 months ago
- a060339 src/drivers: Add reset/enable/stop_off_ms variables to ACPI devices by Shelley Chen · 4 years, 4 months ago
- f5180a9 pci: Fix MMCONF_SUPPORT on non x86 by Patrick Rudolph · 4 years, 4 months ago
- 8cfd76d arch/x86: Print CPU Index and APIC ID in case of exception by Subrata Banik · 4 years, 4 months ago
- 9ab9db0 lib/bootmem: Introduce custom bootmem tags by Patrick Rudolph · 4 years, 4 months ago
- 3775f1c arm64: Add ARCH Timer by T Michael Turney · 4 years, 4 months ago
- 6e0f0f7 arm64: Add mmu context save/restore APIs by T Michael Turney · 4 years, 4 months ago
- 294446a x86/mpspec: order the I/O APICs by the APIC Id by Lubomir Rintel · 4 years, 4 months ago
- 9ba8f7c device: constify some variables by Lubomir Rintel · 4 years, 4 months ago
- 5135f11 RISC-V boards: Remove PAGETABLES section from memlayout.ld by Jonathan Neuschäfer · 4 years, 4 months ago
- d3c5aea arch/x86: remove nop padding from exception vectors by Aaron Durbin · 4 years, 4 months ago
- aae73d7 arch/x86: print cr2 value on every exception by Aaron Durbin · 4 years, 4 months ago
- 4b032e4 arch/x86: allow idt to be available to link in all stages by Aaron Durbin · 4 years, 4 months ago
- 93c9130 arch/riscv: Store mprv bit in size_t by Jonathan Neuschäfer · 4 years, 4 months ago
- 0f35af8 arch/x86: add support for cache-as-ram paging by Aaron Durbin · 4 years, 4 months ago
- 1705d65 arch/x86: add ENV_CACHE_AS_RAM by Aaron Durbin · 4 years, 4 months ago
- c546c76 arch/x86/postcar: add comment clarifying reason for finalize_load() by Aaron Durbin · 4 years, 4 months ago
- 6403167 compiler.h: add __weak macro by Aaron Durbin · 4 years, 4 months ago
- 38fd668 arch/x86: align stack on entry to x86_exception() by Aaron Durbin · 4 years, 4 months ago
- 7a7c70b arch/x86: prepare for having an idt in other stages by Aaron Durbin · 4 years, 4 months ago
- e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 4 years, 4 months ago
- 99f54a6 include/memory_info.h: Change serial number field from 5 bytes to 4 by Raul E Rangel · 4 years, 4 months ago
- 7b37a08 arch/riscv: Remove I/O space access functions (outb, etc.) by Jonathan Neuschäfer · 4 years, 4 months ago
- 5e32f41 ACPI S3: Drop too early resume backup by Kyösti Mälkki · 6 years ago
- f7dc972 ioapic: extend definition name to avoid collision by Marc Jones · 4 years, 4 months ago
- d6630d1 x86: Increase time out for parking APs to 250ms by Furquan Shaikh · 4 years, 5 months ago
- b1fc13a arch/x86/smbios: Consider corner case of Part Number by Lijian Zhao · 4 years, 5 months ago
- 50021cd arch/x86/smbios: Strip trailing whitespace on DMI 17 part number. by Raul E Rangel · 4 years, 5 months ago
- 57afc5e arch/arm64/armv8/mmu: Add support for 48bit VA by Patrick Rudolph · 4 years, 5 months ago
- 3ab36b84 acpi: update comment referencing ACPI ID by Joel Kitching · 4 years, 5 months ago
- 9a31dfe smbios: Extend Baseboard (or Module) Information (type2) by Julien Viard de Galbert · 4 years, 6 months ago
- 9d231a9 smbios: Add option to select the enclosure type by Julien Viard de Galbert · 4 years, 6 months ago
- bd65480 src/arch/x86/smbios.c: Fix type 17 part number by Richard Spiegel · 4 years, 6 months ago
- 6186414 arch/riscv: Delegate the page fault exceptions by Jonathan Neuschäfer · 4 years, 6 months ago
- a5c49b8 arch/riscv: Update encoding.h and adjust related code by Jonathan Neuschäfer · 4 years, 6 months ago
- 042a833 arch/riscv: Pass the bootrom-provided FDT to the payload by Jonathan Neuschäfer · 4 years, 6 months ago
- b26759d arch/riscv: Don't set up virtual memory by Jonathan Neuschäfer · 4 years, 6 months ago
- 2764919 arch/riscv: Make RVC support configurable by Jonathan Neuschäfer · 4 years, 6 months ago
- 27d3402 arch/riscv: Align trap_entry to 4 bytes, as required by spec by Jonathan Neuschäfer · 4 years, 7 months ago
- 3b63e0f arm64: Add read64() and write64() by David Hendricks · 4 years, 8 months ago
- cc3b69b armv8: Allow for ARMv8 extensions to be chosen by David Hendricks · 4 years, 6 months ago
- 91ebbfd arm64: Pass COREBOOT flag to ARM TF, always enable logging by Julius Werner · 5 years ago
- 879eab8 arch/x86/acpi/statdef.asl: Remove unnecessary whitespace by Elyes HAOUAS · 4 years, 7 months ago
- 6be6df0 arch/x86/acpigen: Add generator for _ROM by Patrick Rudolph · 5 years ago
- 9989171 smbios: handle DIMM of 32G or more by Julien Viard de Galbert · 4 years, 7 months ago
- f49ddb6 arch/x86: allow timestamp source to not be TSC by Aaron Durbin · 4 years, 7 months ago
- 0a4e0fd cpu/intel/speedstep: Fix the PNOT ACPI method by Arthur Heymans · 4 years, 7 months ago
- 7332455 arch/x86/acpi_device: Provide macros for GPIO input with polarity by Furquan Shaikh · 4 years, 7 months ago
- 0a19b08 Intel i82830 boards & chips: Remove - using LATE_CBMEM_INIT by Martin Roth · 4 years, 10 months ago
- 64d855d arch/riscv: Remove supervisor_trap_entry by Jonathan Neuschäfer · 4 years, 11 months ago
- c0c31b6 riscv: Remove config string support by Jonathan Neuschäfer · 4 years, 9 months ago
- 3ca8b59 arch/riscv: Remove the current SBI implementation by Jonathan Neuschäfer · 4 years, 9 months ago
- b0de851 arch/riscv: Return from trap_handler instead of jumping out by Jonathan Neuschäfer · 4 years, 9 months ago
- 3f75f5d arch/riscv: Unify trap return by Jonathan Neuschäfer · 4 years, 9 months ago
- 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 4 years, 9 months ago
- f1eb0ea arch/x86: Write ACPI DBG2 table only if the device has been enabled by Mario Scheithauer · 4 years, 9 months ago
- e4a36c7 arch/x86/acpi: Add support for writing ACPI DBG2 table by Duncan Laurie · 4 years, 9 months ago
- 6139a5c6 arch/x86: Add common AMD ACPI hardware definitions by Marshall Dawson · 4 years, 10 months ago
- 5a6e389 arch/riscv: Use a separate trap stack by Jonathan Neuschäfer · 4 years, 11 months ago
- c90f1d7 arch/riscv: gettimer: Don't use the config string by Jonathan Neuschäfer · 4 years, 11 months ago
- 140a827 arch/riscv: Drop mret workaround by Jonathan Neuschäfer · 4 years, 11 months ago
- 92f0513 arch/riscv: mprv_read_*: Mark result as earlyclobber by Jonathan Neuschäfer · 4 years, 11 months ago
- 0c42cd3 arch/riscv: Fix return type of mprv_read_u64 by Jonathan Neuschäfer · 4 years, 10 months ago