summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* armv7: set CBFS header to zeroVadim Bendebury2015-04-171-0/+2
* armv7: work around hang in bootblock startup codeDaisuke Nojiri2015-04-171-1/+1
* rk3288: Handle framebuffer through memlayout, not the resource systemJulius Werner2015-04-171-2/+9
* arch/mips: Fix bug when performing cache operationsIonela Voinescu2015-04-172-4/+20
* arm: allow custom stage entry codeDaisuke Nojiri2015-04-171-1/+4
* Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64Julius Werner2015-04-152-10/+0
* arm: Fix checkstack() to use correct stack sizeJulius Werner2015-04-142-0/+10
* rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGEJulius Werner2015-04-142-2/+2
* timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner2015-04-142-0/+12
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-144-10/+4
* CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner2015-04-145-6/+12
* arch/mips: provide proper cache primitivesIonela Voinescu2015-04-135-13/+144
* mips: disable caches in bootblock startup codeVadim Bendebury2015-04-131-0/+10
* arm: Add bootblock_mainboard_early_init() for pre-console initializationJulius Werner2015-04-133-4/+11
* urara: add support for DMA coherent memory areaIonela Voinescu2015-04-131-1/+1
* arch: armv7: Fix cache sync instructions.Deepa Dinamani2015-04-131-1/+9
* arm64: No need of invalidating cache line for secondary CPU stackFurquan Shaikh2015-04-101-10/+0
* arm64: Add support for save/restore registers for CPU startup.Furquan Shaikh2015-04-108-61/+201
* arm64: Add macro to invalidate stage 1 TLB entries at current ELFurquan Shaikh2015-04-101-0/+15
* arm64: Add conditional read/write from/to EL3 assembly macros.Furquan Shaikh2015-04-101-0/+25
* arm64: Add function for reading TCR register at current ELFurquan Shaikh2015-04-102-0/+32
* arm64: psci: actually inform SoC layer of CPU_ON entryAaron Durbin2015-04-101-0/+3
* arm64: ensure secondary CPU's stack tops are not in the cacheAaron Durbin2015-04-101-0/+12
* arm64: add timeout waiting for CPUs to come onlineAaron Durbin2015-04-101-2/+18
* x86: Support reset routines in bootblockLee Leahy2015-04-102-0/+7
* build system: Fix SeaBIOS integration with multilib compilersPatrick Georgi2015-04-101-1/+3
* arm64: Implement PSCI command supportAaron Durbin2015-04-102-10/+101
* arm64: secmon: add entry point for turned on CPUsAaron Durbin2015-04-107-36/+113
* arm64: secmon: pass online CPUs to secmonAaron Durbin2015-04-105-16/+23
* arm64: psci: use struct cpu_action to track startup entryAaron Durbin2015-04-103-13/+19
* arm64: secmon: prepare for passing more state into secmonAaron Durbin2015-04-103-30/+39
* arm64: secmon: wait for all CPUs to enter secmonAaron Durbin2015-04-101-0/+21
* armv7-m: set stack pointer to _estackDaisuke Nojiri2015-04-101-0/+15
* armv7-m: add bootblock entry pointDaisuke Nojiri2015-04-102-0/+36
* armv7-m: add empty cache routinesDaisuke Nojiri2015-04-102-1/+81
* armv7-m: add armv7-m configurationDaisuke Nojiri2015-04-104-22/+78
* arm64: secmon: direct non-BSP cpus to start before BSPAaron Durbin2015-04-091-1/+4
* arm64: psci: add node hierarchyAaron Durbin2015-04-094-83/+480
* arm64: add malloc support to secmonAaron Durbin2015-04-092-1/+2
* arm64: add mpidr field to cpu_info structAaron Durbin2015-04-093-0/+69
* timer: Add generic udelay() implementationAaron Durbin2015-04-082-34/+0
* arm64: Add timestamp.c to bootblock and verstageFurquan Shaikh2015-04-081-0/+2
* arm: Dump additional fault registers in abort handlersJulius Werner2015-04-082-0/+54
* arm: Add timestamp.c to bootblock and verstageFurquan Shaikh2015-04-081-0/+2
* armv7: Change all memory domains to Client so XN bits workJulius Werner2015-04-081-2/+2
* armv7: Add fine-grained page table supportJulius Werner2015-04-084-87/+136
* armv4: correct ARMV4 VERSTAGE guardAaron Durbin2015-04-071-2/+2
* mips: add c0 register access plumbingVadim Bendebury2015-04-071-0/+48
* arm: Include types.h in clock.hPatrick Georgi2015-04-072-0/+4
* arm64: Add verstage supportFurquan Shaikh2015-04-073-0/+38
OpenPOWER on IntegriCloud