summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/armv7: Fix end index calculation in mmu_config_range_kbVaradarajan Narayanan2016-05-091-1/+7
* arch/x86: Drop CBFS_BASE_ADDRESSPatrick Georgi2016-05-031-3/+0
* build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi2016-05-036-21/+0
* arch/x86/assembly_entry: allow early post CAR stages to use common codeAaron Durbin2016-05-021-6/+20
* arch/x86/asembly_entry: reorder conditional stage entry macrosAaron Durbin2016-05-021-21/+23
* lib/coreboot_table: use the architecture dependent table sizeAaron Durbin2016-05-026-0/+12
* arch: introduce architecture dependent common variablesAaron Durbin2016-05-026-0/+156
* x86/memlayout.h: Do not include data/bss sections in C_ENVIRONMENT_BOOTBLOCKFurquan Shaikh2016-05-021-1/+1
* lib: add common write_tables() implementationAaron Durbin2016-04-216-220/+16
* lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin2016-04-216-17/+39
* lib/bootmem: allow architecture specific bootmem rangesAaron Durbin2016-04-216-0/+30
* arch/x86: remove low coreboot table supportAaron Durbin2016-04-211-5/+2
* arch/x86: clean up write_tables()Aaron Durbin2016-04-211-26/+60
* arch: only print cbmem entries in one placeAaron Durbin2016-04-216-18/+0
* arch: use Kconfig variable for coreboot table sizeAaron Durbin2016-04-216-6/+7
* arch/riscv/tables: remove confusion over write_tables()Aaron Durbin2016-04-211-10/+2
* arch/power8/tables: remove confusion over write_tables()Aaron Durbin2016-04-211-11/+2
* bootblock_crt0: Use CR* macros from cpu/x86/cr.hFurquan Shaikh2016-04-151-5/+1
* Change la to li (load immediate)Ronald G. Minnich2016-04-081-2/+2
* arch/power8: Position bootblock start at reset vectorTimothy Pearson2016-04-042-2/+7
* lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin2016-04-021-1/+1
* arch/x86: notify the system when the postcar parameter was updatedAaron Durbin2016-04-021-0/+7
* armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/writePaul Kocialkowski2016-03-231-15/+6
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-236-0/+290
* arch/x86: honor CONFIG_X86_TOP4G_BOOTMEDIA_MAP for verstageAaron Durbin2016-03-211-1/+1
* src/arch/x86/acpi.c: Use correct host address width in DMAR ACPI tableJacob Laska2016-03-181-1/+1
* x86: Drop CONFIG_COMPILE_IN_DSDTStefan Reinauer2016-03-153-26/+0
* arch/x86/smbios: fix length calculation for SMBIOS type 17Iru Cai2016-03-111-1/+3
* Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner2016-03-094-0/+20
* arch/x86: Add common assembly code for stages that run in CARAndrey Petrov2016-03-052-1/+45
* arch/x86: document CAR symbols and expose them in symbols.hAndrey Petrov2016-03-053-9/+62
* Kconfig: hide useless options on ARM.Vladimir Serbinenko2016-03-051-0/+1
* arch/x86: always use _start as entry symbol for all stagesAaron Durbin2016-03-041-23/+0
* arch/x86: rename reset_vector -> _startAaron Durbin2016-03-042-2/+2
* arch/x86: Allow soc/chipset to set linking addressAndrey Petrov2016-03-032-2/+12
* src/arch/x86/smbios: Add vendorsPatrick Rudolph2016-03-021-0/+12
* x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblockFurquan Shaikh2016-02-251-1/+0
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-226-0/+30
* emulation/qemu-power8: initial mainboard and arch commitRonald G. Minnich2016-02-2020-0/+720
* x86: add coreboot table entry for TSC infoAaron Durbin2016-02-191-0/+18
* lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin2016-02-195-0/+21
* RISC-V: Add more debug info to debug printksAndrew Waterman2016-02-191-2/+5
* RISC-V: Make inline asm usage saferAndrew Waterman2016-02-191-7/+5
* arch/arm64: Compile arm-trusted-firmware with coreboot timestampPatrick Georgi2016-02-181-1/+1
* arch/x86: Add option to disable default mmap_boot implementationAlexandru Gagniuc2016-02-172-4/+14
* x86: make bootblock size for C_ENVIRONMENT_BOOTBLOCK configurableAaron Durbin2016-02-132-1/+7
* timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner2016-02-123-54/+2
* arches: lib: add main_decl.h for main() declarationAaron Durbin2016-02-114-5/+4
* arch/{arm64,riscv}: remove jmp_to_elf_entry() declarationAaron Durbin2016-02-112-2/+0
* arch: remove stage_exit()Aaron Durbin2016-02-118-53/+0