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
Age
Commit message (
Expand
)
Author
2013-01-15
libpayload: Style fixes
Stefan Reinauer
2013-01-04
Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".
Hung-Te Lin
2012-12-20
PDcurses: Delete automatically created (and unused) files
Stefan Reinauer
2012-12-20
libpayload: Another usb fix
Patrick Georgi
2012-12-19
libpayload: fix USB
Patrick Georgi
2012-12-19
libpayload: improved UHCI TD debugging
Anton Kochkov
2012-12-19
libpayload: improving OHCI TD/ED debugging
Anton Kochkov
2012-12-18
libpayload: Check if serial console h/w is present before using
Dave Frodin
2012-12-18
libpayload: Use usb_debug() to show USB messages
Dave Frodin
2012-12-18
libpayload: Update configs/defconfig file
Dave Frodin
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-13
coreinfo: Build libpayload from coreinfo makefile
Marc Jones
2012-12-13
libpayload: increase the default heap size
Dave Frodin
2012-12-12
coreinfo: changes to get the USB keyboard working
Dave Frodin
2012-12-10
libpayload: Fix use of virtual pointers in sysinfo
Nico Huber
2012-12-10
libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASS
Nico Huber
2012-12-08
coreinfo: Make better calls to libpayload build scripts
Marc Jones
2012-12-08
Clean up libpayload lpgcc and lpas scripts.
Marc Jones
2012-12-07
coreinfo: change the foreground/background colors
Dave Frodin
2012-12-07
libpayload: Don't let USB/PC/serial keyboards overwrite each other
Dave Frodin
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
libpayload: Remove unused FLAG_USED from memory allocator
Nico Huber
2012-11-30
libpayload: Fix lookup by label in CMOS layouts
Nico Huber
2012-11-30
Add multi-architecture support to cbfstool
David Hendricks
2012-11-27
libpayload: Add _ and + to USB HID keymap
Patrick Georgi
2012-11-24
libpayload: Fix interrupt-queue cleanup for OHCI
Nico Huber
2012-11-24
libpayload: Rework connection state detection for OHCI
Nico Huber
2012-11-24
libpayload: Handle errors in UHCI interrupt queues
Nico Huber
2012-11-24
libpayload: Handle underruns in UHCI interrupt queues
Nico Huber
2012-11-24
libpayload: Implement correct interrupt-queue linking for UHCI
Nico Huber
2012-11-23
libpayload: Make USB HID support multiple keyboards
Nico Huber
2012-11-23
libpayload: ehci: Prevent some race conditions
Nico Huber
2012-11-23
libpayload: Detach devices behind removed USB hubs
Nico Huber
2012-11-23
libpayload: More compliant error recovery in USB MSC
Nico Huber
2012-11-23
libpayload: Reduce error output from EHCI
Nico Huber
2012-11-23
libpayload: Fix random warnings
Nico Huber
2012-11-23
libpayload: ehci: Fix warnings about discarded volatile
Nico Huber
2012-11-23
libpayload: Fix some missing-prototype warnings
Nico Huber
2012-11-23
libpayload: Fix memalign() for fragmented alignment regions
Nico Huber
2012-11-19
Add nvramcui
Patrick Georgi
2012-11-15
libpayload: Always use virtual pointers in struct sysinfo_t
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: Do not call ohci_reset() from ohci_init()
Nico Huber
2012-11-14
libpayload: Free usb host controller instance after shutdown
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-12
libpayload: Use EXTRA_CFLAGS for additional GCC options
Gabe Black
2012-11-09
libpayload: Add an option to skip console initialization on startup.
Gabe Black
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
[PATCH] libpayload: Implement EHCI reset function
Anton Kochkov
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: Take usb_poll out of usb_initialize.
Gabe Black
2012-11-07
libpayload: Make usb_initialize more efficient and fix style problems.
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
libpayload: Add faster, architecture specific versions of memset and memcpy.
Gabe Black
2012-11-07
libpayload: Make the symbols in memory.c weak so they can be overridden.
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
Discard .note sections when linking.
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-10-16
Update SeaBIOS stable to the release-1.7.1 commit
Peter Stuge
2012-10-14
libpayload: CMOS access was implemented in a backward way
Patrick Georgi
2012-10-08
Increment revision of SeaBIOS to remove bashism
Stefan Tauner
2012-10-03
libpayload: Set 8bits per char for serial port
Anton Kochkov
2012-10-03
libpayload: UHCI driver contained too much magic
Patrick Georgi
2012-10-01
libpayload: fix for UHCI bulk transactions
Anton Kochkov
2012-09-28
libpayload: fix fetching integers from CMOS as string
Patrick Georgi
2012-09-28
libpayload: Don't leave temporary files behind
Patrick Georgi
2012-09-26
libpayload: Extend CMOS access library
Patrick Georgi
2012-09-21
Fix disconnect handling on UHCI root ports
Anton Kochkov
2012-09-21
UHCI: use proper pointer size
Anton Kochkov
2012-08-23
libpayload: add controller type in usbdev_hc
Anton Kochkov
2012-08-15
coreinfo: fix build error (TRIVIAL)
Alexandru Gagniuc
2012-07-27
libpayload: Fix typo
Patrick Georgi
2012-07-12
libpayload: Add reset function for OHCI USB driver
Anton Kochkov
2012-06-29
libpayload: OHCI driver correct PCI BAR reading
Anton Kochkov
2012-06-29
libpayload: use correct types in UHCI driver
Anton Kochkov
2012-06-22
libpayload: Adjust timeouts and delays in OHCI driver
Nico Huber
2012-06-22
libpayload: Add check for failure in usb_attach_device()
Nico Huber
2012-06-22
libpayload: Shutdown reasonably if we can't init usb msc device
Nico Huber
2012-06-21
libpayload: Add support for interrupt transfers in OHCI
Nico Huber
2012-06-21
libpayload: Fix initialization of OHCI driver
Nico Huber
2012-06-21
libpayload: Implement correct done queue processing for OHCI
Nico Huber
2012-06-21
libpayload: Correct interchanged parameters in OHCI driver
Nico Huber
2012-06-21
libpayload: Detach unresponsive usb mass storage devices
Nico Huber
2012-06-21
libpayload: Add dummy queue heads to EHCI interrupt frame list
Nico Huber
2012-06-21
libpayload: Add interrupt-queue underrun recovery to EHCI
Nico Huber
[next]