summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm64: Pass in CROSS_COMPILE_arm64 for ARM TF compilationFurquan Shaikh2015-05-271-1/+1
* coreboot: introduce boot_deviceAaron Durbin2015-05-264-62/+95
* Make acpi_fill_hest into parameterVladimir Serbinenko2015-05-262-8/+4
* acpigen: Remove all explicit length trackingVladimir Serbinenko2015-05-262-270/+183
* acpigen: Remove acpigen_patch_lenVladimir Serbinenko2015-05-262-13/+1
* cbmem: remove cbmem_set_top()Aaron Durbin2015-05-261-1/+0
* CBMEM console: Fix buffer without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-1/+1
* CBMEM: Fix S3 resume path without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-1/+0
* x86: provide consistent cbmem_top() for CONFIG_LATE_CBMEM_INITAaron Durbin2015-05-261-1/+19
* ACPI: slic supportVladimir Serbinenko2015-05-263-32/+43
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-262-23/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-21163-202/+163
* acpi: make fill_slit and fill_srat into arguments.Vladimir Serbinenko2015-05-202-6/+8
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-205-17/+17
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-4/+0
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-4/+0
* arm64: Make SPSR exception masking on EL2 transition explicitJulius Werner2015-05-193-21/+8
* arm64: Add support for using ARM Trusted Firmware as secure monitorJulius Werner2015-05-196-2/+295
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-11/+8
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-2/+2
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-1/+2
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-4/+4
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-16/+18
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-195-9/+10
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-192-12/+3
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-7/+7
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-9/+9
* arm64: psci: add cpu_suspend supportJoseph Lo2015-05-182-3/+166
* arm64: update verstage linkingAaron Durbin2015-05-111-2/+3
* arm: update verstage linkingAaron Durbin2015-05-111-3/+4
* cache: Add arch_program_segment_loaded call to arm and arm64Furquan Shaikh2015-05-112-0/+22