| .. |
|
arm/arch
|
Rename __attribute__((packed)) --> __packed
|
2017-07-13 19:45:59 +00:00 |
|
arm64/arch
|
libpayload: arm64: Make exception handling closer to arm32
|
2018-10-12 20:17:28 +00:00 |
|
arpa
|
Refactor the endianness conversion functions and header files.
|
2012-11-08 19:49:51 +01:00 |
|
pci
|
libpayload: Add pci_free_dev() and some boilerplate
|
2017-12-07 21:51:24 +00:00 |
|
storage
|
payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
|
2019-03-07 17:15:30 +00:00 |
|
sys
|
libpayload/sys/types.h: Add definition for off_t
|
2019-02-13 12:03:03 +00:00 |
|
udc
|
tree: drop last paragraph of GPL copyright header
|
2015-10-31 21:37:39 +01:00 |
|
usb
|
libpayload/usb: add USB 3.1 GEN2 support
|
2019-08-27 07:21:00 +00:00 |
|
x86/arch
|
libpayload/apic: Only ACK interrupts triggered by the APIC
|
2018-10-04 15:24:20 +00:00 |
|
archive.h
|
libpayload: add archive.h
|
2015-12-16 19:00:53 +01:00 |
|
assert.h
|
libpayload: Fix the format string of the assert macro.
|
2012-11-07 18:36:05 +01:00 |
|
cbfs.h
|
tree: drop last paragraph of GPL copyright header
|
2015-10-31 21:37:39 +01:00 |
|
cbfs_core.h
|
util/cbfstool: Add optional argument ibb
|
2019-10-18 15:37:37 +00:00 |
|
cbfs_ram.h
|
tree: drop last paragraph of GPL copyright header
|
2015-10-31 21:37:39 +01:00 |
|
cbgfx.h
|
detachables: Add invert parameter
|
2017-05-25 18:23:56 +02:00 |
|
compiler.h
|
Make common macros double-evaluation safe
|
2019-04-04 19:38:31 +00:00 |
|
coreboot_tables.h
|
libpayload: refactor fetching cbmem pointers
|
2019-10-03 15:27:30 +00:00 |
|
ctype.h
|
Attached patch moves functions out of the huge libpayload.h into headers
|
2010-06-24 11:16:10 +00:00 |
|
die.h
|
libpayload: Add a new "die" function to fatally signal programming errors.
|
2014-09-15 17:37:13 +02:00 |
|
endian.h
|
payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
|
2019-03-07 17:15:30 +00:00 |
|
errno.h
|
Attached patch moves functions out of the huge libpayload.h into headers
|
2010-06-24 11:16:10 +00:00 |
|
exception.h
|
libpayload/x86/exception: Add ability to handle user defined interrupts
|
2018-09-10 15:01:04 +00:00 |
|
fmap_serialized.h
|
fmap: Add FMAP_AREA_PRESERVE
|
2019-03-04 13:25:01 +00:00 |
|
gdb.h
|
libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32
|
2018-10-12 20:17:40 +00:00 |
|
getopt.h
|
Since some people disapprove of white space cleanups mixed in regular commits
|
2010-04-27 06:56:47 +00:00 |
|
inttypes.h
|
libpayload: Start using only internal and compiler headers.
|
2013-03-13 22:04:44 +01:00 |
|
ipchksum.h
|
libpayload: Add a new "die" function to fatally signal programming errors.
|
2014-09-15 17:37:13 +02:00 |
|
kconfig.h
|
Add new CONFIG(XXX) macro to replace IS_ENABLED(CONFIG_XXX)
|
2019-03-07 17:06:28 +00:00 |
|
keycodes.h
|
libpayload: Make keycode constants available outside of curses.h.
|
2013-03-18 20:45:48 +01:00 |
|
libpayload.h
|
libpayload: Add BIT(x) macro definition
|
2019-11-28 10:51:49 +00:00 |
|
limits.h
|
libpayload: limits.h: Provide reliable definitions for all XXX_MAX/MIN
|
2019-04-10 10:43:27 +00:00 |
|
lz4.h
|
cbfs: Add LZ4 in-place decompression support for pre-RAM stages
|
2016-02-22 21:38:37 +01:00 |
|
lzma.h
|
LZMA: Add a version of ulzma which takes the input and output buffer sizes.
|
2014-08-10 22:29:51 +02:00 |
|
malloc.h
|
libpayload: Provide atol(), malloc.h
|
2011-07-07 22:29:53 +02:00 |
|
multiboot_tables.h
|
libpayload: multiboot - support meminfo flag
|
2017-02-17 18:20:38 +01:00 |
|
panel.h
|
libpayload: Add PDCurses and ncurses' libform/libmenu
|
2011-08-04 08:10:41 +02:00 |
|
pci.h
|
libpayload: Add definitions for more config space registers.
|
2012-11-07 18:36:27 +01:00 |
|
queue.h
|
payloads: Remove/fix trailing whitespace
|
2018-09-04 12:38:40 +00:00 |
|
stdarg.h
|
libpayload: Don't sneak in compiler includes
|
2013-04-18 02:50:28 +02:00 |
|
stddef.h
|
libpayload/libc/time: Add an arch_ndelay()
|
2018-09-12 14:15:18 +00:00 |
|
stdint.h
|
libpayload: Add ptrdiff_t typedef
|
2015-10-20 16:50:25 +02:00 |
|
stdio.h
|
Rename __attribute__((packed)) --> __packed
|
2017-07-13 19:45:59 +00:00 |
|
stdlib.h
|
libpayload: Deduplicate strtol and strtoull
|
2019-04-10 10:44:31 +00:00 |
|
string.h
|
libpayload/libc: Tidy utf16le_to_ascii
|
2019-07-23 09:09:45 +00:00 |
|
strings.h
|
libpayload: Revive ffs()
|
2015-09-10 20:11:33 +00:00 |
|
swab.h
|
libpayload: arch/mips: Add basic MIPS architecture support
|
2015-03-21 11:07:50 +01:00 |
|
sysinfo.h
|
libpayload: Add fmap_cache to sysinfo_t
|
2019-10-02 11:26:53 +00:00 |
|
term.h
|
libpayload: remove trailing whitespace and run dos2unix
|
2011-11-01 19:08:23 +01:00 |
|
time.h
|
libpayload: add time()
|
2017-08-21 16:53:20 +00:00 |
|
unistd.h
|
libpayload: Don't sneak in compiler includes
|
2013-04-18 02:50:28 +02:00 |
|
video_console.h
|
Add coreboot framebuffer support to libpayload
|
2010-03-25 18:56:26 +00:00 |