Age | Commit message (Expand) | Author |
2019-11-20 | Remove MIPS architecture | Julius Werner |
2019-11-19 | mmio: Fix buffer_to_fifo32() order of arguments | Julius Werner |
2019-11-16 | libpayload: keyboard: Ignore special keys | Thejaswani Putta |
2019-10-18 | util/cbfstool: Add optional argument ibb | Philipp Deppenwiese |
2019-10-03 | libpayload: refactor fetching cbmem pointers | Patrick Georgi |
2019-10-02 | libpayload: Add fmap_cache to sysinfo_t | Furquan Shaikh |
2019-08-27 | libpayload/usb: add USB 3.1 GEN2 support | Eric Lai |
2019-08-22 | libpayload: usbmsc: Factor out usb_msc_force_init() function | Julius Werner |
2019-08-22 | Add buffer_to/from_fifo32(_prefix) helpers | Julius Werner |
2019-08-08 | libpayload: cbgfx: Allow rotation of the display | Nicolas Boichat |
2019-07-23 | vboot: deprecate vboot_handoff structure | Joel Kitching |
2019-07-23 | libpayload/libc: Tidy utf16le_to_ascii | Jacob Garber |
2019-07-02 | libpayload/usb: Increase USB request timeout to 5 s | Keith Short |
2019-06-18 | commonlib: define cbtable tags as enum to identify conflicts | Patrick Georgi |
2019-06-18 | libpayload: define cbtable tags as enum to identify conflicts | Patrick Georgi |
2019-05-23 | Renumber cbtable tag MMC_INFO | Patrick Georgi |
2019-05-23 | coreboot_tables: pass the early_mmc_wake_hw status to payload | Bora Guvendik |
2019-05-16 | libpayload: make log2 and clz work on signed values internally | Patrick Georgi |
2019-05-13 | libpayload: classify all keyboards | Matt Delco |
2019-04-10 | libpayload: Deduplicate strtol and strtoull | Julius Werner |
2019-04-10 | libpayload: limits.h: Provide reliable definitions for all XXX_MAX/MIN | Julius Werner |
2019-04-10 | libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archs | Julius Werner |
2019-04-04 | Make common macros double-evaluation safe | Julius Werner |
2019-03-19 | vboot: make vboot workbuf available to payload | Joel Kitching |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-07 | Add new CONFIG(XXX) macro to replace IS_ENABLED(CONFIG_XXX) | Julius Werner |
2019-03-04 | fmap: Add FMAP_AREA_PRESERVE | Hung-Te Lin |
2019-02-28 | libpayload: cbfs: Require input size and output size for cbfs_decompress | You-Cheng Syu |
2019-02-13 | libpayload/sys/types.h: Add definition for off_t | Nico Huber |
2019-02-11 | libpayload: add memchr to libc | Philipp Hug |
2018-10-12 | libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32 | Julius Werner |
2018-10-12 | libpayload: arm64: Make exception handling closer to arm32 | Julius Werner |
2018-10-12 | libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2 | Julius Werner |
2018-10-04 | libpayload/apic: Only ACK interrupts triggered by the APIC | Raul E Rangel |
2018-09-28 | src/*: normalize Google copyright headers | Patrick Georgi |
2018-09-12 | libpayload/libc/time: Add an arch_ndelay() | Raul E Rangel |
2018-09-12 | libpayload/x86/apic: Add an apic_delay method and calibrate the timer | Raul E Rangel |
2018-09-12 | libpayload/arch/x86: Add support for initializing the APIC | Raul E Rangel |
2018-09-10 | libpayload/x86/exception: Add ability to handle user defined interrupts | Raul E Rangel |
2018-09-04 | payloads: Remove/fix trailing whitespace | Martin Roth |
2018-08-23 | libpayload/x86/exception: Add methods to enable/disable interrupts | Raul E Rangel |
2018-08-23 | libpayload/x86/cpuid: Add a cpuid macro | Raul E Rangel |
2018-08-22 | cbtable: remove chromeos_acpi from cbtable | Joel Kitching |
2018-08-14 | cbmem: rename vdat to chromeos_acpi | Joel Kitching |
2018-07-17 | libpayload: Add UNKNOWN_SPEED to usb_speed enum | Raul E Rangel |
2018-06-15 | util/cbfstool: Support FIT payloads | Patrick Rudolph |
2018-05-31 | libpayload-x86: Export keyboard modifiers | Patrick Rudolph |
2018-05-31 | libpayload: Export usbhid_getmodifiers | Patrick Rudolph |
2018-05-15 | libpayload-x86: Add PS2 mouse driver | 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-01 | libpayload: Add raw_read_ functions | T Michael Turney |
2018-04-27 | libpayload/include/queue.h: Remove trailing whitespace | Elyes HAOUAS |
2018-04-19 | libpayload: Move GDB functions to stdlib.h | Julius Werner |
2018-03-23 | arch/arm64/armv8/mmu: Add support for 48bit VA | Patrick Rudolph |
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-08-21 | libpayload: add time() | Nicola Corna |
2017-08-14 | libpayload: add *SECS_PER_SEC macros to stddef.h | Caveh Jalali |
2017-08-10 | libpayload/libpci: Add a constant for PCI class memory other | Nico Huber |
2017-08-08 | add __must_check to */compiler.h | Caveh Jalali |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-28 | libpayload: Add mouse cursor driver | Patrick Rudolph |
2017-06-28 | payloads: Add whitespace around '<<' | Elyes HAOUAS |
2017-05-25 | detachables: Add invert parameter | Shelley Chen |
2017-02-17 | libpayload: multiboot - support meminfo flag | Mathias Krause |
2017-01-13 | libpayload: Add VPD address into lib_sysinfo | Kan Yan |
2016-11-25 | libpayload: increase MAX_ARGC_COUNT | Jeremy Compostella |
2016-08-27 | cbfs: Add "struct" file type and associated helpers | Julius Werner |
2016-06-21 | libpayload/pci: Correct MASK macro names | Furquan Shaikh |
2016-05-17 | libpayload: cbfs: Add cbfs_handle API for more fine-grained accesses | Julius Werner |
2016-05-09 | coreboot_tables: Extend serial port description | Lee Leahy |
2016-05-09 | libpayload: xhci: Set MPS based on speed | Varadarajan Narayanan |
2016-04-21 | libpayload: time: split time.h from libpayload.h | Stef van Os |
2016-03-15 | libpayload: Drop CONFIG_LP_CHROMEOS | Stefan Reinauer |
2016-02-22 | cbfs: Add LZ4 in-place decompression support for pre-RAM stages | Julius Werner |
2016-02-19 | libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSC | Aaron Durbin |
2016-01-14 | cbgfx: add error code to cbgfx_init | Daisuke Nojiri |
2015-12-16 | libpayload: add archive.h | Daisuke Nojiri |
2015-11-13 | libpayload: queue: Add a helper macro for checking singleton queue | Furquan Shaikh |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-27 | libpayload/libcbgfx: Add license headers | Patrick Georgi |
2015-10-27 | cbgfx: remove load_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: add get_image_dimension | Daisuke Nojiri |
2015-10-27 | cbgfx: make the code more descriptive | Daisuke Nojiri |
2015-10-27 | cbgfx: add pivot option to draw_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: add load_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: add clear_screen | Daisuke Nojiri |
2015-10-27 | cbgfx: allow draw_bitmap to render outside canvas | Daisuke Nojiri |
2015-10-27 | cbgfx: add draw_bitmap | Daisuke Nojiri |
2015-10-27 | cbgfx: coreboot graphics library | Daisuke Nojiri |
2015-10-20 | libpayload: Add ptrdiff_t typedef | Patrick Georgi |
2015-10-11 | libpayload: Add data structures for hashes in file attributes | Patrick Georgi |
2015-09-28 | arm64: mmu: Prevent CPU prefetch instructions from device memory | Jimmy Huang |
2015-09-17 | libpayload: provide cbfs_file_find_attr() | Patrick Georgi |
2015-09-17 | libpayload: allow compression at file header level | Daisuke Nojiri |
2015-09-17 | libpayload: bring in file attribute support from cbfstool | Patrick Georgi |