aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2015-04-08arm: Dump additional fault registers in abort handlersJulius Werner
2015-04-08arm: Add timestamp.c to bootblock and verstageFurquan Shaikh
2015-04-08armv7: Change all memory domains to Client so XN bits workJulius Werner
2015-04-08armv7: Add fine-grained page table supportJulius Werner
2015-04-07armv4: correct ARMV4 VERSTAGE guardAaron Durbin
2015-04-07mips: add c0 register access plumbingVadim Bendebury
2015-04-07arm: Include types.h in clock.hPatrick Georgi
2015-04-07arm64: Add verstage supportFurquan Shaikh
2015-04-07kconfig: drop intermittend forwarder filesStefan Reinauer
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06build system: run linker scripts through the preprocessorPatrick Georgi
2015-04-06arch/arm64/boot.c: Only return if condition is metPaul Menzel
2015-04-05acpi: protect acpi generators from PRE_RAM & SMMAlexander Couzens
2015-04-04build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi
2015-04-04build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi
2015-04-04build system: use full (in-tree) pathsPatrick Georgi
2015-04-04arm64: make secmon link with the manual templateAaron Durbin
2015-04-04armv4: Add verstage to armv4Furquan Shaikh
2015-04-04armv7: Add config option guard for verstage classFurquan Shaikh
2015-04-04x86: rename ldscript_failover.ld to failover.ldPatrick Georgi
2015-04-03program loading: unify on struct progAaron Durbin
2015-04-03program loading: add prog_run() functionAaron Durbin
2015-04-03program loading: introduce struct progAaron Durbin
2015-04-02Clean up architecture-specific KconfigsJulius Werner
2015-04-02build system: extend src-to-obj for non-.c/.S filesPatrick Georgi
2015-04-02mips: do not place branch instructions in branch delay slotVadim Bendebury
2015-04-02arm: Prevent compilation of old, experimental SMP supportJulius Werner
2015-04-02smbios: add a family id in smbios type1 familyKane Chen
2015-04-01x86: set smbios rom size based on CONFIG_ROM_SIZEAaron Durbin
2015-03-31cbfs: add cbfs_serialized.h header fileAaron Durbin
2015-03-31mips: don't open code romstage loadingAaron Durbin
2015-03-30mips: bring payload execution to current standardsPatrick Georgi
2015-03-30mips: fix write_tablePatrick Georgi
2015-03-30imgtec/pistachio: Bring uart driver to modern standardsPatrick Georgi
2015-03-30mips: Simplify architecture specific Makefile.incPatrick Georgi
2015-03-30build system: provide generic compiler flag variablesPatrick Georgi
2015-03-30build system: rename mips/bootblock.inc to mips/bootblock.SPatrick Georgi
2015-03-29mips: add verstage configurationPatrick Georgi
2015-03-29arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make publicTimothy Pearson
2015-03-29arch/x86/boot/smbios: Add additional SMBIOS defines and enumsTimothy Pearson
2015-03-28armv8/secmon: SECMON_SRC is really SECMON_BINPatrick Georgi
2015-03-28arch/x86: Guard option table specific rules with HAVE_OPTION_TABLEPatrick Georgi
2015-03-28build system: normalize linker script file namesPatrick Georgi
2015-03-28arch/arm64: Drop extra commentPatrick Georgi
2015-03-28arch/arm: drop extra commentPatrick Georgi
2015-03-28mips: fix API expectations that break buildsAaron Durbin
2015-03-28arm64: remove EL and mode from secmon_paramsAaron Durbin
2015-03-28arm64: add psci support to secmonAaron Durbin
2015-03-28arm64: Provide secmon trampoline for restartAaron Durbin
2015-03-28arm64: fix smc bugs in secmonAaron Durbin
2015-03-28arm64: add smc layer to secmonAaron Durbin
2015-03-28arm64: initialize secmon environmentAaron Durbin
2015-03-28arm64: provide entry points for BSP and non-BSPAaron Durbin
2015-03-28arm64: split cpu.cAaron Durbin
2015-03-28arm64: exception handler registrationAaron Durbin
2015-03-28arm64: add spin table supportAaron Durbin
2015-03-28arm64: add cpu_is_bsp() conceptAaron Durbin
2015-03-28arm64: provide run on all cpu but self semanticsAaron Durbin
2015-03-28arm64: Add support for secure monitorFurquan Shaikh
2015-03-28arm64: Adapt stage_entry to make it usable by secmonFurquan Shaikh
2015-03-28arm64: initialize SCR_EL3 on all CPUsAaron Durbin
2015-03-28arm64: initialize GIC for each CPUAaron Durbin
2015-03-28arm64: Switch to EL2 for libpayload jumpFurquan Shaikh
2015-03-28arm64: Make exceptions use the transition libraryFurquan Shaikh
2015-03-28arm64: Add support for transition libraryFurquan Shaikh
2015-03-28arm64: Add useful macro definitions for register bitsFurquan Shaikh
2015-03-28arm64: Reinit free_idx to 1 in mmu_initFurquan Shaikh
2015-03-28arm64: check for NULL bus on DEVICE_PATH_CPU_CLUSTER devicesAaron Durbin
2015-03-28arm64: Replace CONFIG_* variables with {read/write}_currentFurquan Shaikh
2015-03-28arm64 libhelpers: Add helper functions for writing sp_elxFurquan Shaikh
2015-03-28arm64 libhelpers: Add helper functions with el argumentFurquan Shaikh
2015-03-28arm64: Add support for read and write registers at current EL in assemblyFurquan Shaikh
2015-03-27smbios: add funtion for smbios type17Kane Chen
2015-03-27mips: Remove superfluous menu entryPatrick Georgi
2015-03-27arm64: remove soc_secondary_cpu_init()Aaron Durbin
2015-03-27armv4: Build in SMP settings with non-SMP armv4 CPUsPatrick Georgi
2015-03-27arm64: add devicetree based CPU startupAaron Durbin
2015-03-27arm64: split cpu.h headerAaron Durbin
2015-03-27arm64: add spinlock implementationAaron Durbin
2015-03-27arm64: move spinlock.h to proper placeAaron Durbin
2015-03-27arm64: add more barrier supportAaron Durbin
2015-03-27arm64: remove printk() before console_init()Aaron Durbin
2015-03-27arm64: update cpu.c licenseAaron Durbin
2015-03-27arm64: add midr_el1 accessor functionAaron Durbin
2015-03-27arm64: remove _stack and _estack symbols in linker scriptAaron Durbin
2015-03-27arm64: provide API for coordinating secondary CPU bringupAaron Durbin
2015-03-27arm64: add exception_hwinit()Aaron Durbin
2015-03-27arm64: make mmu_enable() use previous ttb from mmu_init()Aaron Durbin
2015-03-27arm64: add indirection to C entry pointAaron Durbin
2015-03-27arm64: move seeding stack to CAaron Durbin
2015-03-27arm64: include stack storage within ramstageAaron Durbin
2015-03-27arm64: refactor stage entryAaron Durbin
2015-03-27arm64: add config options for exception level startupAaron Durbin
2015-03-27arm64: implement cpu_info() correctlyAaron Durbin
2015-03-27arm64: add smp_processor_id() declarationAaron Durbin
2015-03-27arm64: clean up ramstage.ldAaron Durbin
2015-03-27arm64: Make exceptions workFurquan Shaikh
2015-03-27arm64: Initialize exception stackFurquan Shaikh
2015-03-26arm64: Seed the stack at stage_entryFurquan Shaikh
2015-03-26arm64: handle non-cacheable normal memoryAaron Durbin