summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ useKyösti Mälkki2019-09-281-3/+3
* arch/arm,mips: Use generic PCI MMCONFKyösti Mälkki2019-09-282-22/+2
* arch/: Replace __BOOTBLOCK__ with ENV_BOOTBLOCKKyösti Mälkki2019-09-262-2/+2
* arch/x86: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-1/+1
* arch/x86: Remove acpi_fail_wakeup() and cbmem_fail_resume()Kyösti Mälkki2019-09-143-18/+0
* arm64: Uprev Arm TF and adjust to BL31 parameter changesJulius Werner2019-09-143-140/+70
* timestamps: Remove TIMESTAMP_CACHE_IN_BSSKyösti Mälkki2019-09-131-1/+4
* arch/x86/bootblock_crt0.S: Leverage eax in protected mode entryHimanshu Sahdev aka CunningLearner2019-09-131-2/+1
* arch/x86: Cache the TSEG region at the top of ramSubrata Banik2019-09-112-0/+27
* arch/x86: Restrict use of _car_global[start|end]Kyösti Mälkki2019-09-114-17/+21
* arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki2019-09-113-17/+9
* arch/x86: Move ehci_dbg_info outside _car_relocatable_dataKyösti Mälkki2019-09-111-2/+2
* timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki2019-09-111-6/+5
* AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth2019-09-1065-180/+10
* arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki2019-09-096-12/+28
* superio/common: Add ssdtgen for generic SuperIOsPatrick Rudolph2019-09-061-0/+8
* soc/intel/common/timer: Make TSC frequency calculation dynamicallySubrata Banik2019-09-021-86/+0
* arch/ppc64: move misc.c to qemu-power8 as timer.cMarty E. Plummer2019-09-022-23/+0
* arch/x86: Remove WB attribute from 0..CACHE_TMP_RAMTOPKyösti Mälkki2019-08-311-3/+0
* arm64: Rename arm_tf.c/h to bl31.c/hJulius Werner2019-08-304-9/+9
* arch/arm64: Make ARM64 stages select ARCH_ARM64Arthur Heymans2019-08-292-9/+11
* arch/arm: Make ARM stages select ARCH_ARMArthur Heymans2019-08-293-19/+19
* arch/x86: Fix clearing .bss sectionKyösti Mälkki2019-08-291-0/+1
* arch/x86: remove weak car_stage_entry() symbolAaron Durbin2019-08-291-3/+1
* arch/x86/postcar: unexpose postcar_commit_mtrrs() symbolAaron Durbin2019-08-282-8/+1
* AUTHORS: Move src/arch/ppc64 copyrights into AUTHORS fileMartin Roth2019-08-2813-31/+3
* AUTHORS: Move src/arch/mips copyrights into AUTHORS fileMartin Roth2019-08-2725-61/+2
* x86: Introduce RESET_VECTOR_IN_RAM optionMartin Roth2019-08-262-6/+19
* arch/x86: Simplify <arch/early_variables.h>Kyösti Mälkki2019-08-262-40/+18
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-262-0/+31
* arch/non-x86: Use ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki2019-08-261-1/+1
* Move and rename ARCH_STAGE_HAS_xxx_SECTION rulesKyösti Mälkki2019-08-261-7/+0
* AUTHORS: Move src/arch/arm64 copyrights into AUTHORS fileMartin Roth2019-08-2638-99/+25
* AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth2019-08-2641-166/+75
* lib: ramdetect: Register exception handlers for ARMv8Asami Doi2019-08-262-0/+43
* arch/x86/acpi: Add acpi_device_hidPatrick Rudolph2019-08-232-0/+19
* ACPI S3: Depend on RELOCATABLE_RAMSTAGEKyösti Mälkki2019-08-223-115/+2
* ACPI S3: Drop ACPI_HUGE_LOWMEM_BACKUPKyösti Mälkki2019-08-222-7/+0
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-224-64/+84
* AMD fam10: Remove HAVE_ACPI_RESUME supportKyösti Mälkki2019-08-212-24/+0
* src: Remove variable length arraysJacob Garber2019-08-201-8/+5
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-205-23/+7
* arch/x86: Add postcar_frame_common_mtrrs()Kyösti Mälkki2019-08-152-0/+18
* cpu/x86: Move some SMM function declarationsKyösti Mälkki2019-08-132-6/+1
* arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki2019-08-113-9/+10
* arch/riscv: Enable FIT supportJonathan Neuschäfer2019-08-082-0/+142