Age | Commit message (Expand) | Author |
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-26 | payloads/depthcharge: Fix clean target | Nico Huber |
2017-07-23 | depthcharge: Update build | Martin Roth |
2017-07-23 | depthcharge: Update stable commit id | Martin Roth |
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 | coreinfo: Use regular `if` over `#if` for `IS_ENABLED` | Nicola Corna |
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/Kconfig: Add NO_DEFAULT_PAYLOAD | Nico Huber |
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-06-06 | nvramcui: Use regular `if` over `#if` for `IS_ENABLED` | Paul Menzel |
2017-06-04 | Kconfig: Add choice of framebuffer mode | Nico Huber |
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-17 | payloads/seabios: Update stable from 1.10.1 to 1.10.2 | Paul Menzel |
2017-04-14 | payloads/external/depthcharge: Update stable commit id | Martin Roth |
2017-04-14 | payloads/external/iPXE: Update stable version | Martin Roth |
2017-04-07 | libpayload: Add gru config | Paul Kocialkowski |
2017-03-19 | tint: Add USB support | Nicola Corna |
2017-03-15 | libpayload: usbhub: Force enumeration of all connected ports on init | Julius Werner |
2017-03-13 | nvramcui: Add USB support | Nicola Corna |
2017-03-08 | libpayload-x86: Enable SSE and FPU when present | Patrick Rudolph |
2017-02-28 | payloads/seabios: Add support for Hudson UART | Ricardo Ribalda Delgado |
2017-02-24 | payloads/external/GRUB2: Add "git revision" to the GRUB2 version menu | Denis 'GNUtoo' Carikli |
2017-02-23 | libpayload: Add oak config | Paul Kocialkowski |
2017-02-17 | grub: Build module `boottime` | Paul Menzel |
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 |