summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
...
* arm64: Add support for transition libraryFurquan Shaikh2015-03-284-0/+496
* arm64: Add useful macro definitions for register bitsFurquan Shaikh2015-03-281-0/+58
* arm64: Reinit free_idx to 1 in mmu_initFurquan Shaikh2015-03-281-2/+2
* arm64: check for NULL bus on DEVICE_PATH_CPU_CLUSTER devicesAaron Durbin2015-03-281-0/+5
* arm64: Replace CONFIG_* variables with {read/write}_currentFurquan Shaikh2015-03-282-24/+4
* arm64 libhelpers: Add helper functions for writing sp_elxFurquan Shaikh2015-03-282-0/+12
* arm64 libhelpers: Add helper functions with el argumentFurquan Shaikh2015-03-284-65/+274
* arm64: Add support for read and write registers at current EL in assemblyFurquan Shaikh2015-03-281-0/+97
* smbios: add funtion for smbios type17Kane Chen2015-03-271-0/+115
* mips: Remove superfluous menu entryPatrick Georgi2015-03-271-4/+0
* arm64: remove soc_secondary_cpu_init()Aaron Durbin2015-03-273-27/+7
* armv4: Build in SMP settings with non-SMP armv4 CPUsPatrick Georgi2015-03-271-0/+15
* arm64: add devicetree based CPU startupAaron Durbin2015-03-274-22/+408
* arm64: split cpu.h headerAaron Durbin2015-03-273-6/+30
* arm64: add spinlock implementationAaron Durbin2015-03-271-1/+24
* arm64: move spinlock.h to proper placeAaron Durbin2015-03-271-0/+0
* arm64: add more barrier supportAaron Durbin2015-03-276-76/+74
* arm64: remove printk() before console_init()Aaron Durbin2015-03-271-24/+0
* arm64: update cpu.c licenseAaron Durbin2015-03-271-21/+11
* arm64: add midr_el1 accessor functionAaron Durbin2015-03-272-0/+11
* arm64: remove _stack and _estack symbols in linker scriptAaron Durbin2015-03-271-4/+0
* arm64: provide API for coordinating secondary CPU bringupAaron Durbin2015-03-272-2/+43
* arm64: add exception_hwinit()Aaron Durbin2015-03-272-2/+9
* arm64: make mmu_enable() use previous ttb from mmu_init()Aaron Durbin2015-03-272-4/+6
* arm64: add indirection to C entry pointAaron Durbin2015-03-272-1/+15
* arm64: move seeding stack to CAaron Durbin2015-03-272-25/+21
* arm64: include stack storage within ramstageAaron Durbin2015-03-272-22/+63
* arm64: refactor stage entryAaron Durbin2015-03-272-32/+39
* arm64: add config options for exception level startupAaron Durbin2015-03-271-0/+12
* arm64: implement cpu_info() correctlyAaron Durbin2015-03-271-7/+3
* arm64: add smp_processor_id() declarationAaron Durbin2015-03-271-6/+9
* arm64: clean up ramstage.ldAaron Durbin2015-03-271-35/+21
* arm64: Make exceptions workFurquan Shaikh2015-03-273-132/+175
* arm64: Initialize exception stackFurquan Shaikh2015-03-271-0/+12
* arm64: Seed the stack at stage_entryFurquan Shaikh2015-03-261-3/+26
* arm64: handle non-cacheable normal memoryAaron Durbin2015-03-262-2/+13
* vboot2: separate verstage from bootblockDaisuke Nojiri2015-03-243-2/+71
* mips: fix bootblock stack definitionsVadim Bendebury2015-03-231-2/+2
* mips: no need in architecture specific implementation of do_printkVadim Bendebury2015-03-211-17/+0
* arch/mips: Add base MIPS architecture supportPaul Burton2015-03-2124-0/+1317
* mips: Add mips/ashldi3.c from LinuxVadim Bendebury2015-03-211-0/+60
* arm: add _end symbol to bootblock.ldAaron Durbin2015-03-211-0/+1
* x86: fix romstage_null.debug link w/o --gc-sectionsAaron Durbin2015-03-211-1/+1
* bootblocks: use run_romstage()Aaron Durbin2015-03-204-35/+8
* qemu-riscv: add preram_cbmem_consoleAaron Durbin2015-03-201-1/+1
* loaders: add program_loading.h header fileAaron Durbin2015-03-205-5/+5
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-184-0/+5
* arch/x86/Kconfig: Add license headerStefan Reinauer2015-03-171-0/+15
* rmodules: Make rmodules inclusion for vboot dependent on romstage_archFurquan Shaikh2015-03-175-0/+18
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2015-03-173-2/+10