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
Age
Commit message (
Expand
)
Author
2014-10-17
libpayload: Don't use default path for kconfig
Nico Huber
2014-10-17
libpayload: Fix missed CONFIG_ -> CONFIG_LP_ substitutions
Nico Huber
2014-10-16
libpayload: also support armv7-a toolchain
Patrick Georgi
2014-10-02
libpayload: usb: xhci: Treat port reset as a port status change
Shawn Nematbakhsh
2014-10-02
libpayload: usb: Remove generic roothub reset port function
Shawn Nematbakhsh
2014-09-29
libpayload: Build libpayload with debugging info turned up all the way.
Gabe Black
2014-09-29
arm: Fix up new cache flush algorithm and replace dcache_*_all() with it
Julius Werner
2014-09-25
libpayload: Add missing cache API stub to x86
Julius Werner
2014-09-22
arm: Update mem* functions to newer versions
Julius Werner
2014-09-22
arm: Move libgcc assembly macros to arch/asm.h
Julius Werner
2014-09-22
libpayload: Add vboot handoff parsing on ARM
Stefan Reinauer
2014-09-15
libpayload: x86: Add support for catching processor exceptions.
Gabe Black
2014-09-15
libpayload: Add a timer_us() function.
Gabe Black
2014-09-15
libpayload: Add wrappers for malloc which check its return value.
Gabe Black
2014-09-15
libpayload: Add a new "die" function to fatally signal programming errors.
Gabe Black
2014-09-13
arm: Put exception_stack into BSS
Julius Werner
2014-09-12
arm: Remove some pointless CFLAGS
Julius Werner
2014-09-11
tegra124/nyan: rougly stable code base
Gabe Black
2014-09-10
libpayload: usbhid: Fix typo on descriptor parsing
Julius Werner
2014-09-10
libpayload: ehci: Fix byte count in dump_td()
Julius Werner
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black
2014-09-04
build: add what-jenkins-does target
Patrick Georgi
2014-09-04
libpayload: usb: Refactor USB enumeration to fix SuperSpeed devices
Julius Werner
2014-09-04
libpayload: usb: Unify USB speed between XHCI stack and USB core
Julius Werner
2014-08-31
libpayload: xhci: Ensure to reset dequeue pointer on stopped endpoints
Julius Werner
2014-08-29
arm: libpayload: Make cache invalidation take pointers instead of integers
Julius Werner
2014-08-28
libpayload: Change CONFIG_X86_SERIAL_CONSOLE to CONFIG_8250_SERIAL_CONSOLE
Gabe Black
2014-08-28
libpayload: usb: Allow direct instantiation of MMIO host controllers
Julius Werner
2014-08-27
libpayload: Add ARM defconfig
Patrick Georgi
2014-08-19
libpayload: usb: Fix several minor USB stack bugs
Julius Werner
2014-08-18
libpayload: usbmsc: Remove DETACHED state from MSC device structure
Julius Werner
2014-08-16
libpayload: add march flag for armv7
Isaac Christensen
2014-08-16
libpayload: change cb_range to lb_range
Isaac Christensen
2014-08-14
libpayload: dma_malloc: Prevent warm reboot problems and add debugging
Julius Werner
2014-08-14
libpayload: xhci: Make XHCI stack usable on ARM
Julius Werner
2014-08-14
libpayload: Make EHCI driver cache-aware
Julius Werner
2014-08-14
libpayload: Add in a missing "static".
Gabe Black
2014-08-14
libpayload: Reduce media init timeout to 5 seconds.
Shawn Nematbakhsh
2014-08-14
libpayload: Increase accuracy of timeout period for media init.
Shawn Nematbakhsh
2014-08-14
libpayload: usbmsc: Split transfers into 64KB chunks
Duncan Laurie
2014-08-13
arm: libpayload: Add cache coherent DMA memory definition and management
Julius Werner
2014-08-12
libpayload: usbhub: Don't clear PSC unless it was set
Julius Werner
2014-08-12
libpayload: ehci: Set explicit terminate bits in dummy_qh next pointers.
Julius Werner
2014-08-12
libpayload: Make USB transfer functions return amount of bytes
Julius Werner
2014-08-11
libpayload: xhci: Use Event Data TRBs for transfer event generation
Julius Werner
2014-08-10
LZMA: Add a version of ulzma which takes the input and output buffer sizes.
Gabe Black
2014-08-10
cbfs: Fix overwalk on file scan
Steven Sherk
2014-08-10
coreboot_tables: reduce redundant data structures
Julius Werner
2014-08-10
armv7: Support stack dump after exceptions
Julius Werner
2014-08-10
libpayload: hexdump.c: Change type of length argument to size_t
Paul Menzel
2014-08-10
serial: Separate the serial hardware init and the serial console init.
Gabe Black
2014-08-09
Set check-lxdialog.sh mode properly
Vadim Bendebury
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-08-01
armv7: add wrapper for DCCSW (data cache clean by set/way)
David Hendricks
2014-07-31
libpayload: provide missing cbfs symbol
Aaron Durbin
2014-07-12
libpayload: find source of input characters
Luigi Semenzato
2014-07-12
mainboard: Add new board Google Panther
Mohammed Habibulla
2014-07-10
libpayload: Drop obsolete setting of reg_base in [oex]hci
Nico Huber
2014-07-10
libpayload: Catch null-pointer dereference in xHCI
Nico Huber
2014-07-10
libpayload: xHCI: Always initialize controller->pcidev
Nico Huber
2014-07-10
libpayload: Use unsigned long for BARs in *hci_init()
Nico Huber
2014-07-10
libpayload: Keep physical addresses in console drivers
Nico Huber
2014-07-10
libpayload: Remove redundant phys_to_virt() from xHCI driver
Nico Huber
2014-05-17
libpayload: Fix to properly disable serial console
Kyösti Mälkki
2014-04-26
libpayload/endian.h: Provide alignment-agnostic enc/dec bytestreams.
Edward O'Callaghan
2014-02-15
libpayload/ahci: Fix a warning by decompartmentalise the AHCI driver.
Edward O'Callaghan
2014-01-30
libpayload: Parse CBMEM ACPI GNVS pointer
Duncan Laurie
2014-01-28
libpayload: adjust max number of memranges
Aaron Durbin
2014-01-26
Revert "Makefile: Check $CC variable returned from xcompile is not empty."
Alexandru Gagniuc
2014-01-23
Makefile: Check $CC variable returned from xcompile is not empty.
Andrew Wu
2014-01-19
libpayload/lpgcc: Add curses include path.
Vladimir Serbinenko
2014-01-19
libpayload/options: Fix out of array read.
Vladimir Serbinenko
2014-01-19
libpayload: Bring keyboard_wait_write() back
Patrick Georgi
2014-01-12
lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content
Vladimir Serbinenko
2014-01-08
libpayload: add junit.xml build target
Patrick Georgi
2014-01-08
libpayload: update defconfig
Patrick Georgi
2014-01-08
libpayload: reintroduce optional PCI in XHCI driver
Patrick Georgi
2013-12-21
armv7: add wrappers to read/write L2ACTLR
David Hendricks
2013-12-21
arm: libpayload: Include stdint.h in cache.h
Gabe Black
2013-12-21
Libpayload: Add keyboard-disable function.
Martin Roth
2013-12-21
libpayload: Include hexdump.c in the Makefile so it gets built
Gabe Black
2013-12-21
libpayload: Increase USB EHCI transfer timeout
Julius Werner
2013-12-16
libpayload: Add simple hexdump function
Ronald G. Minnich
2013-12-12
libpayload: expose cbfs ram functions
Aaron Durbin
2013-12-12
libpayload: Get rid of a compiler warning
Gabe Black
2013-12-12
libpayload: armv7: Add cache control function to invalidate range.
Hung-Te Lin
2013-12-12
payload: armv7: Fix dcache_clean_by_mva.
Hung-Te Lin
2013-12-05
libpayload: Have similar cache api on ARM and x86
Stefan Reinauer
2013-12-05
libpayload: Clean up CFLAGS
Stefan Reinauer
2013-12-05
libpayload: sync ARMv7 arch/io.h with coreboot
Stefan Reinauer
2013-12-03
Drop obsolete CONSOLE_LOGBUF
Stefan Reinauer
2013-12-03
libpayload: ARM: Don't leave alignment checking on after the exception test
Gabe Black
2013-12-03
libpayload: Make the region to scan for the cb tables configurable.
Gabe Black
2013-12-03
libpayload: Add missing break statement in coreboot table parsing
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: usb mass storage detect empty media
Aaron Durbin
2013-11-25
libpayload: Fix xcompile
Stefan Reinauer
2013-11-25
libpayload: Add USB support for non-PCI controllers
Stefan Reinauer
2013-11-25
libpayload (EHCI): correctly align PORTSC
Stefan Reinauer
[next]