index
:
users/pcacjr/coreboot.git
classic-2014.10
master
seabios/rcba
Unnamed repository; edit this file 'description' to name the repository.
Paulo Alcantara
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
urara: Identity map DRAM/SRAM
Andrew Bresticker
2015-04-21
1
-0
/
+2
*
mips: Allow memory to be identity mapped in the TLB
Andrew Bresticker
2015-04-21
4
-0
/
+240
*
riscv: use new-style CBFS header lookup
Patrick Georgi
2015-04-18
2
-25
/
+6
*
armv7: set CBFS header to zero
Vadim Bendebury
2015-04-17
1
-0
/
+2
*
armv7: work around hang in bootblock startup code
Daisuke Nojiri
2015-04-17
1
-1
/
+1
*
rk3288: Handle framebuffer through memlayout, not the resource system
Julius Werner
2015-04-17
1
-2
/
+9
*
arch/mips: Fix bug when performing cache operations
Ionela Voinescu
2015-04-17
2
-4
/
+20
*
arm: allow custom stage entry code
Daisuke Nojiri
2015-04-17
1
-1
/
+4
*
Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64
Julius Werner
2015-04-15
2
-10
/
+0
*
arm: Fix checkstack() to use correct stack size
Julius Werner
2015-04-14
2
-0
/
+10
*
rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGE
Julius Werner
2015-04-14
2
-2
/
+2
*
timer: Reestablish init_timer(), consolidate timer initialization calls
Julius Werner
2015-04-14
2
-0
/
+12
*
CBFS: Automate ROM image layout and remove hardcoded offsets
Julius Werner
2015-04-14
4
-10
/
+4
*
CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool
Julius Werner
2015-04-14
5
-6
/
+12
*
arch/mips: provide proper cache primitives
Ionela Voinescu
2015-04-13
5
-13
/
+144
*
mips: disable caches in bootblock startup code
Vadim Bendebury
2015-04-13
1
-0
/
+10
*
arm: Add bootblock_mainboard_early_init() for pre-console initialization
Julius Werner
2015-04-13
3
-4
/
+11
*
urara: add support for DMA coherent memory area
Ionela Voinescu
2015-04-13
1
-1
/
+1
*
arch: armv7: Fix cache sync instructions.
Deepa Dinamani
2015-04-13
1
-1
/
+9
*
arm64: No need of invalidating cache line for secondary CPU stack
Furquan Shaikh
2015-04-10
1
-10
/
+0
*
arm64: Add support for save/restore registers for CPU startup.
Furquan Shaikh
2015-04-10
8
-61
/
+201
*
arm64: Add macro to invalidate stage 1 TLB entries at current EL
Furquan Shaikh
2015-04-10
1
-0
/
+15
*
arm64: Add conditional read/write from/to EL3 assembly macros.
Furquan Shaikh
2015-04-10
1
-0
/
+25
*
arm64: Add function for reading TCR register at current EL
Furquan Shaikh
2015-04-10
2
-0
/
+32
*
arm64: psci: actually inform SoC layer of CPU_ON entry
Aaron Durbin
2015-04-10
1
-0
/
+3
*
arm64: ensure secondary CPU's stack tops are not in the cache
Aaron Durbin
2015-04-10
1
-0
/
+12
*
arm64: add timeout waiting for CPUs to come online
Aaron Durbin
2015-04-10
1
-2
/
+18
*
x86: Support reset routines in bootblock
Lee Leahy
2015-04-10
2
-0
/
+7
*
build system: Fix SeaBIOS integration with multilib compilers
Patrick Georgi
2015-04-10
1
-1
/
+3
*
arm64: Implement PSCI command support
Aaron Durbin
2015-04-10
2
-10
/
+101
*
arm64: secmon: add entry point for turned on CPUs
Aaron Durbin
2015-04-10
7
-36
/
+113
*
arm64: secmon: pass online CPUs to secmon
Aaron Durbin
2015-04-10
5
-16
/
+23
*
arm64: psci: use struct cpu_action to track startup entry
Aaron Durbin
2015-04-10
3
-13
/
+19
*
arm64: secmon: prepare for passing more state into secmon
Aaron Durbin
2015-04-10
3
-30
/
+39
*
arm64: secmon: wait for all CPUs to enter secmon
Aaron Durbin
2015-04-10
1
-0
/
+21
*
armv7-m: set stack pointer to _estack
Daisuke Nojiri
2015-04-10
1
-0
/
+15
*
armv7-m: add bootblock entry point
Daisuke Nojiri
2015-04-10
2
-0
/
+36
*
armv7-m: add empty cache routines
Daisuke Nojiri
2015-04-10
2
-1
/
+81
*
armv7-m: add armv7-m configuration
Daisuke Nojiri
2015-04-10
4
-22
/
+78
*
arm64: secmon: direct non-BSP cpus to start before BSP
Aaron Durbin
2015-04-09
1
-1
/
+4
*
arm64: psci: add node hierarchy
Aaron Durbin
2015-04-09
4
-83
/
+480
*
arm64: add malloc support to secmon
Aaron Durbin
2015-04-09
2
-1
/
+2
*
arm64: add mpidr field to cpu_info struct
Aaron Durbin
2015-04-09
3
-0
/
+69
*
timer: Add generic udelay() implementation
Aaron Durbin
2015-04-08
2
-34
/
+0
*
arm64: Add timestamp.c to bootblock and verstage
Furquan Shaikh
2015-04-08
1
-0
/
+2
*
arm: Dump additional fault registers in abort handlers
Julius Werner
2015-04-08
2
-0
/
+54
*
arm: Add timestamp.c to bootblock and verstage
Furquan Shaikh
2015-04-08
1
-0
/
+2
*
armv7: Change all memory domains to Client so XN bits work
Julius Werner
2015-04-08
1
-2
/
+2
*
armv7: Add fine-grained page table support
Julius Werner
2015-04-08
4
-87
/
+136
*
armv4: correct ARMV4 VERSTAGE guard
Aaron Durbin
2015-04-07
1
-2
/
+2
[prev]
[next]