index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
payloads
Commit message (
Expand
)
Author
Age
Files
Lines
*
libpayload: Initial ARMv7 port
Stefan Reinauer
2012-12-14
26
-81
/
+1535
*
libpayload: rename i386 to x86
Stefan Reinauer
2012-12-14
20
-4
/
+4
*
coreinfo: Build libpayload from coreinfo makefile
Marc Jones
2012-12-13
1
-6
/
+19
*
libpayload: increase the default heap size
Dave Frodin
2012-12-13
1
-1
/
+1
*
coreinfo: changes to get the USB keyboard working
Dave Frodin
2012-12-12
1
-0
/
+7
*
libpayload: Fix use of virtual pointers in sysinfo
Nico Huber
2012-12-10
1
-1
/
+1
*
libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASS
Nico Huber
2012-12-10
1
-1
/
+1
*
coreinfo: Make better calls to libpayload build scripts
Marc Jones
2012-12-08
1
-26
/
+25
*
Clean up libpayload lpgcc and lpas scripts.
Marc Jones
2012-12-08
2
-9
/
+35
*
coreinfo: change the foreground/background colors
Dave Frodin
2012-12-07
1
-2
/
+3
*
libpayload: Don't let USB/PC/serial keyboards overwrite each other
Dave Frodin
2012-12-07
1
-2
/
+2
*
Change TARGET_I386 to ARCH_X86
David Hendricks
2012-11-30
9
-13
/
+13
*
fix #if for target architecture in libpayload
David Hendricks
2012-11-30
1
-1
/
+1
*
libpayload: Remove unused FLAG_USED from memory allocator
Nico Huber
2012-11-30
1
-5
/
+9
*
libpayload: Fix lookup by label in CMOS layouts
Nico Huber
2012-11-30
1
-1
/
+1
*
Add multi-architecture support to cbfstool
David Hendricks
2012-11-30
2
-7
/
+20
*
libpayload: Add _ and + to USB HID keymap
Patrick Georgi
2012-11-27
1
-1
/
+1
*
libpayload: Fix interrupt-queue cleanup for OHCI
Nico Huber
2012-11-24
1
-10
/
+27
*
libpayload: Rework connection state detection for OHCI
Nico Huber
2012-11-24
1
-5
/
+14
*
libpayload: Handle errors in UHCI interrupt queues
Nico Huber
2012-11-24
1
-2
/
+2
*
libpayload: Handle underruns in UHCI interrupt queues
Nico Huber
2012-11-24
1
-0
/
+5
*
libpayload: Implement correct interrupt-queue linking for UHCI
Nico Huber
2012-11-24
1
-19
/
+30
*
libpayload: Make USB HID support multiple keyboards
Nico Huber
2012-11-23
1
-26
/
+32
*
libpayload: ehci: Prevent some race conditions
Nico Huber
2012-11-23
1
-1
/
+7
*
libpayload: Detach devices behind removed USB hubs
Nico Huber
2012-11-23
1
-0
/
+11
*
libpayload: More compliant error recovery in USB MSC
Nico Huber
2012-11-23
1
-6
/
+2
*
libpayload: Reduce error output from EHCI
Nico Huber
2012-11-23
1
-1
/
+1
*
libpayload: Fix random warnings
Nico Huber
2012-11-23
2
-3
/
+5
*
libpayload: ehci: Fix warnings about discarded volatile
Nico Huber
2012-11-23
1
-12
/
+12
*
libpayload: Fix some missing-prototype warnings
Nico Huber
2012-11-23
2
-1
/
+2
*
libpayload: Fix memalign() for fragmented alignment regions
Nico Huber
2012-11-23
1
-0
/
+3
*
Add nvramcui
Patrick Georgi
2012-11-19
2
-0
/
+254
*
libpayload: Always use virtual pointers in struct sysinfo_t
Nico Huber
2012-11-15
3
-16
/
+13
*
libpayload: Use #ifdef for CONFIG_* checks
Nico Huber
2012-11-15
4
-9
/
+11
*
libpayload: Add init() function to hci_t and rework uhci_reset()
Nico Huber
2012-11-14
5
-0
/
+26
*
libpayload: Do not call ohci_reset() from ohci_init()
Nico Huber
2012-11-14
2
-2
/
+0
*
libpayload: Free usb host controller instance after shutdown
Nico Huber
2012-11-14
1
-0
/
+3
*
libpayload: Document USB host controller setup functions
Nico Huber
2012-11-14
1
-0
/
+9
*
libpayload: Export device count in storage interface
Patrick Georgi
2012-11-14
2
-0
/
+6
*
libpayload: Use EXTRA_CFLAGS for additional GCC options
Gabe Black
2012-11-12
1
-1
/
+1
*
libpayload: Add an option to skip console initialization on startup.
Gabe Black
2012-11-09
3
-4
/
+14
*
libpayload: Add CB_ prefixes to some constants in coreboot_tables.h.
Gabe Black
2012-11-09
2
-11
/
+11
*
libpayload: Change "GPIOs" into flags.
Gabe Black
2012-11-09
1
-2
/
+4
*
[PATCH] libpayload: Implement EHCI reset function
Anton Kochkov
2012-11-09
2
-1
/
+18
*
libpayload: Add a function to retrieve the rows and cols of the video console.
Gabe Black
2012-11-09
2
-0
/
+11
*
libpayload: Separate video initialization and the video console.
Gabe Black
2012-11-09
2
-16
/
+24
*
libpayload: Add support for the CBMEM in memory console.
Gabe Black
2012-11-09
6
-0
/
+72
*
Refactor the endianness conversion functions and header files.
Gabe Black
2012-11-08
12
-97
/
+175
*
Update libpayloads understanding of the coreboot tables.
Gabe Black
2012-11-08
4
-0
/
+176
*
libpayload: Turn the "debug" #define into the usb_debug static inline function.
Gabe Black
2012-11-07
14
-125
/
+129
[next]