summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
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