Age | Commit message (Expand) | Author |
2018-05-15 | libpayload-x86: Add PS2 mouse driver | Patrick Rudolph |
2018-05-15 | libpayload-x86: keyboard: Use i8042 driver | Patrick Rudolph |
2018-05-15 | libpayload-x86: Move keyboard.c | Patrick Rudolph |
2018-05-15 | libpayload-x86: Add common i8042 driver | Patrick Rudolph |
2018-05-04 | cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELF | Patrick Rudolph |
2018-05-02 | payloads/libpayload: Add spaces around '==' | Elyes HAOUAS |
2018-05-01 | libpayload: Add Timer for sdm845 | T Michael Turney |
2018-05-01 | libpayload: Add raw_read_ functions | T Michael Turney |
2018-04-29 | libpayload/drivers/usb/ohci_private.h: Add parentheses around macro | Elyes HAOUAS |
2018-04-27 | libpayload/include/queue.h: Remove trailing whitespace | Elyes HAOUAS |
2018-04-27 | libpayload/curses/form: Remove trailing whitespace | Elyes HAOUAS |
2018-04-27 | payloads/libpayload/curses/menu: Remove trailing whitespace | Elyes HAOUAS |
2018-04-19 | libpayload: Move GDB functions to stdlib.h | Julius Werner |
2018-04-17 | Use git HTTP URLs without `/p` in it | Paul Menzel |
2018-03-23 | arch/arm64/armv8/mmu: Add support for 48bit VA | Patrick Rudolph |
2018-02-16 | libpayload: usbhid: Zero-initialize all parts of usbhid instance struct | Julius Werner |
2018-01-26 | libpayload: allow x86 devices to provide non-tsc implementation | Aaron Durbin |
2017-12-07 | libpayload: Add pci_free_dev() and some boilerplate | Nico Huber |
2017-12-07 | libpayload: Add SKU ID coreboot table support | Julius Werner |
2017-12-07 | libpayload: Minor board ID / RAM code cleanups | Julius Werner |
2017-11-06 | endian: Fix bebitenc() to actually encode big-endian | Julius Werner |
2017-10-29 | LB_TAGS: change the value of CB_TAG_MAC_ADDRS to 0x33 | Ronald G. Minnich |
2017-09-02 | libpayload/storage: Add Sunrise Point AHCI PCI id | Nico Huber |
2017-08-21 | libpayload: add time() | Nicola Corna |
2017-08-14 | libpayload: add *SECS_PER_SEC macros to stddef.h | Caveh Jalali |
2017-08-11 | copy & update test routines from what-jenkins-does | Martin Roth |
2017-08-10 | libpayload/libpci: Add a constant for PCI class memory other | Nico Huber |
2017-08-10 | libpayload: Use a static copy of `font_glyph_filled()` | Paul Menzel |
2017-08-08 | add __must_check to */compiler.h | Caveh Jalali |
2017-08-03 | libpayload: video: Add support for font scaling with a factor | Paul Kocialkowski |
2017-08-03 | libpayload: video: Introduce helpers for font access | Paul Kocialkowski |
2017-07-28 | libpayload: Double HEAP_SIZE in default config | Ricardo Ribalda Delgado |
2017-07-27 | libpayload/storage: Replace 1s AHCI reset delay with a timeout | Nico Huber |
2017-07-27 | libpayload/storage: Enable bus mastering for AHCI | Nico Huber |
2017-07-26 | libpayload: Clean up unaligned memset() support | Nico Huber |
2017-07-20 | libpayload: Fix unaligned buffer logic in default_memset | Marshall Dawson |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-07-13 | libpayload: Support unaligned pointer for memcpy, memmove and memcmp | Jeremy Compostella |
2017-07-12 | libpayload: Support unaligned pointers for memset | Jeremy Compostella |
2017-06-28 | libpayload: Add mouse cursor driver | Patrick Rudolph |
2017-06-28 | payloads: Add whitespace around '<<' | Elyes HAOUAS |
2017-06-27 | libpayload/drivers/usb/ehci_private.h: Add brackets around macro | Elyes HAOUAS |
2017-06-27 | libpayload/drivers/usb/xhci_private.h: Add parentheses around macro | Elyes HAOUAS |
2017-06-27 | libpayload/drivers/usb/ohci_private.h: Add brackets around macro | Elyes HAOUAS |
2017-06-27 | libpayload: corebootfb: Add null check for framebuffer address | Duncan Laurie |
2017-06-26 | libpayload: Enable building libpayload with march=i586 | Lee Leahy |
2017-06-26 | libpayload/configs: Add configuration for Galileo | Lee Leahy |
2017-06-07 | payloads: change coreboot to lowercase | Martin Roth |
2017-06-07 | Use www.coreboot.org over coreboot.org | Paul Menzel |
2017-06-07 | Use more secure HTTPS URLs for coreboot sites | Paul Menzel |
2017-05-30 | arm64: Align cache maintenance code with libpayload and ARM32 | Julius Werner |
2017-05-25 | detachables: Add invert parameter | Shelley Chen |
2017-05-01 | cbgfx: Add portrait screen support | Nickey Yang |
2017-04-29 | libpayload/gdb: fix unused variable warning | Patrick Georgi |
2017-04-20 | Turn CBMEM console into a ring buffer that can persist across reboots | Julius Werner |
2017-04-19 | libpayload/libc/console: Flush input driver buffer on init | Furquan Shaikh |
2017-04-17 | libpayload: cbgfx: Show square images on portrait displays | Julius Werner |
2017-04-07 | libpayload: Add gru config | Paul Kocialkowski |
2017-03-15 | libpayload: usbhub: Force enumeration of all connected ports on init | Julius Werner |
2017-03-08 | libpayload-x86: Enable SSE and FPU when present | Patrick Rudolph |
2017-02-23 | libpayload: Add oak config | Paul Kocialkowski |
2017-02-17 | libpayload: multiboot - support meminfo flag | Mathias Krause |
2017-02-17 | libpayload: x86/head - implement argc/argv handling | Mathias Krause |
2017-02-17 | libpayload: x86/exec - simplify and robustify the code | Mathias Krause |
2017-02-17 | libpayload: x86/main - propagate return value of main() | Mathias Krause |
2017-02-17 | libpayload: x86/exec - fix argc/argv value passing | Mathias Krause |
2017-02-15 | libpayload: x86/exec - fix return value passing | Mathias Krause |
2017-02-15 | libpayload: x86/exec - fix libpayload API magic value | Mathias Krause |
2017-01-25 | libpayload: fix build | Patrick Georgi |
2017-01-24 | build system: don't run xcompile or git for %clean/%config targets | Patrick Georgi |
2017-01-24 | libpayload: drivers/keyboard: report power button events | Shelley Chen |
2017-01-19 | libpayload: Enable USB HID in veyron configuration | Paul Kocialkowski |
2017-01-13 | libpayload: usb: Reset ohci controller when trying to shutdown ohci | Jeffy Chen |
2017-01-13 | libpayload: Add VPD address into lib_sysinfo | Kan Yan |
2017-01-13 | libpayload: Update ARM CrOS devices configuration | Paul Kocialkowski |
2017-01-06 | libpayload: usb: handle situation with no free device address | Patrick Georgi |
2017-01-06 | libpayload: xhci: plug leak | Patrick Georgi |
2017-01-06 | libpayload: timer: cast cpu_khz to make sure 64bit math is used | Patrick Georgi |
2016-12-21 | libpayload: Get current tick from high register in generic timer | Paul Kocialkowski |
2016-12-14 | libpayload/drivers/video: Improve check in if condition | Patrick Georgi |
2016-12-14 | libpayload/.../PDCurses: Improve compatibility with ncurses | Patrick Georgi |
2016-12-14 | libpayload/.../PDCurses: avoid reading orig before NULL checking it | Patrick Georgi |
2016-12-08 | libpayload: Add Cougar Point PCH's AHCI to whitelist | Nico Huber |
2016-11-25 | libpayload: increase MAX_ARGC_COUNT | Jeremy Compostella |
2016-10-17 | libpayload: Reintroduce CONFIG_LP_CHROMEOS to set suitable defaults | Julius Werner |
2016-10-17 | libpayload: Replace majority of timer drivers with a generic one | Julius Werner |
2016-10-09 | libpayload: mvmap2315: Introduce timer driver | Hakim Giydan |
2016-09-08 | libpayload: Fix strtok_r | Jeremy Compostella |
2016-09-02 | Fix newlines at the end of files | Martin Roth |
2016-08-27 | cbfs: Add "struct" file type and associated helpers | Julius Werner |
2016-08-13 | libpayload: head.S: Avoid clearing BSS (and heap) again | Julius Werner |
2016-08-12 | libpayload: cbfs: Fix minor memory leak in some edge cases | Julius Werner |
2016-08-08 | libpayload: lzma: Allocate scratchpad on the heap | Julius Werner |
2016-08-08 | libpayload: arm64: Fix MMU range overlap check | Julius Werner |
2016-08-02 | libpayload: split "Drivers" config section in Kconfig | Antonello Dettori |
2016-08-01 | Add newlines at the end of all coreboot files | Martin Roth |
2016-07-31 | libpayload: fix leak in libcbfs | Patrick Georgi |
2016-07-31 | libpayload: Drop superfluous "continue" | Patrick Georgi |
2016-07-31 | Remove extra newlines from the end of all coreboot files. | Martin Roth |
2016-07-02 | cbgfx: Use memset() for faster screen clearing if possible | Julius Werner |