aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2015-04-21armv7: preserve bootblock invocation parameterVadim Bendebury
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-21arm(64): Change write32() argument order to match x86Julius Werner
2015-04-21arm(64): Replace write32() and friends with writel()Julius Werner
2015-04-21x86: Allow builds without ACPI tablesLee Leahy
2015-04-21arch/mips: simplify cache operationsIonela Voinescu
2015-04-21urara: Identity map DRAM/SRAMAndrew Bresticker
2015-04-21mips: Allow memory to be identity mapped in the TLBAndrew Bresticker
2015-04-18riscv: use new-style CBFS header lookupPatrick Georgi
2015-04-17armv7: set CBFS header to zeroVadim Bendebury
2015-04-17armv7: work around hang in bootblock startup codeDaisuke Nojiri
2015-04-17rk3288: Handle framebuffer through memlayout, not the resource systemJulius Werner
2015-04-17arch/mips: Fix bug when performing cache operationsIonela Voinescu
2015-04-17arm: allow custom stage entry codeDaisuke Nojiri
2015-04-15Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64Julius Werner
2015-04-14arm: Fix checkstack() to use correct stack sizeJulius Werner
2015-04-14rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGEJulius Werner
2015-04-14timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-04-14CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner
2015-04-13arch/mips: provide proper cache primitivesIonela Voinescu
2015-04-13mips: disable caches in bootblock startup codeVadim Bendebury
2015-04-13arm: Add bootblock_mainboard_early_init() for pre-console initializationJulius Werner
2015-04-13urara: add support for DMA coherent memory areaIonela Voinescu
2015-04-13arch: armv7: Fix cache sync instructions.Deepa Dinamani
2015-04-10arm64: No need of invalidating cache line for secondary CPU stackFurquan Shaikh
2015-04-10arm64: Add support for save/restore registers for CPU startup.Furquan Shaikh
2015-04-10arm64: Add macro to invalidate stage 1 TLB entries at current ELFurquan Shaikh
2015-04-10arm64: Add conditional read/write from/to EL3 assembly macros.Furquan Shaikh
2015-04-10arm64: Add function for reading TCR register at current ELFurquan Shaikh
2015-04-10arm64: psci: actually inform SoC layer of CPU_ON entryAaron Durbin
2015-04-10arm64: ensure secondary CPU's stack tops are not in the cacheAaron Durbin
2015-04-10arm64: add timeout waiting for CPUs to come onlineAaron Durbin
2015-04-10x86: Support reset routines in bootblockLee Leahy
2015-04-10build system: Fix SeaBIOS integration with multilib compilersPatrick Georgi
2015-04-10arm64: Implement PSCI command supportAaron Durbin
2015-04-10arm64: secmon: add entry point for turned on CPUsAaron Durbin
2015-04-10arm64: secmon: pass online CPUs to secmonAaron Durbin
2015-04-10arm64: psci: use struct cpu_action to track startup entryAaron Durbin
2015-04-10arm64: secmon: prepare for passing more state into secmonAaron Durbin
2015-04-10arm64: secmon: wait for all CPUs to enter secmonAaron Durbin
2015-04-10armv7-m: set stack pointer to _estackDaisuke Nojiri
2015-04-10armv7-m: add bootblock entry pointDaisuke Nojiri
2015-04-10armv7-m: add empty cache routinesDaisuke Nojiri
2015-04-10armv7-m: add armv7-m configurationDaisuke Nojiri
2015-04-09arm64: secmon: direct non-BSP cpus to start before BSPAaron Durbin
2015-04-09arm64: psci: add node hierarchyAaron Durbin
2015-04-09arm64: add malloc support to secmonAaron Durbin
2015-04-09arm64: add mpidr field to cpu_info structAaron Durbin
2015-04-08timer: Add generic udelay() implementationAaron Durbin
2015-04-08arm64: Add timestamp.c to bootblock and verstageFurquan Shaikh
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