index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
libc
Age
Commit message (
Expand
)
Author
2017-08-21
libpayload: add time()
Nicola Corna
2017-07-26
libpayload: Clean up unaligned memset() support
Nico Huber
2017-07-20
libpayload: Fix unaligned buffer logic in default_memset
Marshall Dawson
2017-07-13
libpayload: Support unaligned pointer for memcpy, memmove and memcmp
Jeremy Compostella
2017-07-12
libpayload: Support unaligned pointers for memset
Jeremy Compostella
2017-06-07
payloads: change coreboot to lowercase
Martin Roth
2017-04-19
libpayload/libc/console: Flush input driver buffer on init
Furquan Shaikh
2017-01-13
libpayload: Add VPD address into lib_sysinfo
Kan Yan
2016-09-08
libpayload: Fix strtok_r
Jeremy Compostella
2016-07-31
libpayload: Drop superfluous "continue"
Patrick Georgi
2016-04-06
libpayload/libc: Fix memset/sizeof usage
Jonathan Neuschäfer
2016-03-15
libpayload: Drop CONFIG_LP_CHROMEOS
Stefan Reinauer
2016-02-19
libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSC
Aaron Durbin
2015-08-19
libpayload: Fix default_memmove() implementation
Nico Huber
2015-08-10
libpayload: Fix compile error in time.c if nvram support is disabled
Patrick Georgi
2015-07-14
libpayload: store boot media information in sysinfo
Patrick Georgi
2015-07-14
libpayload: Add support for handling fmaps
Patrick Georgi
2015-06-30
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-06-23
libpayload: Parse MTC and fill mtc_start and mtc_size
Furquan Shaikh
2015-06-08
libpayload: retire LAR support
Patrick Georgi
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-06-05
lib: Unify log2() and related functions
Julius Werner
2015-04-22
libpayload: cros: add serial number from coreboot table
Stephen Barber
2015-04-17
libpayload: Take flash parameters from coreboot
Dan Ehrenberg
2015-03-21
libpayload: Add RAM code to sysinfo_t
David Hendricks
2015-03-21
libpayload: Add support for parsing RAMOOPS range from coreboot
Furquan Shaikh
2015-03-21
libpayload: make wifi calibration table available through sysinfo
Vadim Bendebury
2015-03-21
libpayload: provide basic 64bit division implementation
Vadim Bendebury
2015-03-20
libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplication
Vadim Bendebury
2015-03-20
libpayload: cros: include mac addresses in coreboot table
Vadim Bendebury
2015-03-20
libpayload: Consolidate coreboot table parsing
Vadim Bendebury
2015-03-20
libpayload console: Add check for already existing driver
Furquan Shaikh
2015-03-20
libpayload: UTF-16LE to ASCII conversion
Dan Ehrenberg
2015-03-20
libpayload: special case large memalign() requests
Aaron Durbin
2015-02-12
Use ALIGN_UP instead of manual alignment
Patrick Georgi
2015-01-12
libpayload: improve us timer accuracy
Vadim Bendebury
2015-01-09
libpayload: Reorder default memcpy, speed up memset and memcmp
Julius Werner
2015-01-09
libpayload: Add ability to unregister output driver
Julius Werner
2014-12-31
libpayload: Fix pointer related casts
Furquan Shaikh
2014-12-30
libpayload: fix printf handling of unsigned long long
Patrick Georgi
2014-12-22
libpayload: console: Allow output drivers to print whole strings at once
Julius Werner
2014-12-19
libpayload: hexdump: Use `p` as conversion specifier for pointers
Paul Menzel
2014-12-19
libpayload/libc/hexdump.c: Take `const void *memory` as argument
Paul Menzel
2014-09-15
libpayload: Add a timer_us() function.
Gabe Black
2014-09-15
libpayload: Add a new "die" function to fatally signal programming errors.
Gabe Black
2014-08-14
libpayload: dma_malloc: Prevent warm reboot problems and add debugging
Julius Werner
2014-08-14
libpayload: Make EHCI driver cache-aware
Julius Werner
2014-08-13
arm: libpayload: Add cache coherent DMA memory definition and management
Julius Werner
2014-08-10
libpayload: hexdump.c: Change type of length argument to size_t
Paul Menzel
2014-08-10
serial: Separate the serial hardware init and the serial console init.
Gabe Black
[next]