summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arch|cpu/x86: Add Kconfig option for x86 reset vectorMarshall Dawson2019-12-064-3/+13
* arm64: Print a char to UART early in exception handlerJulius Werner2019-12-051-2/+8
* arm64: Bump exception stack size to 2KBJulius Werner2019-12-051-1/+1
* arm64: Correctly unmask asynchronous SError interruptsJulius Werner2019-12-055-129/+59
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-1/+0
* src: Add missing include <stdlib.h>Elyes HAOUAS2019-12-031-0/+1
* kill CAR_GLOBAL_MIGRATION leftoversArthur Heymans2019-11-301-1/+0
* arch/x86/car.ld: Drop CAR_GLOBAL regionArthur Heymans2019-11-301-14/+1
* arch/*/*/early_variables.h: drop unused filesArthur Heymans2019-11-305-191/+0
* arch/x86/cache.h: Use ENV_CACHE_AS_RAM macroArthur Heymans2019-11-302-11/+2
* arch/x86/exception.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-10/+7
* arch/arm/include: Remove unused armv7 types.hJacob Garber2019-11-281-59/+0
* arch/x86: SMBIOS: Improve core count reportingAndrey Petrov2019-11-261-1/+20
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-2512-29/+23
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-232-3/+3
* arch/acpigen.h: Correct PARENT_PREFIX encoding valueElyes HAOUAS2019-11-221-1/+1
* Makefiles: Remove -D__PRE_RAM__Kyösti Mälkki2019-11-221-4/+4
* arch/x86: Remove spinlocks inside CARKyösti Mälkki2019-11-221-20/+6
* arch/x86: Remove copy_and_run()Kyösti Mälkki2019-11-213-26/+0
* cpu/amd/fam10: Drop supportArthur Heymans2019-11-212-12/+1
* drivers/intel/fsp1_0: Drop supportArthur Heymans2019-11-211-7/+0
* Remove MIPS architectureJulius Werner2019-11-2025-1188/+0
* lib/fmap: Disable pre-RAM cache for FSP 1.0Julius Werner2019-11-191-0/+3
* include: Make stdbool.h a separate fileJulius Werner2019-11-181-2/+1
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-0/+1
* arch/x86: Correctly determine number of enabled coresAndrey Petrov2019-11-131-1/+1
* arch/x86/car.ld: Rename suffix _start/_endArthur Heymans2019-11-123-13/+13
* console,boot_state: Exclude printk() from reported timesKyösti Mälkki2019-11-111-0/+2
* arch/x86: Remove EARLY_EBDA_INIT supportArthur Heymans2019-11-105-116/+1
* lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARGArthur Heymans2019-11-106-6/+0
* arch/riscv: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-103-6/+11
* arch/x86: Create preprocessed __ROMCC__ bootblock sourceKyösti Mälkki2019-11-061-0/+2
* arch/riscv: Use FDT from calling argument when using FITArthur Heymans2019-11-061-14/+4
* arch/riscv: Rename `stages.c` to `romstage.c`Nico Huber2019-11-062-10/+1
* arch/riscv: Don't link `stages.c` into ramstageNico Huber2019-11-051-1/+0
* security/vboot: Removed vboot_prepare from vboot_locatorWim Vervoorn2019-11-051-0/+3
* cpu/qemu-x86: Add x86_64 bootblock supportPatrick Rudolph2019-11-042-0/+14
* arch/mips: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-043-2/+7
* soc/nvidia/tegra210: Populate _cbmem_top_ptrArthur Heymans2019-11-041-1/+1
* arch/ppc64: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-043-2/+6
* smbios: Create a type for smbios_enclosure_typeMathew King2019-11-041-1/+1
* arch/x86/Kconfig: drop unused BOOTBLOCK_SAVE_BIST_AND_TIMESTAMPElyes HAOUAS2019-11-041-9/+0
* arch/arm64: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-033-2/+7
* arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-033-2/+7
* arch/x86: Use the stage argument to implement cbmem_topArthur Heymans2019-11-035-14/+18
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-032-2/+2
* arch/acpi.h: Use the predefined typedef acpi_addr_tHimanshu Sahdev2019-11-011-12/+12
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* Program loading: Handoff cbmem_top via calling argumentsArthur Heymans2019-10-301-0/+2
* arch/x86/boot.c: Pass arguments when running programsArthur Heymans2019-10-301-6/+5