aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2015-08-31timestamp: add tick frequency to exported tableAaron Durbin
2015-08-31armv7/arm64: remove timestamp.cAaron Durbin
2015-08-28arm64: xcompile: Add support for A53 erratum 843419Julius Werner
2015-08-28arm64: Fix 'verstage-objs: command not found' errorYidi Lin
2015-08-28arm64: declare do_dcsw_op as functionJimmy Huang
2015-08-26riscv-trap-handling: Add preliminary trap handling for riscvThaminda Edirisooriya
2015-08-25x86: Get rid of empty loadable segment warningMartin Roth
2015-08-14acpi: 64bit fixesStefan Reinauer
2015-08-13x86: parameterize asl_template for CBFS inclusionAaron Durbin
2015-08-13amd: raminit sysinfo offset fixAaron Durbin
2015-08-09riscv-spike: support for Spike emulation of riscvThaminda Edirisooriya
2015-08-09acpi: Align FACS to 64 bytesPatrick Georgi
2015-08-04x86: Make sure boot device is mapped below 4GStefan Reinauer
2015-07-29arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner
2015-07-27arch/x86: make dependency explicitPatrick Georgi
2015-07-22riscv: Link in libgccPatrick Georgi
2015-07-21arm64: Set LOG_LEVEL=0 for BL31 if coreboot does not use serialFurquan Shaikh
2015-07-15cbfs: hardcode file alignmentPatrick Georgi
2015-07-13x86: flatten hierarchyStefan Reinauer
2015-07-13x86: Port x86 over to compile cleanly with x86-64Stefan Reinauer
2015-07-13arm64: Define stage_entry as weak symbolFurquan Shaikh
2015-07-13arm64/a57: Move cortex_a57.h under include directoryFurquan Shaikh
2015-07-12Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth
2015-07-11arch/x86/Makefile.inc: Calculate CBFS_BASE_ADDRESS variableMartin Roth
2015-07-09arm: add __umoddi3() to libgcc implementationStefan Reinauer
2015-07-09arm: enhance eabi compat functionsStefan Reinauer
2015-07-09arm64: Print sp value when dumping registers for exceptionFurquan Shaikh
2015-07-07payloads: Reorganize Makefile.incs for external payloadsStefan Reinauer
2015-07-07timestamp: remove conditional #if CONFIG_COLLECT_TIMESTAMPSAaron Durbin
2015-07-07timestamp: add generic cache regionAaron Durbin
2015-07-07x86 makefile: Use preprocessed linker filesMarc Jones
2015-07-07smbios: fix copy&paste errorPatrick Georgi
2015-07-07x86: Drop -Wa,--divideStefan Reinauer
2015-07-07Unconditionally compile romstage with -Wa,--divideStefan Reinauer
2015-07-07smbios: Calculate SMBIOS Max Struct sizeBen Frisch
2015-06-30arch/arm64: Avoid race condition when building bl31Patrick Georgi
2015-06-30arch/arm64: Fix compilation without CONFIG_SMPPatrick Georgi
2015-06-30arm64: Fix Kconfig issues for secure OS loadingFurquan Shaikh
2015-06-30arm64: Add support for loading secure osFurquan Shaikh
2015-06-26x86: Move architecture selection from linker script to Makefile.incStefan Reinauer
2015-06-23acpi: bring back ability to link DSDT into ramstagePatrick Georgi
2015-06-23SeaBIOS: Clean up build command line.Martin Roth
2015-06-23Revert "arm64: remove assembly code string functions"Furquan Shaikh
2015-06-22x86: make PCI MMIO CFG functions 64bit proofStefan Reinauer
2015-06-21Remove obsolete EARLY_CONSOLE usageMartin Roth
2015-06-20x86: Make ACPI 64bit cleanStefan Reinauer
2015-06-20x86: make memcpy 64bit safeStefan Reinauer
2015-06-17x86 cpu: Allow some cpuid functions during romstageLee Leahy
2015-06-17arm64: Move enabling floating point ahead of dev initJimmy Zhang
2015-06-16x86: Make stdint.h x64 proofStefan Reinauer
2015-06-16x86: Make x86 architecture makefiles x64 awareStefan Reinauer
2015-06-16Add x64 support to src/arch/x86/KconfigStefan Reinauer
2015-06-11lenovo: Hide SMBIOS configVladimir Serbinenko
2015-06-10mips: implement arch_segment_loaded callbackIonela Voinescu
2015-06-10mips: CBMEM table reference is passed to payloadIonela Voinescu
2015-06-10smbios: Fix type1 family settingMarc Jones
2015-06-09cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin
2015-06-09cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-07smbios: Use smbios_mainboard_manufacturer instead MAINBOARD_SMBIOS_MANUFACTURER.Vladimir Serbinenko
2015-06-05device_ops: add device_t argument to write_acpi_tablesAlexander Couzens
2015-06-05device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens
2015-06-05device_ops: add device_t argument to acpi_inject_dsdt_generatorAlexander Couzens
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-06-04arch/x86: No need to specify -Wa,--divide in a MakefilePatrick Georgi
2015-06-02cbfs: Fix mismerge.Vladimir Serbinenko
2015-06-02Make DSDT a file in CBFS rather than embedding it into ramstage.Vladimir Serbinenko
2015-06-02assets: abstract away the firmware assets used for bootingAaron Durbin
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-06-02arm64: correct cacheable/non-cacheable tag string in print_tagJimmy Huang
2015-06-02arm64: Guard prints in mmu.cFurquan Shaikh
2015-06-02arm64: Decouple MMU functions from memrangesJulius Werner
2015-06-01SLIC: Check SLIC signature.Vladimir Serbinenko
2015-05-28Add TCPA table.Vladimir Serbinenko
2015-05-27AGESA: Split S3 backup in CBMEMKyösti Mälkki
2015-05-27arm64: Add weak implementation of soc_get_bl31_plat_paramsFurquan Shaikh
2015-05-27arm64: Remove PLAT= variable initialization based on Kconfig variableFurquan Shaikh
2015-05-27arm64: Pass in CROSS_COMPILE_arm64 for ARM TF compilationFurquan Shaikh
2015-05-26coreboot: introduce boot_deviceAaron Durbin
2015-05-26Make acpi_fill_hest into parameterVladimir Serbinenko
2015-05-26acpigen: Remove all explicit length trackingVladimir Serbinenko
2015-05-26acpigen: Remove acpigen_patch_lenVladimir Serbinenko
2015-05-26cbmem: remove cbmem_set_top()Aaron Durbin
2015-05-26CBMEM console: Fix buffer without EARLY_CBMEM_INITKyösti Mälkki
2015-05-26CBMEM: Fix S3 resume path without EARLY_CBMEM_INITKyösti Mälkki
2015-05-26x86: provide consistent cbmem_top() for CONFIG_LATE_CBMEM_INITAaron Durbin
2015-05-26ACPI: slic supportVladimir Serbinenko
2015-05-26acpi: Remove monolithic ACPIVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20acpi: make fill_slit and fill_srat into arguments.Vladimir Serbinenko
2015-05-20build system: use archives, not linker action to shorten command linesPatrick Georgi
2015-05-19Remove Kconfig variable that has no effectPatrick Georgi
2015-05-19Remove Kconfig variable that has no effectPatrick Georgi
2015-05-19arm64: Make SPSR exception masking on EL2 transition explicitJulius Werner
2015-05-19arm64: Add support for using ARM Trusted Firmware as secure monitorJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner