summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
...
* arch/x86: factor out and commonize HPET_BASE_ADDRESS definitionFelix Held2022-02-251-0/+8
* arch/x86/Kconfig: add HPET_MIN_TICKSFelix Held2022-02-251-0/+3
* arch/x86/Kconfig: drop HPET_ADDRESS_OVERRIDEFelix Held2022-02-241-4/+1
* arch/x86/id.S: Fix building with clangAngel Pons2022-02-151-1/+1
* Revert "arch/x86/id.S: Fix building with clang"Angel Pons2022-02-151-0/+6
* arch/x86/id.S: Fix building with clangArthur Heymans2022-02-121-6/+0
* arch/x86/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-02-121-4/+4
* src/arch/ppc64/*: pass FDT address to payloadSergii Dmytruk2022-02-111-0/+6
* arch/ppc64/boot.c: handle non-OPD entry pointSergii Dmytruk2022-02-111-0/+19
* src/mainboard/emulation/qemu-power9: require hb-mode=onYaroslav Kurlaev2022-02-113-3/+17
* ppc64/arch/mmio.h: ignore HRMOR and inhibit cacheYaroslav Kurlaev2022-02-111-8/+67
* ppc64/bootblock_crt0.S: minimal implementation for bootblock C environmentKrystian Hebel2022-02-113-11/+94
* src/arch/ppc64/arch_timer.c: implement timer functionsMichał Żygowski2022-02-112-0/+43
* src/cpu/power9: add file structure for power9, implement SCOM accessIgor Bagnucki2022-02-112-0/+13
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-073-20/+18
* arch/riscv: Fix some SMP related headersKyösti Mälkki2022-01-193-5/+6
* src: Remove unused <cbfs.h>Elyes HAOUAS2022-01-171-1/+0
* arch/x86/spinlock.h: Support systems with >128 coresArthur Heymans2022-01-151-4/+4
* src: Drop duplicated includesElyes HAOUAS2022-01-011-1/+0
* arch/x86/acpi: Replace Increment() with ASL 2.0 syntaxFelix Singer2022-01-012-3/+3
* arch/x86/acpi: Replace Index() with ASL 2.0 syntaxFelix Singer2022-01-011-4/+4
* arch/x86/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-1/+1
* arch/x86: Init firmware pointer for EC SMSC KBC1098/KBC1126 at build timeBill XIE2021-12-212-1/+27
* arch/x86/c_start.S: Remove duplicated "the" in commentsElyes HAOUAS2021-12-131-1/+1
* src/arch/x86/exit_car: Fix regression on x86_64Patrick Rudolph2021-12-131-1/+1
* arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relaxRaul E Rangel2021-11-255-0/+11
* arch/ppc64/include/arch/io.h: implement IO functionsMichał Żygowski2021-11-221-3/+35
* Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubsKyösti Mälkki2021-11-132-29/+0
* arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik2021-11-111-31/+6
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-102-2/+2
* pci_mmio_cfg: Move guard around pci_s_* functions to x86Nico Huber2021-11-091-0/+2
* arch/x86/Makefile: Align VGA_BIOS to 64 bytes when using AMD LPC SPI DMARaul E Rangel2021-11-041-0/+7
* SMBIOS/SCONFIG: Allow devtree-defined Type 41 entriesAngel Pons2021-11-041-9/+34
* arch/x86: fix a wrong variable in ioapic_set_max_vectors()Iru Cai2021-10-231-1/+1
* arch/x86/ioapic: Allow IOAPIC with only one vectorKyösti Mälkki2021-10-221-3/+3
* sb,soc/intel: Set IOAPIC redirection entry countKyösti Mälkki2021-10-222-12/+43
* arch/x86/smbios: Add support for wake-up type in smbios type 1Tim Chu2021-10-212-0/+6
* arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errorsRaul E Rangel2021-10-211-1/+2
* arch/x86: Increase MAX_SMBIOS_SIZETim Wawrzynczak2021-10-191-1/+1
* arch/x86/assembly_entry: Remove cpu_infoRaul E Rangel2021-10-181-3/+0
* arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/threadRaul E Rangel2021-10-181-3/+0
* sb/amd/cimx/sb800: Clear IOAPIC vectors only onceKyösti Mälkki2021-10-172-7/+1
* drivers/generic/ioapic: Drop enable_virtual_wireKyösti Mälkki2021-10-172-11/+2
* arch/x86/smbios: Add generation of type 20 tableMatt DeVillier2021-10-151-0/+48
* arch/x86,cpu/x86: Introduce new method for accessing cpu_infoRaul E Rangel2021-10-052-1/+63
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-055-5/+5
* arch/arm64: Remove unnecessary interfacesJulius Werner2021-10-012-26/+0
* arch/x86,cpu/x86: Disable the %gs and %fs segmentsRaul E Rangel2021-09-291-1/+2
* arch/x86: Make sure compiler knows we're stopping in hlt()Martin Roth2021-09-281-2/+3
* arch/x86,cpu/x86: Move cpu_info initialization instructions into macroRaul E Rangel2021-09-272-14/+4