Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
1dcb697a24973be03453aded2923816e2f6aca62
/
payloads
086842a
Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".
by Hung-Te Lin
· 11 years ago
7299c13
PDcurses: Delete automatically created (and unused) files
by Stefan Reinauer
· 11 years ago
69e3de3
libpayload: Another usb fix
by Patrick Georgi
· 11 years ago
5fa7ea4
libpayload: fix USB
by Patrick Georgi
· 11 years ago
c62b69c
libpayload: improved UHCI TD debugging
by Anton Kochkov
· 11 years ago
cf7b63f
libpayload: improving OHCI TD/ED debugging
by Anton Kochkov
· 11 years ago
5056b6e
libpayload: Check if serial console h/w is present before using
by Dave Frodin
· 11 years ago
6bf11cf
libpayload: Use usb_debug() to show USB messages
by Dave Frodin
· 11 years ago
8024b65
libpayload: Update configs/defconfig file
by Dave Frodin
· 11 years ago
9f04317
libpayload: add kconfig.h
by Stefan Reinauer
· 11 years ago
8af0d03
libpayload: Initial ARMv7 port
by Stefan Reinauer
· 11 years ago
f6935a0
libpayload: rename i386 to x86
by Stefan Reinauer
· 11 years ago
9915b37
coreinfo: Build libpayload from coreinfo makefile
by Marc Jones
· 11 years ago
0b97f29
libpayload: increase the default heap size
by Dave Frodin
· 11 years ago
15a2c8f
coreinfo: changes to get the USB keyboard working
by Dave Frodin
· 11 years ago
593f577
libpayload: Fix use of virtual pointers in sysinfo
by Nico Huber
· 11 years ago
c95f2f5
libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASS
by Nico Huber
· 11 years ago
5d01b76
coreinfo: Make better calls to libpayload build scripts
by Marc Jones
· 11 years ago
bb9490a
Clean up libpayload lpgcc and lpas scripts.
by Marc Jones
· 11 years ago
1b0c352
coreinfo: change the foreground/background colors
by Dave Frodin
· 11 years ago
0a90861
libpayload: Don't let USB/PC/serial keyboards overwrite each other
by Dave Frodin
· 11 years ago
4b6be98
Change TARGET_I386 to ARCH_X86
by David Hendricks
· 11 years ago
0a92f89
fix #if for target architecture in libpayload
by David Hendricks
· 11 years ago
3665ace
libpayload: Remove unused FLAG_USED from memory allocator
by Nico Huber
· 11 years ago
0227dec
libpayload: Fix lookup by label in CMOS layouts
by Nico Huber
· 11 years ago
90ca3b6
Add multi-architecture support to cbfstool
by David Hendricks
· 11 years ago
28b900a
libpayload: Add _ and + to USB HID keymap
by Patrick Georgi
· 11 years ago
0c2364c
libpayload: Fix interrupt-queue cleanup for OHCI
by Nico Huber
· 11 years ago
b9917c2
libpayload: Rework connection state detection for OHCI
by Nico Huber
· 11 years ago
be58fee
libpayload: Handle errors in UHCI interrupt queues
by Nico Huber
· 11 years ago
8c4d2f3
libpayload: Handle underruns in UHCI interrupt queues
by Nico Huber
· 11 years ago
ce407e4
libpayload: Implement correct interrupt-queue linking for UHCI
by Nico Huber
· 11 years ago
cd587f1
libpayload: Make USB HID support multiple keyboards
by Nico Huber
· 11 years ago
af169f4
libpayload: ehci: Prevent some race conditions
by Nico Huber
· 11 years ago
b2db28b
libpayload: Detach devices behind removed USB hubs
by Nico Huber
· 11 years ago
ef88e10
libpayload: More compliant error recovery in USB MSC
by Nico Huber
· 11 years ago
86c686a
libpayload: Reduce error output from EHCI
by Nico Huber
· 11 years ago
e8a71d3
libpayload: Fix random warnings
by Nico Huber
· 11 years ago
4f83d1b
libpayload: ehci: Fix warnings about discarded volatile
by Nico Huber
· 11 years ago
ba22e4c
libpayload: Fix some missing-prototype warnings
by Nico Huber
· 11 years ago
7a32e88
libpayload: Fix memalign() for fragmented alignment regions
by Nico Huber
· 11 years ago
4b62ebe
Add nvramcui
by Patrick Georgi
· 11 years ago
425973c
libpayload: Always use virtual pointers in struct sysinfo_t
by Nico Huber
· 11 years ago
dd5979a
libpayload: Use #ifdef for CONFIG_* checks
by Nico Huber
· 11 years ago
6e711c6
libpayload: Add init() function to hci_t and rework uhci_reset()
by Nico Huber
· 11 years ago
aaa212d
libpayload: Do not call ohci_reset() from ohci_init()
by Nico Huber
· 11 years ago
d633dda
libpayload: Free usb host controller instance after shutdown
by Nico Huber
· 11 years ago
a482701
libpayload: Document USB host controller setup functions
by Nico Huber
· 11 years ago
45b94bc
libpayload: Export device count in storage interface
by Patrick Georgi
· 11 years ago
cd986c0
libpayload: Use EXTRA_CFLAGS for additional GCC options
by Gabe Black
· 11 years ago
4bb0731
libpayload: Add an option to skip console initialization on startup.
by Gabe Black
· 11 years ago
d94512e
libpayload: Add CB_ prefixes to some constants in coreboot_tables.h.
by Gabe Black
· 11 years ago
025667f
libpayload: Change "GPIOs" into flags.
by Gabe Black
· 11 years ago
2fef58e
[PATCH] libpayload: Implement EHCI reset function
by Anton Kochkov
· 11 years ago
8e7d7fd
libpayload: Add a function to retrieve the rows and cols of the video console.
by Gabe Black
· 11 years ago
dd9e4e5
libpayload: Separate video initialization and the video console.
by Gabe Black
· 11 years ago
a54b6a6
libpayload: Add support for the CBMEM in memory console.
by Gabe Black
· 11 years ago
0af03d2
Refactor the endianness conversion functions and header files.
by Gabe Black
· 12 years ago
d3890cc
Update libpayloads understanding of the coreboot tables.
by Gabe Black
· 12 years ago
93ded59
libpayload: Turn the "debug" #define into the usb_debug static inline function.
by Gabe Black
· 11 years ago
8670b9b
libpayload: Take usb_poll out of usb_initialize.
by Gabe Black
· 11 years ago
1b33c31
libpayload: Make usb_initialize more efficient and fix style problems.
by Gabe Black
· 11 years ago
78e15a3
libpayload: Add definitions for more config space registers.
by Gabe Black
· 11 years ago
e88e1ab
libpayload: Add the format attribute to functions in stdio.h.
by Gabe Black
· 11 years ago
5c27e82
libpayload: Fix the format string of the assert macro.
by Gabe Black
· 11 years ago
3b84086
libpayload: Add faster, architecture specific versions of memset and memcpy.
by Gabe Black
· 11 years ago
c324794
libpayload: Make the symbols in memory.c weak so they can be overridden.
by Gabe Black
· 11 years ago
5ab2005
Update the way serial info is read from the coreboot tables.
by Gabe Black
· 11 years ago
54c800a
Move the definition of ipchksum into its own header file.
by Gabe Black
· 11 years ago
b9edbbd
Discard .note sections when linking.
by Gabe Black
· 12 years ago
accc6a5
Include stdint.h in libpayload's rdtsc.h.
by Gabe Black
· 12 years ago
1f6bd94
libpayload: New AHCI, ATA and ATAPI drivers
by Nico Huber
· 11 years ago
9b48ef2
Update SeaBIOS stable to the release-1.7.1 commit
by Peter Stuge
· 11 years ago
d357e62
libpayload: CMOS access was implemented in a backward way
by Patrick Georgi
· 11 years ago
ec2c18e
Increment revision of SeaBIOS to remove bashism
by Stefan Tauner
· 11 years ago
93a8b27
libpayload: Set 8bits per char for serial port
by Anton Kochkov
· 11 years ago
d2cb7ea
libpayload: UHCI driver contained too much magic
by Patrick Georgi
· 11 years ago
efcb8de
libpayload: fix for UHCI bulk transactions
by Anton Kochkov
· 11 years ago
f78c700
libpayload: fix fetching integers from CMOS as string
by Patrick Georgi
· 11 years ago
82867d3
libpayload: Don't leave temporary files behind
by Patrick Georgi
· 11 years ago
08ed5a8
libpayload: Extend CMOS access library
by Patrick Georgi
· 11 years ago
1d66897
Fix disconnect handling on UHCI root ports
by Anton Kochkov
· 11 years ago
f6c8080
UHCI: use proper pointer size
by Anton Kochkov
· 11 years ago
1c36ead
libpayload: add controller type in usbdev_hc
by Anton Kochkov
· 11 years ago
811d661
coreinfo: fix build error (TRIVIAL)
by Alexandru Gagniuc
· 11 years ago
19e99f5
libpayload: Fix typo
by Patrick Georgi
· 11 years ago
db2c400
libpayload: Add reset function for OHCI USB driver
by Anton Kochkov
· 11 years ago
ac6e317
libpayload: OHCI driver correct PCI BAR reading
by Anton Kochkov
· 11 years ago
8fef662
libpayload: use correct types in UHCI driver
by Anton Kochkov
· 11 years ago
df28d9f
libpayload: Adjust timeouts and delays in OHCI driver
by Nico Huber
· 11 years ago
d8a6680
libpayload: Add check for failure in usb_attach_device()
by Nico Huber
· 11 years ago
445a3a0
libpayload: Shutdown reasonably if we can't init usb msc device
by Nico Huber
· 11 years ago
274c63e
libpayload: Add support for interrupt transfers in OHCI
by Nico Huber
· 11 years ago
542fe85
libpayload: Fix initialization of OHCI driver
by Nico Huber
· 11 years ago
9951ade
libpayload: Implement correct done queue processing for OHCI
by Nico Huber
· 11 years ago
ac8d550
libpayload: Correct interchanged parameters in OHCI driver
by Nico Huber
· 11 years ago
79e1f2f
libpayload: Detach unresponsive usb mass storage devices
by Nico Huber
· 12 years ago
3ca35ca
libpayload: Add dummy queue heads to EHCI interrupt frame list
by Nico Huber
· 11 years ago
0d120f8
libpayload: Add interrupt-queue underrun recovery to EHCI
by Nico Huber
· 11 years ago
cef8692
libpayload: Adjust timeout in EHCI driver
by Nico Huber
· 12 years ago
Next »