Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
04d6e01d43626383fb80936ef1237df67cf23ca1
/
payloads
001056f
ARM: Tell the linker memset and memcpy are functions.
by Gabe Black
· 10 years ago
c9246da
libpayload: Add strerror
by Stefan Tauner
· 10 years ago
cb47d89
libpayload: Add more integer limits
by Stefan Tauner
· 10 years ago
3509ad3
libpayload: Fix whitespace errors
by Stefan Tauner
· 10 years ago
6a00836
libpayload: Use longer delay in tinycurses' wgetch()
by Nico Huber
· 10 years ago
cb76136
libpayload: Make lpgcc wrapper usable for in-tree builds
by Patrick Georgi
· 10 years ago
354066e
libpayload: ahci: Increase timeout for signature reading
by Nico Huber
· 10 years ago
a00f983
libpayload: ahci: Fix command engine shutdown
by Nico Huber
· 10 years ago
9029265
libpayload: Fill gaps in the xHCI driver
by Nico Huber
· 10 years ago
5736fab
libpayload: Port usb hub driver to use the generic code
by Nico Huber
· 10 years ago
0b78de2
libpayload: Add a generic driver for usb hubs
by Nico Huber
· 10 years ago
aee44fa
libpayload: usb: Add interval attribute to endpoints
by Nico Huber
· 10 years ago
482af6d
libpayload: Redirect USB slave init through controller driver
by Patrick Georgi
· 10 years ago
4fc7b6c
libpayload: Add enum for USB speeds
by Nico Huber
· 10 years ago
735f55c
libpayload: usb: Skip non-endpoint descriptors during init
by Nico Huber
· 10 years ago
5d1edf6
libpayload: Whitelist Mobile Panther Point AHCI controller
by Nico Huber
· 10 years ago
ce809b9
fix tinycurses
by Patrick Georgi
· 10 years ago
adc300d
libpayload: Fix the logic for hardware-less serial consoles
by Dave Frodin
· 10 years ago
37f8c3a
cbfs_core.c: make cfbs searches even less verbose
by Dave Frodin
· 10 years ago
3eddcff
libpayload: make searching for a file less verbose
by Aaron Durbin
· 10 years ago
642b1db7
Eliminate use of pointers in coreboot table
by Stefan Reinauer
· 10 years ago
6ceed09
libpayload: Don't sneak in compiler includes
by Stefan Reinauer
· 10 years ago
109a710
libpayload: storage.c: Fix typo in st*orage in comment
by Paul Menzel
· 10 years ago
9e8af58
libpayload: Handle multifunction bridge devices better.
by Gabe Black
· 11 years ago
72ef888
libpayload, superiotool: README: Prepend `coreboot/` to path of change directory line
by Paul Menzel
· 10 years ago
032daad
libpayload: cbfs_core.h: Add missing third person s in »it need*s*«
by Paul Menzel
· 10 years ago
bab0a0b
PDCurses: pdcscrn.c: Use `#ifdef` instead of `#if CONFIG_SPEAKER`
by Paul Menzel
· 10 years ago
08e3656
armv7: import updated cache/MMU stuff from coreboot
by David Hendricks
· 10 years ago
2fba5e2
armv7: import new cache maintenance API from coreboot
by David Hendricks
· 10 years ago
a09760e
libpayload: add x86 ROM variable MTRR support
by Aaron Durbin
· 10 years ago
0a527e7
libpayload: Fix prototype warnings in PDCurses
by Stefan Reinauer
· 10 years ago
c7b6d7d
libpayload: Fix type issues
by Stefan Reinauer
· 10 years ago
e21f5e1
libpayload: fix size_t handling
by Stefan Reinauer
· 10 years ago
a6c495e
libpayload: Fix const warnings in keyname() and termname()
by Stefan Reinauer
· 10 years ago
8d225f1
libpayload: Fix variable shadowing in PDCurses
by Stefan Reinauer
· 10 years ago
0fef4fe
libpayload: Fix missing prototype warning for Xinitscr()
by Stefan Reinauer
· 10 years ago
d5c79f9
libpayload: Fix unused function warning in EHCI stack
by Stefan Reinauer
· 10 years ago
04d352d
libpayload: Fix Config.in warning
by Stefan Reinauer
· 10 years ago
59c020a
libpayload: fix use-after-free in usb_exit()
by Mathias Krause
· 10 years ago
7a9da71
libpayload: EHCI - detach controller in ehci_shutdown()
by Mathias Krause
· 10 years ago
d1cc812
libpayload: Add comments on virtual pointers in lib_sysinfo
by Nico Huber
· 10 years ago
36b6f36
libpayload: initial test case + tiny "framework"
by Patrick Georgi
· 10 years ago
c322118
cbfs: Change false ERROR print to a WARNING.
by Shawn Nematbakhsh
· 10 years ago
f06111a
libpayload: Fix the config file dependency in the Makefile template
by Gabe Black
· 10 years ago
a2d786f
libpayload: Make keycode constants available outside of curses.h.
by Gabe Black
· 10 years ago
5ca4f41
libpayload: add support for vboot_handoff
by Aaron Durbin
· 10 years ago
1cb414d
libpayload: Turn the endian conversion macros into functions.
by Gabe Black
· 10 years ago
5c0b7ab
libpayload: Generalize and redistribute timekeeping code
by Gabe Black
· 10 years ago
6a0b361
libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUG
by Gabe Black
· 10 years ago
cc86e63
libpayload: Don't declare the loop counter within the for loop
by Gabe Black
· 10 years ago
00e5da6
libpayload: Don't do unaligned accesses during LZMA decompression
by Gabe Black
· 10 years ago
903f8e0
libpayload: Add size_t and ssize_t types for ARM and x86
by Gabe Black
· 10 years ago
a0e2797
libpayload: Move over to the payload's stack during startup
by Gabe Black
· 10 years ago
49ff3c5
libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPC
by Gabe Black
· 10 years ago
dc9e77f
libpayload: Add usb_generic_(create|remove) functions for unrecognized devices
by Gabe Black
· 10 years ago
69eea7c
libpayload: Split EHCI bulk transfers on packet boundaries over qTDs
by Julius Werner
· 10 years ago
716375d
libpayload: add support for 64-bit EHCI controllers
by Vincent Palatin
· 11 years ago
613c0f6
libpayload: Stub out time keeping functions for ARM as well
by Gabe Black
· 10 years ago
1617e1f
libpayload: If no video drivers initialize in video_init, return 1.
by Gabe Black
· 10 years ago
b7b57d9
libpayload: If there's no IO address space, don't try to use it for serial
by Gabe Black
· 10 years ago
d8d4d11
libpayload: If there's no IO space, complain if the serial claims to use it
by Gabe Black
· 10 years ago
1c11712
libpayload: Consolidate io vs. mem mapped serial into accessor functions
by Gabe Black
· 10 years ago
d267987
libpayload: Make whether or not there's an IO address space configurable
by Gabe Black
· 10 years ago
ba949d3
libpayload: Start using only internal and compiler headers.
by Ronald G. Minnich
· 10 years ago
2def262
libpayload: Add more parenthesis to the endian conversion macros
by Gabe Black
· 10 years ago
b53a73e
libpayload: Make the source for lzma decompression const
by Gabe Black
· 10 years ago
e112b74
libpayloads: Provide BSD/glibc style endian functions.
by Hung-Te Lin
· 10 years ago
e0c9741
libpayload: Remove unnecessary include of arch/msr.h
by Gabe Black
· 10 years ago
2c2c4fa
libpayload: In the USBMSC read_capacity function, make buf an array of u32.
by Gabe Black
· 10 years ago
db2e3aa
libpayload: Fix reading x86 CBFS images from RAM
by Patrick Georgi
· 10 years ago
c8e4284
libpayload: Turn on thumb interworking in libpayload.
by Gabe Black
· 10 years ago
9907c6e
libpayload: Catch exceptions and print out an error message.
by Ronald G. Minnich
· 10 years ago
1a43309
bump SeaBIOS to 1.7.2.1
by Idwer Vollering
· 10 years ago
d895827
libpayload: Mark "halt" as a function.
by Gabe Black
· 10 years ago
a46a712
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
by Paul Menzel
· 10 years ago
ef650a5
libpayload: Check for completion more often in ehci_set_periodic_schedule.
by Gabe Black
· 11 years ago
89ccc92
libpayload: Add a pointer for user data on the USB MSC data structure.
by Gabe Black
· 11 years ago
37ef52d
libpayload: Correct a constant used for scanning for USB controllers.
by Gabe Black
· 11 years ago
b4523bb
libpayload: Change the measurement interval for get_cpu_speed to 2 ms.
by Gabe Black
· 11 years ago
fbf0783
libpayload: cbfs: Fix CBFS max size calculation.
by Hung-Te Lin
· 10 years ago
c9f35f5
libpayload: Fix license headers
by Stefan Reinauer
· 10 years ago
46cb96bb
libpayload: libcbfs: Fix legacy CBFS API, typos
by Patrick Georgi
· 10 years ago
7b69454
libpayload: only compile drivers/serial.c on machines that use it.
by Ronald G. Minnich
· 10 years ago
8deb5c6
libpayload: Use the same type for 32 bit data in readl as in uint32_t.
by Ronald G. Minnich
· 10 years ago
1a29c1e
libpayload: fix compiler flags
by Ronald G. Minnich
· 10 years ago
2cc105c
libpayload: get time to compile cross-arch
by Ronald G. Minnich
· 10 years ago
c1ee864
libpayload: make functions static that are unused outside memory.c
by Ronald G. Minnich
· 10 years ago
f2e10cb
libpayload: Use an appropriate range of memory when looking for cb tables.
by Ronald G. Minnich
· 10 years ago
2149ad3
libpayload: add a ldscript for arm
by Ronald G. Minnich
· 10 years ago
c2e8cf5
libpayload; put the ldscript into an arch-dependent directory path
by Ronald G. Minnich
· 10 years ago
d01d036
libpayload: New CBFS to support multiple firmware media sources.
by Hung-Te Lin
· 10 years ago
e876819
Fix libpayload xcompile xgcc path
by Marc Jones
· 10 years ago
c07fb15
libpayload: add EHCI QH/qTD debugging
by Anton Kochkov
· 10 years ago
e1ea515
libpayload: Update README with Git repository URL and directory location
by Paul Menzel
· 11 years ago
cc5b344
Project PIANO aka tianocoreboot
by Stefan Reinauer
· 10 years ago
658e4d3
libpayload: use $(DOTCONFIG) instead of .config
by Stefan Reinauer
· 10 years ago
09e16dc
libpayload: Style fixes
by Stefan Reinauer
· 10 years ago
086842a
Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".
by Hung-Te Lin
· 10 years ago
7299c13
PDcurses: Delete automatically created (and unused) files
by Stefan Reinauer
· 10 years ago
69e3de3
libpayload: Another usb fix
by Patrick Georgi
· 10 years ago
Next »