index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
arch
/
arm
Age
Commit message (
Expand
)
Author
2015-03-20
libpayload: Consolidate coreboot table parsing
Vadim Bendebury
2015-03-20
libpayload: Add board id parsing
Vadim Bendebury
2015-01-09
libpayload: Add remote GDB support
Julius Werner
2015-01-09
libpayload: Introduce new Kconfig to explicitly allow GPL code
Julius Werner
2015-01-09
libpayload: Rework exception hook interface
Julius Werner
2015-01-06
libpayload: arm: add code to clear bss
Vadim Bendebury
2015-01-03
arm: Fix stored PC value when handling exceptions
Julius Werner
2014-12-30
libpayload: Provide selfboot function.
Hung-Te Lin
2014-12-30
libpayload: arm: Add EABI compatible utility functions.
Hung-Te Lin
2014-12-15
arm: Fix minor mistake in cache maintenance assembly
Julius Werner
2014-12-09
ARM: API to Map Physical Address to Wipe Memory above 4GB
Daisuke Nojiri
2014-12-09
libpayload: ARM: Keep track of the CPSR when exceptions happen.
Gabe Black
2014-12-09
libpayload: Make it possible to install callbacks for particular exceptions.
Gabe Black
2014-12-09
libpayload: arm: Pass the coreboot table location to the payload.
Gabe Black
2014-11-13
arm: Put assembly functions into separate sections
Julius Werner
2014-11-10
arm: Redesign, clarify and clean up cache related code
Julius Werner
2014-11-09
arm: Thumb ALL the things!
Julius Werner
2014-09-29
arm: Fix up new cache flush algorithm and replace dcache_*_all() with it
Julius Werner
2014-09-22
arm: Update mem* functions to newer versions
Julius Werner
2014-09-22
arm: Move libgcc assembly macros to arch/asm.h
Julius Werner
2014-09-22
libpayload: Add vboot handoff parsing on ARM
Stefan Reinauer
2014-09-13
arm: Put exception_stack into BSS
Julius Werner
2014-09-12
arm: Remove some pointless CFLAGS
Julius Werner
2014-09-11
tegra124/nyan: rougly stable code base
Gabe Black
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black