summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* payloads: Reorganize Makefile.incs for external payloadsStefan Reinauer2015-07-071-32/+0
* timestamp: remove conditional #if CONFIG_COLLECT_TIMESTAMPSAaron Durbin2015-07-071-4/+0
* timestamp: add generic cache regionAaron Durbin2015-07-071-0/+5
* x86 makefile: Use preprocessed linker filesMarc Jones2015-07-071-5/+6
* smbios: fix copy&paste errorPatrick Georgi2015-07-071-1/+1
* x86: Drop -Wa,--divideStefan Reinauer2015-07-071-3/+0
* Unconditionally compile romstage with -Wa,--divideStefan Reinauer2015-07-071-0/+3
* smbios: Calculate SMBIOS Max Struct sizeBen Frisch2015-07-071-13/+16
* arch/arm64: Avoid race condition when building bl31Patrick Georgi2015-06-301-2/+3
* arch/arm64: Fix compilation without CONFIG_SMPPatrick Georgi2015-06-301-0/+2
* arm64: Fix Kconfig issues for secure OS loadingFurquan Shaikh2015-06-301-0/+1
* arm64: Add support for loading secure osFurquan Shaikh2015-06-303-1/+39
* x86: Move architecture selection from linker script to Makefile.incStefan Reinauer2015-06-263-11/+13
* acpi: bring back ability to link DSDT into ramstagePatrick Georgi2015-06-233-0/+28
* SeaBIOS: Clean up build command line.Martin Roth2015-06-231-3/+2
* Revert "arm64: remove assembly code string functions"Furquan Shaikh2015-06-234-18/+177
* x86: make PCI MMIO CFG functions 64bit proofStefan Reinauer2015-06-221-6/+6
* Remove obsolete EARLY_CONSOLE usageMartin Roth2015-06-212-2/+0
* x86: Make ACPI 64bit cleanStefan Reinauer2015-06-201-7/+7
* x86: make memcpy 64bit safeStefan Reinauer2015-06-201-0/+5
* x86 cpu: Allow some cpuid functions during romstageLee Leahy2015-06-174-27/+63
* arm64: Move enabling floating point ahead of dev initJimmy Zhang2015-06-171-6/+6
* x86: Make stdint.h x64 proofStefan Reinauer2015-06-161-5/+19
* x86: Make x86 architecture makefiles x64 awareStefan Reinauer2015-06-163-17/+30
* Add x64 support to src/arch/x86/KconfigStefan Reinauer2015-06-161-0/+21
* lenovo: Hide SMBIOS configVladimir Serbinenko2015-06-111-0/+3
* mips: implement arch_segment_loaded callbackIonela Voinescu2015-06-101-0/+8
* mips: CBMEM table reference is passed to payloadIonela Voinescu2015-06-101-1/+4
* smbios: Fix type1 family settingMarc Jones2015-06-101-3/+3
* cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin2015-06-091-1/+1
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-096-42/+6
* Remove empty lines at end of fileElyes HAOUAS2015-06-0815-16/+0
* smbios: Use smbios_mainboard_manufacturer instead MAINBOARD_SMBIOS_MANUFACTURER.Vladimir Serbinenko2015-06-071-1/+1
* device_ops: add device_t argument to write_acpi_tablesAlexander Couzens2015-06-052-3/+3
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-052-2/+3
* device_ops: add device_t argument to acpi_inject_dsdt_generatorAlexander Couzens2015-06-051-1/+1
* lib: Unify log2() and related functionsJulius Werner2015-06-052-60/+3
* arch/x86: No need to specify -Wa,--divide in a MakefilePatrick Georgi2015-06-041-3/+1
* cbfs: Fix mismerge.Vladimir Serbinenko2015-06-021-1/+1
* Make DSDT a file in CBFS rather than embedding it into ramstage.Vladimir Serbinenko2015-06-022-19/+20
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-023-6/+3
* cbfs: new API and better program loadingAaron Durbin2015-06-027-207/+58
* arm64: correct cacheable/non-cacheable tag string in print_tagJimmy Huang2015-06-021-2/+2
* arm64: Guard prints in mmu.cFurquan Shaikh2015-06-021-3/+6
* arm64: Decouple MMU functions from memrangesJulius Werner2015-06-022-94/+77
* SLIC: Check SLIC signature.Vladimir Serbinenko2015-06-011-2/+4
* Add TCPA table.Vladimir Serbinenko2015-05-282-0/+72
* AGESA: Split S3 backup in CBMEMKyösti Mälkki2015-05-271-3/+0
* arm64: Add weak implementation of soc_get_bl31_plat_paramsFurquan Shaikh2015-05-271-0/+6
* arm64: Remove PLAT= variable initialization based on Kconfig variableFurquan Shaikh2015-05-271-2/+0