summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/arm64: Extend verstageItamar2016-01-221-0/+2
* arch/x86: Add files needed for C environment bootblock on x86Alexandru Gagniuc2016-01-211-0/+5
* console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc2016-01-214-0/+4
* arch/x86/include: Rename bootblock_common to bootblock_romcc.hAlexandru Gagniuc2016-01-213-2/+2
* arch/x86/Makefile.inc: Add a comment to fix syntax highlightingMartin Roth2016-01-191-0/+1
* arch/x86: Indent using tabs not spacesMartin Roth2016-01-198-92/+92
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-187-7/+7
* arch/riscv: Add missing license headersMartin Roth2016-01-188-2/+130
* arch/x86/Makefile.inc: Update symbol check macroMartin Roth2016-01-181-5/+4
* arch/x86: add missing license headersMartin Roth2016-01-1415-0/+194
* arch/x86/include: add missing license headersMartin Roth2016-01-1412-0/+156
* arch/arm64: add missing license headersMartin Roth2016-01-135-0/+65
* arch/arm: add missing license headersMartin Roth2016-01-138-0/+104
* Correct some common spelling mistakesMartin Roth2016-01-072-2/+2
* cpu/amd/microcode: Introduce CBFS access spinlock to avoid IOMMU failureTimothy Pearson2016-01-071-1/+6
* Revert "x86: Align CBFS on top of ROM"Aaron Durbin2016-01-061-2/+3
* imgtec/pistachio: Add SOC_REGISTERS memory regionIonela Voinescu2015-12-311-0/+2
* x86: Align CBFS on top of ROMNico Huber2015-12-291-3/+2
* mips: add coherency argument to identity mappingIonela Voinescu2015-12-293-9/+19
* drivers/pc80: Add optional spinlock for nvram CBFS accessTimothy Pearson2015-12-181-1/+3
* x86/smbios: Return index 0 for empty stringsBen Gardner2015-12-161-0/+7
* build system/x86: depend on directories before touch /empty targetsAlexander Couzens2015-12-161-1/+1
* x86 acpi: remove ALIGN_CURRENT macroAaron Durbin2015-12-152-14/+19
* src/console: Add x86 romstage spinlock option and printk spinlock supportTimothy Pearson2015-12-151-1/+10
* 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