summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* riscv-trap-handling: Add implementation for trap calls in riscvThaminda Edirisooriya2015-09-106-1/+301
* riscv-virtual-memory: Add virtual memory setupThaminda Edirisooriya2015-09-102-0/+216
* x86: link ramstage the same way regardless of RELOCATABLE_RAMSTAGEAaron Durbin2015-09-091-9/+1
* linking: add and use LDFLAGS_commonAaron Durbin2015-09-095-17/+17
* x86: link romstage and ramstage with 1 fileAaron Durbin2015-09-094-43/+70
* rmodule: use program.ld for linkingAaron Durbin2015-09-094-6/+12
* x86: link romstage like the other architecturesAaron Durbin2015-09-094-41/+26
* x86: link ramstage like the other architecturesAaron Durbin2015-09-092-21/+28
* linking: lay the groundwork for a unified linking approachAaron Durbin2015-09-093-2/+27
* x86: provide minimum alignment for romstageAaron Durbin2015-09-091-1/+7
* x86: remove unused sections from romstage.ldAaron Durbin2015-09-091-3/+1
* x86: add romstage.S to bind program flow and orderingAaron Durbin2015-09-092-13/+50
* x86: don't create MAINBOARDDIR/romstage.inc for !ROMCC boardsAaron Durbin2015-09-091-14/+10
* x86: bootblock: remove linking and program flow from build systemAaron Durbin2015-09-094-39/+97
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-076-16/+0
* symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin2015-09-052-2/+2
* x86: remove cpu_incs as romstage Make variableAaron Durbin2015-09-041-1/+0
* timestamp: add tick frequency to exported tableAaron Durbin2015-08-311-0/+13
* armv7/arm64: remove timestamp.cAaron Durbin2015-08-314-67/+0
* arm64: xcompile: Add support for A53 erratum 843419Julius Werner2015-08-281-0/+9
* arm64: Fix 'verstage-objs: command not found' errorYidi Lin2015-08-281-1/+1
* arm64: declare do_dcsw_op as functionJimmy Huang2015-08-282-2/+3
* riscv-trap-handling: Add preliminary trap handling for riscvThaminda Edirisooriya2015-08-262-0/+193
* x86: Get rid of empty loadable segment warningMartin Roth2015-08-251-1/+2
* acpi: 64bit fixesStefan Reinauer2015-08-141-8/+8
* x86: parameterize asl_template for CBFS inclusionAaron Durbin2015-08-131-0/+4
* amd: raminit sysinfo offset fixAaron Durbin2015-08-131-0/+16
* riscv-spike: support for Spike emulation of riscvThaminda Edirisooriya2015-08-095-618/+925
* acpi: Align FACS to 64 bytesPatrick Georgi2015-08-091-0/+1
* x86: Make sure boot device is mapped below 4GStefan Reinauer2015-08-041-1/+1