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
/
include
Age
Commit message (
Expand
)
Author
2013-12-05
libpayload: sync ARMv7 arch/io.h with coreboot
Stefan Reinauer
2013-12-03
Drop obsolete CONSOLE_LOGBUF
Stefan Reinauer
2013-11-26
libpayload: Drop PowerPC architecture
Stefan Reinauer
2013-11-25
libpayload: usb mass storage card hot plug
Aaron Durbin
2013-11-25
libpayload: Add USB support for non-PCI controllers
Stefan Reinauer
2013-11-25
Make ssize_t an actual ssize_t
Stefan Reinauer
2013-11-25
armv7: import updated cache/MMU stuff from coreboot
David Hendricks
2013-11-10
libpayload: add memory clobber to ins{b,w,l}
Gerd Hoffmann
2013-08-26
libpayload: Add a few more PCI constants
Stefan Tauner
2013-08-15
CBFS: Change the signature of cbfs_decompress.
Gabe Black
2013-06-28
libpayload: Add strerror
Stefan Tauner
2013-06-27
libpayload: Add more integer limits
Stefan Tauner
2013-06-27
libpayload: Fix whitespace errors
Stefan Tauner
2013-06-13
libpayload: usb: Add interval attribute to endpoints
Nico Huber
2013-06-13
libpayload: Redirect USB slave init through controller driver
Patrick Georgi
2013-06-13
libpayload: Add enum for USB speeds
Nico Huber
2013-04-20
Eliminate use of pointers in coreboot table
Stefan Reinauer
2013-04-18
libpayload: Don't sneak in compiler includes
Stefan Reinauer
2013-04-02
libpayload: cbfs_core.h: Add missing third person s in »it need*s*«
Paul Menzel
2013-03-30
armv7: import updated cache/MMU stuff from coreboot
David Hendricks
2013-03-30
armv7: import new cache maintenance API from coreboot
David Hendricks
2013-03-29
libpayload: add x86 ROM variable MTRR support
Aaron Durbin
2013-03-26
libpayload: Fix type issues
Stefan Reinauer
2013-03-22
libpayload: Add comments on virtual pointers in lib_sysinfo
Nico Huber
2013-03-18
libpayload: Make keycode constants available outside of curses.h.
Gabe Black
2013-03-14
libpayload: add support for vboot_handoff
Aaron Durbin
2013-03-14
libpayload: Turn the endian conversion macros into functions.
Gabe Black
2013-03-14
libpayload: Generalize and redistribute timekeeping code
Gabe Black
2013-03-13
libpayload: Add size_t and ssize_t types for ARM and x86
Gabe Black
2013-03-13
libpayload: Add usb_generic_(create|remove) functions for unrecognized devices
Gabe Black
2013-03-13
libpayload: Start using only internal and compiler headers.
Ronald G. Minnich
2013-03-13
libpayload: Add more parenthesis to the endian conversion macros
Gabe Black
2013-03-13
libpayload: Make the source for lzma decompression const
Gabe Black
2013-03-13
libpayloads: Provide BSD/glibc style endian functions.
Hung-Te Lin
2013-03-04
libpayload: Catch exceptions and print out an error message.
Ronald G. Minnich
2013-02-26
libpayload: Add a pointer for user data on the USB MSC data structure.
Gabe Black
2013-02-15
libpayload: Use the same type for 32 bit data in readl as in uint32_t.
Ronald G. Minnich
2013-02-12
libpayload: New CBFS to support multiple firmware media sources.
Hung-Te Lin
2013-01-04
Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".
Hung-Te Lin
2012-12-14
libpayload: add kconfig.h
Stefan Reinauer
2012-12-14
libpayload: Initial ARMv7 port
Stefan Reinauer
2012-12-14
libpayload: rename i386 to x86
Stefan Reinauer
2012-12-10
libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASS
Nico Huber
2012-11-30
Change TARGET_I386 to ARCH_X86
David Hendricks
2012-11-30
fix #if for target architecture in libpayload
David Hendricks
2012-11-30
Add multi-architecture support to cbfstool
David Hendricks
2012-11-23
libpayload: Fix some missing-prototype warnings
Nico Huber
2012-11-15
libpayload: Use #ifdef for CONFIG_* checks
Nico Huber
2012-11-14
libpayload: Add init() function to hci_t and rework uhci_reset()
Nico Huber
2012-11-14
libpayload: Document USB host controller setup functions
Nico Huber
2012-11-14
libpayload: Export device count in storage interface
Patrick Georgi
2012-11-09
libpayload: Add CB_ prefixes to some constants in coreboot_tables.h.
Gabe Black
2012-11-09
libpayload: Change "GPIOs" into flags.
Gabe Black
2012-11-09
libpayload: Add a function to retrieve the rows and cols of the video console.
Gabe Black
2012-11-09
libpayload: Separate video initialization and the video console.
Gabe Black
2012-11-09
libpayload: Add support for the CBMEM in memory console.
Gabe Black
2012-11-08
Refactor the endianness conversion functions and header files.
Gabe Black
2012-11-08
Update libpayloads understanding of the coreboot tables.
Gabe Black
2012-11-07
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-11-07
libpayload: Add definitions for more config space registers.
Gabe Black
2012-11-07
libpayload: Add the format attribute to functions in stdio.h.
Gabe Black
2012-11-07
libpayload: Fix the format string of the assert macro.
Gabe Black
2012-11-07
Update the way serial info is read from the coreboot tables.
Gabe Black
2012-11-07
Move the definition of ipchksum into its own header file.
Gabe Black
2012-11-07
Include stdint.h in libpayload's rdtsc.h.
Gabe Black
2012-10-27
libpayload: New AHCI, ATA and ATAPI drivers
Nico Huber
2012-09-26
libpayload: Extend CMOS access library
Patrick Georgi
2012-08-23
libpayload: add controller type in usbdev_hc
Anton Kochkov
2012-06-22
libpayload: Shutdown reasonably if we can't init usb msc device
Nico Huber
2012-06-21
libpayload: Detach unresponsive usb mass storage devices
Nico Huber
2012-06-07
libpayload: Add support for split transactions in EHCI
Nico Huber
2012-06-01
libpayload: Add clear_feature() function to USB framework
Nico Huber
2012-02-17
libpayload: enforce const correctness for CMOS getter/setter
Mathias Krause
2012-02-03
libpayload: Add iterators for CMOS variables
Patrick Georgi
2012-02-03
libpayload: Expose options_checksum_valid
Patrick Georgi
2012-02-03
libpayload: Provide interpretation of CMOS data structures
Patrick Georgi
2012-02-02
libpayload: Add access to CMOS images in memory space
Patrick Georgi
2012-02-02
libpayload: Refactor highlevel CMOS access
Patrick Georgi
2012-01-26
libpayload: Allow using CBFS functions on images in RAM
Patrick Georgi
2012-01-07
Cleanup access to vendor/part # info
Philip Prindeville
2011-12-24
Let lib_get_sysinfo() pass through the success of get_coreboot_info()
Philip Prindeville
2011-12-24
Fix missing cast back to void *
Philip Prindeville
2011-12-24
Use convenience function to checksum
Philip Prindeville
2011-12-24
Replace UNPACK_CB64 macro with inline
Philip Prindeville
2011-12-13
libpayload: add set_option() function
Patrick Georgi
2011-11-04
libpayload: Implement usb_exit
Patrick Georgi
2011-11-04
libpayload: Drop usb_fatal()
Patrick Georgi
2011-11-03
libpayload: Reduce verbosity in USB stack
Mathias Krause
2011-11-03
libpayload: Put coreboot version into lib_sysinfo
Mathias Krause
2011-11-01
libpayload: remove trailing whitespace and run dos2unix
Stefan Reinauer
2011-10-21
Extend coreboot table entry for serial ports
Stefan Reinauer
2011-09-14
libpayload: Add get_option_from()
Patrick Georgi
2011-08-18
libpayload: export get_cbfs_header()
Patrick Georgi
2011-08-17
libpayload: Some more compatibility (for flashrom)
Patrick Georgi
2011-08-04
libpayload: Add liblzma, libcbfs
Patrick Georgi
2011-08-04
libpayload: Add PDCurses and ncurses' libform/libmenu
Patrick Georgi
2011-07-20
libpayload: Provide dummy getenv()
Patrick Georgi
2011-07-16
libpayload: Improve compatibility
Patrick Georgi
2011-07-11
libpayload: Add qsort()
Patrick Georgi
2011-07-07
libpayload: Don't declare mouse support in tinycurses
Patrick Georgi
[next]