aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2016-05-17acpigen: Fix ?: operator confusionJonathan Neuschäfer
2016-05-16acpigen: Add functions to generate _STA() and _PRW()Duncan Laurie
2016-05-16acpigen: Add an abstracted integer output methodDuncan Laurie
2016-05-16acpigen: Add helper functions for stringsDuncan Laurie
2016-05-16acpigen: Add helpers for word/dword outputDuncan Laurie
2016-05-10arch/arm64: add FRAMEBUFFER region macros to memlayoutLin Huang
2016-05-09smbios: Add SuperTalent SPD IDTimothy Pearson
2016-05-09arch/armv7: Fix end index calculation in mmu_config_range_kbVaradarajan Narayanan
2016-05-03arch/x86: Drop CBFS_BASE_ADDRESSPatrick Georgi
2016-05-03build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi
2016-05-02arch/x86/assembly_entry: allow early post CAR stages to use common codeAaron Durbin
2016-05-02arch/x86/asembly_entry: reorder conditional stage entry macrosAaron Durbin
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-05-02arch: introduce architecture dependent common variablesAaron Durbin
2016-05-02x86/memlayout.h: Do not include data/bss sections in C_ENVIRONMENT_BOOTBLOCKFurquan Shaikh
2016-04-21lib: add common write_tables() implementationAaron Durbin
2016-04-21lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin
2016-04-21lib/bootmem: allow architecture specific bootmem rangesAaron Durbin
2016-04-21arch/x86: remove low coreboot table supportAaron Durbin
2016-04-21arch/x86: clean up write_tables()Aaron Durbin
2016-04-21arch: only print cbmem entries in one placeAaron Durbin
2016-04-21arch: use Kconfig variable for coreboot table sizeAaron Durbin
2016-04-21arch/riscv/tables: remove confusion over write_tables()Aaron Durbin
2016-04-21arch/power8/tables: remove confusion over write_tables()Aaron Durbin
2016-04-15bootblock_crt0: Use CR* macros from cpu/x86/cr.hFurquan Shaikh
2016-04-08Change la to li (load immediate)Ronald G. Minnich
2016-04-04arch/power8: Position bootblock start at reset vectorTimothy Pearson
2016-04-02lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin
2016-04-02arch/x86: notify the system when the postcar parameter was updatedAaron Durbin
2016-03-23armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski
2016-03-23arch/x86: introduce postcar stage/phaseAaron Durbin
2016-03-21arch/x86: honor CONFIG_X86_TOP4G_BOOTMEDIA_MAP for verstageAaron Durbin
2016-03-18src/arch/x86/acpi.c: Use correct host address width in DMAR ACPI tableJacob Laska
2016-03-15x86: Drop CONFIG_COMPILE_IN_DSDTStefan Reinauer
2016-03-11arch/x86/smbios: fix length calculation for SMBIOS type 17Iru Cai
2016-03-09Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner
2016-03-05arch/x86: Add common assembly code for stages that run in CARAndrey Petrov
2016-03-05arch/x86: document CAR symbols and expose them in symbols.hAndrey Petrov
2016-03-05Kconfig: hide useless options on ARM.Vladimir Serbinenko
2016-03-04arch/x86: always use _start as entry symbol for all stagesAaron Durbin
2016-03-04arch/x86: rename reset_vector -> _startAaron Durbin
2016-03-03arch/x86: Allow soc/chipset to set linking addressAndrey Petrov
2016-03-02src/arch/x86/smbios: Add vendorsPatrick Rudolph
2016-02-25x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblockFurquan Shaikh
2016-02-22die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko
2016-02-20emulation/qemu-power8: initial mainboard and arch commitRonald G. Minnich
2016-02-19x86: add coreboot table entry for TSC infoAaron Durbin
2016-02-19lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin
2016-02-19RISC-V: Add more debug info to debug printksAndrew Waterman
2016-02-19RISC-V: Make inline asm usage saferAndrew Waterman
2016-02-18arch/arm64: Compile arm-trusted-firmware with coreboot timestampPatrick Georgi
2016-02-17arch/x86: Add option to disable default mmap_boot implementationAlexandru Gagniuc
2016-02-13x86: make bootblock size for C_ENVIRONMENT_BOOTBLOCK configurableAaron Durbin
2016-02-12timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner
2016-02-11arches: lib: add main_decl.h for main() declarationAaron Durbin
2016-02-11arch/{arm64,riscv}: remove jmp_to_elf_entry() declarationAaron Durbin
2016-02-11arch: remove stage_exit()Aaron Durbin
2016-02-11arch/x86: Change how BOOTBLOCK_CUSTOM is selected by defaultAndrey Petrov
2016-02-11arch/x86: Allow bootblock code to use CAR_GLOBAL variablesAndrey Petrov
2016-02-11arch/x86: Reserve space for stack in CAR layoutAndrey Petrov
2016-02-10arch/arm64: Use correct SPSR.DAIF mask for BL31 and payloadJulius Werner
2016-02-10arch/arm64: mmu: Spot check TTB memory attributesJulius Werner
2016-02-03xcompile: Add a way to specify -march=i586Martin Roth
2016-02-02arch/x86: Add second paragraph to license headerMartin Roth
2016-01-30arch/x86: Implement minimal bootblock for C_ENVIRONMENT_BOTOBLOCKAlexandru Gagniuc
2016-01-30arch/x86: Rename bootblock.S to bootblock_romcc.SAlexandru Gagniuc
2016-01-29arch/arm64: Override bl31 timestamp with coreboot build timestampPatrick Georgi
2016-01-28Move object files to $(obj)/<class>/Nico Huber
2016-01-28Makefile: Make full use of src-to-obj macroNico Huber
2016-01-26arch/x86: Drop arch/pciconf.hStefan Reinauer
2016-01-26src/arch: Update license headers missing paragraph 2Martin Roth
2016-01-26arch/x86: move SetCodeSelector to .text segmentPatrick Georgi
2016-01-23arch/x86: link bootblock like other stages for C_ENVIRONMENT_BOOTBLOCKAaron Durbin
2016-01-23arch/x86: remove .intel_syntaxPatrick Georgi
2016-01-22arch/arm64: Extend verstageItamar
2016-01-21arch/x86: Add files needed for C environment bootblock on x86Alexandru Gagniuc
2016-01-21console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc
2016-01-21arch/x86/include: Rename bootblock_common to bootblock_romcc.hAlexandru Gagniuc
2016-01-19arch/x86/Makefile.inc: Add a comment to fix syntax highlightingMartin Roth
2016-01-19arch/x86: Indent using tabs not spacesMartin Roth
2016-01-18header files: Fix guard name comments to match guard namesMartin Roth
2016-01-18arch/riscv: Add missing license headersMartin Roth
2016-01-18arch/x86/Makefile.inc: Update symbol check macroMartin Roth
2016-01-14arch/x86: add missing license headersMartin Roth
2016-01-14arch/x86/include: add missing license headersMartin Roth
2016-01-13arch/arm64: add missing license headersMartin Roth
2016-01-13arch/arm: add missing license headersMartin Roth
2016-01-07Correct some common spelling mistakesMartin Roth
2016-01-07cpu/amd/microcode: Introduce CBFS access spinlock to avoid IOMMU failureTimothy Pearson
2016-01-06Revert "x86: Align CBFS on top of ROM"Aaron Durbin
2015-12-31imgtec/pistachio: Add SOC_REGISTERS memory regionIonela Voinescu
2015-12-29x86: Align CBFS on top of ROMNico Huber
2015-12-29mips: add coherency argument to identity mappingIonela Voinescu
2015-12-18drivers/pc80: Add optional spinlock for nvram CBFS accessTimothy Pearson
2015-12-16x86/smbios: Return index 0 for empty stringsBen Gardner
2015-12-16build system/x86: depend on directories before touch /empty targetsAlexander Couzens
2015-12-15x86 acpi: remove ALIGN_CURRENT macroAaron Durbin
2015-12-15src/console: Add x86 romstage spinlock option and printk spinlock supportTimothy Pearson
2015-12-10lib: remove assets infrastructureAaron Durbin
2015-12-10cbfs/vboot: remove firmware component supportAaron Durbin