summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* arch/x86/Makefile.inc: Use the 'all' target to add common sourcesArthur Heymans2019-10-301-26/+14
* arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph2019-10-292-3/+29
* arch/x86: Populate more fields in SMBIOS type 4Andrey Petrov2019-10-281-0/+19
* arch/x86: Move max cpuid leaf function into arch/x86Andrey Petrov2019-10-281-0/+5
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* arch/acpi.h: Convert MADT APIC type names to all capsHimanshu Sahdev2019-10-252-21/+20
* arch/acpi.h: Use the aforementioned typedef acpi_table_headerHimanshu Sahdev2019-10-251-18/+18
* arch/acpi.h: Use of typedef for acpi_vfctHimanshu Sahdev2019-10-242-8/+8
* arch/acpi.h: Use of typedef for acpi_vfct_image_hdrHimanshu Sahdev2019-10-241-3/+3
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-201-1/+0
* arch/x86: Don't allow separate verstage to boot from romcc bootblockArthur Heymans2019-10-081-5/+0
* arch/x86/acpi: Add SSDT for QEMUPatrick Rudolph2019-10-041-1/+45
* cpu/intel/common: Move intel_ht_sibling() to common folderPatrick Rudolph2019-10-011-0/+1
* arch/x86: Fix __ROMCC__ automatic prerequisitiesKyösti Mälkki2019-09-301-1/+1