summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
...
* arm64: psci: add node hierarchyAaron Durbin2015-04-094-83/+480
* arm64: add malloc support to secmonAaron Durbin2015-04-092-1/+2
* arm64: add mpidr field to cpu_info structAaron Durbin2015-04-093-0/+69
* timer: Add generic udelay() implementationAaron Durbin2015-04-082-34/+0
* arm64: Add timestamp.c to bootblock and verstageFurquan Shaikh2015-04-081-0/+2
* arm: Dump additional fault registers in abort handlersJulius Werner2015-04-082-0/+54
* arm: Add timestamp.c to bootblock and verstageFurquan Shaikh2015-04-081-0/+2
* armv7: Change all memory domains to Client so XN bits workJulius Werner2015-04-081-2/+2
* armv7: Add fine-grained page table supportJulius Werner2015-04-084-87/+136
* armv4: correct ARMV4 VERSTAGE guardAaron Durbin2015-04-071-2/+2
* mips: add c0 register access plumbingVadim Bendebury2015-04-071-0/+48
* arm: Include types.h in clock.hPatrick Georgi2015-04-072-0/+4
* arm64: Add verstage supportFurquan Shaikh2015-04-073-0/+38
* kconfig: drop intermittend forwarder filesStefan Reinauer2015-04-075-0/+21
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-0635-1248/+220
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-0620-69/+63
* arch/arm64/boot.c: Only return if condition is metPaul Menzel2015-04-061-1/+2
* acpi: protect acpi generators from PRE_RAM & SMMAlexander Couzens2015-04-051-3/+6
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-2/+2
* 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