summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* lib: remove assets infrastructureAaron Durbin2015-12-104-5/+5
* cbfs/vboot: remove firmware component supportAaron Durbin2015-12-101-4/+6
* Remove #ifdef checks on Kconfig symbolsMartin Roth2015-12-062-9/+0
* arch/x86/bootblock_normal: Update to use fewer registersMartin Roth2015-12-041-15/+15
* arch/arm64: introduce mmu to bootblock and romstageJimmy Huang2015-12-031-0/+3
* arch/arm64: add DMA_COHERENT region macros to memlayoutJimmy Huang2015-12-031-0/+5
* build system: Add more files through cbfs-files instead of manual rulesPatrick Georgi2015-12-023-14/+0
* x86/smm: Initialize SMM on some CPUs one-by-oneDamien Zammit2015-12-021-0/+3
* build system: strip quotes from CONFIG_CBFS_PREFIX in a single locationPatrick Georgi2015-12-011-2/+2
* Unify OBJCOPY arguments throughout various x86 stagesStefan Reinauer2015-11-241-4/+4
* arch/x86/acpi: Add IVRS table generation routinesTimothy Pearson2015-11-232-0/+56
* arm64: tegra132: tegra210: Remove old arm64/stage_entry.SJulius Werner2015-11-1717-312/+48
* rules.h: Add ENV_ macros to detect current architectureJulius Werner2015-11-174-80/+33
* arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner2015-11-1611-136/+90
* cpu/amd: Add CC6 supportTimothy Pearson2015-11-112-4/+25
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-1119-190/+15
* arm64: mmu: Make page table manipulation work across stagesJulius Werner2015-11-117-116/+77
* armv7: mmu: Make fine grained page tables work across stagesJulius Werner2015-11-112-8/+21
* arm64: Remove cpu intialization through device-treeFurquan Shaikh2015-11-074-235/+79
* arm64: Remove SMP supportFurquan Shaikh2015-11-0710-704/+34
* arm64: remove spin table supportAaron Durbin2015-11-076-186/+0
* arm64: remove ARCH_ARM64_CORTEX_A57_POWER_DOWN_SUPPORTAaron Durbin2015-11-074-120/+0
* arm64: remove secmonAaron Durbin2015-11-0718-1727/+2
* AMD Bettong: Enable S4 feature for Windows 7zbao2015-11-062-0/+8
* ACPI: Add functions for DMAR I/O-APIC and HPET entriesNico Huber2015-11-042-10/+41
* ACPI: Make DMAR flags settableNico Huber2015-11-042-3/+8
* arch/x86/bootblock_normal: Fix failure to buildTimothy Pearson2015-11-031-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-31179-710/+3
* arch/x86: avoid race condition on build.hPatrick Georgi2015-10-311-0/+2
* wakeup: Switch back to 32bit mode firstStefan Reinauer2015-10-301-0/+28
* armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski2015-10-171-6/+15
* arch/x86/smbios: Add Crucial DIMM manufacturer IDTimothy Pearson2015-10-161-0/+4
* arch/x86/boot/smbios: Add SPD IDs for Kingston and CorsairTimothy Pearson2015-10-161-0/+8
* x86: add standalone verstage supportAaron Durbin2015-10-147-7/+88
* vboot: remove remnants of VBOOT_STUBAaron Durbin2015-10-112-5/+0
* arch/x86/bootblock: Do not include non-code files in bootblock.SAlexandru Gagniuc2015-10-083-5/+1
* arch/x86: Link walkcbfs.S instead on including it in bootblock.SAlexandru Gagniuc2015-10-083-2/+4
* arch/x86/bootblock: Link in object files selected with bootblock-yAlexandru Gagniuc2015-10-082-2/+8
* arch/x86/Makefile.inc: Simplify rule for bootblock.debugAlexandru Gagniuc2015-10-081-5/+9
* x86/bootblock: Use LDFLAGS_bootblock to enable garbage collectionAlexandru Gagniuc2015-10-073-3/+5
* x86: prepare cache-as-ram to allow multiple stagesAaron Durbin2015-09-301-3/+17
* x86: provide common macro for linking early stagesAaron Durbin2015-09-302-23/+30
* Makefile: Replace the way to test if a string is emptyzbao2015-09-291-1/+1
* arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang2015-09-282-0/+3
* RISCV: modify arch_prog_run to handle payloads correctly.Ronald G. Minnich2015-09-231-3/+11
* coreboot: introduce commonlibAaron Durbin2015-09-222-2/+2
* riscv-virtual-memory: move page tables into virtual address spaceThaminda Edirisooriya2015-09-161-1/+1
* riscv-memlayout: fix existing memlayout issues, add sbi interfaceThaminda Edirisooriya2015-09-163-15/+97
* x86: remove double link step for romstageAaron Durbin2015-09-162-35/+13
* riscv-trap-handling: Add functionality, prevent stack corruptionThaminda Edirisooriya2015-09-153-2/+31