index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
arch
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
15
-15
/
+0
*
printf: Automatically prefix %p with 0x
Julius Werner
2019-12-11
1
-1
/
+1
*
libpayload: Align main() data types
Patrick Georgi
2019-04-05
1
-1
/
+1
*
payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-07
1
-1
/
+1
*
libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32
Julius Werner
2018-10-12
1
-17
/
+1
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
1
-2
/
+2
*
libpayload: head.S: Avoid clearing BSS (and heap) again
Julius Werner
2016-08-13
1
-19
/
+0
*
libpayload: Move base address, stack and heap size to Kconfig
Stefan Reinauer
2016-03-15
1
-8
/
+3
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
cbfs: define libpayload_init_default_cbfs_media weakly
Daisuke Nojiri
2015-07-06
1
-1
/
+2
*
libpayload: Fix compilation on ARM with GDB enabled
Stefan Reinauer
2015-07-01
1
-0
/
+1
*
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-06-30
1
-1
/
+1
*
libpayload: Rename Config.in -> Kconfig
Stefan Reinauer
2015-06-12
1
-0
/
+0
*
Remove empty lines at end of file
Elyes HAOUAS
2015-06-08
1
-1
/
+0
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
1
-1
/
+1
*
libpayload: sync arch/arm/cache.c with coreboot
David Hendricks
2015-04-17
1
-1
/
+9
*
arm: Dump additional fault registers in abort handlers
Julius Werner
2015-04-08
1
-0
/
+12
*
libpayload: Consolidate coreboot table parsing
Vadim Bendebury
2015-03-20
1
-268
/
+8
*
libpayload: Add board id parsing
Vadim Bendebury
2015-03-20
1
-0
/
+15
*
libpayload: Add remote GDB support
Julius Werner
2015-01-09
2
-0
/
+116
*
libpayload: Introduce new Kconfig to explicitly allow GPL code
Julius Werner
2015-01-09
2
-17
/
+25
*
libpayload: Rework exception hook interface
Julius Werner
2015-01-09
2
-65
/
+57
*
libpayload: arm: add code to clear bss
Vadim Bendebury
2015-01-06
1
-4
/
+18
*
arm: Fix stored PC value when handling exceptions
Julius Werner
2015-01-03
1
-0
/
+19
*
libpayload: Provide selfboot function.
Hung-Te Lin
2014-12-30
2
-0
/
+36
*
libpayload: arm: Add EABI compatible utility functions.
Hung-Te Lin
2014-12-30
2
-0
/
+57
*
arm: Fix minor mistake in cache maintenance assembly
Julius Werner
2014-12-15
1
-1
/
+1
*
ARM: API to Map Physical Address to Wipe Memory above 4GB
Daisuke Nojiri
2014-12-09
1
-1
/
+116
*
libpayload: ARM: Keep track of the CPSR when exceptions happen.
Gabe Black
2014-12-09
2
-3
/
+8
*
libpayload: Make it possible to install callbacks for particular exceptions.
Gabe Black
2014-12-09
3
-81
/
+53
*
libpayload: arm: Pass the coreboot table location to the payload.
Gabe Black
2014-12-09
3
-24
/
+17
*
arm: Put assembly functions into separate sections
Julius Werner
2014-11-13
5
-19
/
+14
*
arm: Redesign, clarify and clean up cache related code
Julius Werner
2014-11-10
1
-67
/
+11
*
arm: Thumb ALL the things!
Julius Werner
2014-11-09
1
-1
/
+6
*
arm: Fix up new cache flush algorithm and replace dcache_*_all() with it
Julius Werner
2014-09-29
3
-126
/
+118
*
arm: Update mem* functions to newer versions
Julius Werner
2014-09-22
5
-74
/
+277
*
arm: Move libgcc assembly macros to arch/asm.h
Julius Werner
2014-09-22
2
-15
/
+13
*
libpayload: Add vboot handoff parsing on ARM
Stefan Reinauer
2014-09-22
1
-0
/
+11
*
arm: Put exception_stack into BSS
Julius Werner
2014-09-13
2
-53
/
+13
*
arm: Remove some pointless CFLAGS
Julius Werner
2014-09-12
1
-1
/
+1
*
tegra124/nyan: rougly stable code base
Gabe Black
2014-09-11
1
-6
/
+9
*
ARM: Generalize armv7 as arm.
Gabe Black
2014-09-08
17
-0
/
+1897