summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi2015-04-043-19/+18
* build system: use full (in-tree) pathsPatrick Georgi2015-04-041-9/+4
* arm64: make secmon link with the manual templateAaron Durbin2015-04-041-10/+10
* armv4: Add verstage to armv4Furquan Shaikh2015-04-041-0/+11
* armv7: Add config option guard for verstage classFurquan Shaikh2015-04-041-0/+4
* x86: rename ldscript_failover.ld to failover.ldPatrick Georgi2015-04-042-1/+1
* program loading: unify on struct progAaron Durbin2015-04-035-27/+11
* program loading: add prog_run() functionAaron Durbin2015-04-039-13/+65
* program loading: introduce struct progAaron Durbin2015-04-035-23/+18
* Clean up architecture-specific KconfigsJulius Werner2015-04-024-15/+8
* build system: extend src-to-obj for non-.c/.S filesPatrick Georgi2015-04-022-4/+4
* mips: do not place branch instructions in branch delay slotVadim Bendebury2015-04-021-2/+6
* arm: Prevent compilation of old, experimental SMP supportJulius Werner2015-04-022-1/+6
* smbios: add a family id in smbios type1 familyKane Chen2015-04-021-0/+10
* x86: set smbios rom size based on CONFIG_ROM_SIZEAaron Durbin2015-04-011-9/+1
* cbfs: add cbfs_serialized.h header fileAaron Durbin2015-03-311-1/+4
* mips: don't open code romstage loadingAaron Durbin2015-03-311-11/+2
* mips: bring payload execution to current standardsPatrick Georgi2015-03-302-4/+4
* mips: fix write_tablePatrick Georgi2015-03-301-8/+2
* imgtec/pistachio: Bring uart driver to modern standardsPatrick Georgi2015-03-302-39/+0
* mips: Simplify architecture specific Makefile.incPatrick Georgi2015-03-304-55/+11
* build system: provide generic compiler flag variablesPatrick Georgi2015-03-301-2/+1
* build system: rename mips/bootblock.inc to mips/bootblock.SPatrick Georgi2015-03-302-1/+1
* mips: add verstage configurationPatrick Georgi2015-03-291-0/+4
* arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make publicTimothy Pearson2015-03-291-2/+2
* arch/x86/boot/smbios: Add additional SMBIOS defines and enumsTimothy Pearson2015-03-291-2/+15
* armv8/secmon: SECMON_SRC is really SECMON_BINPatrick Georgi2015-03-281-4/+4
* arch/x86: Guard option table specific rules with HAVE_OPTION_TABLEPatrick Georgi2015-03-281-13/+14
* build system: normalize linker script file namesPatrick Georgi2015-03-284-6/+6
* arch/arm64: Drop extra commentPatrick Georgi2015-03-281-5/+0
* arch/arm: drop extra commentPatrick Georgi2015-03-281-2/+0
* mips: fix API expectations that break buildsAaron Durbin2015-03-282-1/+7
* arm64: remove EL and mode from secmon_paramsAaron Durbin2015-03-282-6/+0
* arm64: add psci support to secmonAaron Durbin2015-03-284-15/+329
* arm64: Provide secmon trampoline for restartAaron Durbin2015-03-284-0/+91
* arm64: fix smc bugs in secmonAaron Durbin2015-03-281-5/+5
* arm64: add smc layer to secmonAaron Durbin2015-03-284-16/+285
* arm64: initialize secmon environmentAaron Durbin2015-03-283-20/+43
* arm64: provide entry points for BSP and non-BSPAaron Durbin2015-03-283-20/+51
* arm64: split cpu.cAaron Durbin2015-03-284-220/+256
* arm64: exception handler registrationAaron Durbin2015-03-284-83/+189
* arm64: add spin table supportAaron Durbin2015-03-287-16/+251
* arm64: add cpu_is_bsp() conceptAaron Durbin2015-03-283-0/+15
* arm64: provide run on all cpu but self semanticsAaron Durbin2015-03-282-0/+27
* arm64: Add support for secure monitorFurquan Shaikh2015-03-289-2/+312
* arm64: Adapt stage_entry to make it usable by secmonFurquan Shaikh2015-03-281-3/+23
* arm64: initialize SCR_EL3 on all CPUsAaron Durbin2015-03-282-1/+75
* arm64: initialize GIC for each CPUAaron Durbin2015-03-281-0/+4
* arm64: Switch to EL2 for libpayload jumpFurquan Shaikh2015-03-281-1/+20
* arm64: Make exceptions use the transition libraryFurquan Shaikh2015-03-284-157/+24