summaryrefslogtreecommitdiff
path: root/payloads/libpayload
AgeCommit message (Expand)Author
2018-05-04cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph
2018-05-02payloads/libpayload: Add spaces around '=='Elyes HAOUAS
2018-05-01libpayload: Add Timer for sdm845T Michael Turney
2018-05-01libpayload: Add raw_read_ functionsT Michael Turney
2018-04-29libpayload/drivers/usb/ohci_private.h: Add parentheses around macroElyes HAOUAS
2018-04-27libpayload/include/queue.h: Remove trailing whitespaceElyes HAOUAS
2018-04-27libpayload/curses/form: Remove trailing whitespaceElyes HAOUAS
2018-04-27payloads/libpayload/curses/menu: Remove trailing whitespaceElyes HAOUAS
2018-04-19libpayload: Move GDB functions to stdlib.hJulius Werner
2018-04-17Use git HTTP URLs without `/p` in itPaul Menzel
2018-03-23arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph
2018-02-16libpayload: usbhid: Zero-initialize all parts of usbhid instance structJulius Werner
2018-01-26libpayload: allow x86 devices to provide non-tsc implementationAaron Durbin
2017-12-07libpayload: Add pci_free_dev() and some boilerplateNico Huber
2017-12-07libpayload: Add SKU ID coreboot table supportJulius Werner
2017-12-07libpayload: Minor board ID / RAM code cleanupsJulius Werner
2017-11-06endian: Fix bebitenc() to actually encode big-endianJulius Werner
2017-10-29LB_TAGS: change the value of CB_TAG_MAC_ADDRS to 0x33Ronald G. Minnich
2017-09-02libpayload/storage: Add Sunrise Point AHCI PCI idNico Huber
2017-08-21libpayload: add time()Nicola Corna
2017-08-14libpayload: add *SECS_PER_SEC macros to stddef.hCaveh Jalali
2017-08-11copy & update test routines from what-jenkins-doesMartin Roth
2017-08-10libpayload/libpci: Add a constant for PCI class memory otherNico Huber
2017-08-10libpayload: Use a static copy of `font_glyph_filled()`Paul Menzel
2017-08-08add __must_check to */compiler.hCaveh Jalali
2017-08-03libpayload: video: Add support for font scaling with a factorPaul Kocialkowski
2017-08-03libpayload: video: Introduce helpers for font accessPaul Kocialkowski
2017-07-28libpayload: Double HEAP_SIZE in default configRicardo Ribalda Delgado
2017-07-27libpayload/storage: Replace 1s AHCI reset delay with a timeoutNico Huber
2017-07-27libpayload/storage: Enable bus mastering for AHCINico Huber
2017-07-26libpayload: Clean up unaligned memset() supportNico Huber
2017-07-20libpayload: Fix unaligned buffer logic in default_memsetMarshall Dawson
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-07-13libpayload: Support unaligned pointer for memcpy, memmove and memcmpJeremy Compostella
2017-07-12libpayload: Support unaligned pointers for memsetJeremy Compostella
2017-06-28libpayload: Add mouse cursor driverPatrick Rudolph
2017-06-28payloads: Add whitespace around '<<'Elyes HAOUAS
2017-06-27libpayload/drivers/usb/ehci_private.h: Add brackets around macroElyes HAOUAS
2017-06-27libpayload/drivers/usb/xhci_private.h: Add parentheses around macroElyes HAOUAS
2017-06-27libpayload/drivers/usb/ohci_private.h: Add brackets around macroElyes HAOUAS
2017-06-27libpayload: corebootfb: Add null check for framebuffer addressDuncan Laurie
2017-06-26libpayload: Enable building libpayload with march=i586Lee Leahy
2017-06-26libpayload/configs: Add configuration for GalileoLee Leahy
2017-06-07payloads: change coreboot to lowercaseMartin Roth
2017-06-07Use www.coreboot.org over coreboot.orgPaul Menzel
2017-06-07Use more secure HTTPS URLs for coreboot sitesPaul Menzel
2017-05-30arm64: Align cache maintenance code with libpayload and ARM32Julius Werner
2017-05-25detachables: Add invert parameterShelley Chen
2017-05-01cbgfx: Add portrait screen supportNickey Yang
2017-04-29libpayload/gdb: fix unused variable warningPatrick Georgi