Age | Commit message (Expand) | Author |
2024-01-31 | device/device.h: Rename busses for clarity | Arthur Heymans |
2024-01-24 | device, security: Rename Makefiles from .inc to .mk | Martin Roth |
2023-08-15 | device/oprom/realmode/x86: temporary disable NULL breakpoints | Felix Held |
2023-02-09 | treewide: Remove repeated words | Elyes Haouas |
2022-11-03 | {device,drivers}: Include <cpu/cpu.h> instead of <arch/cpu.h> | Elyes Haouas |
2022-10-26 | src/device: Clean up includes | Elyes Haouas |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2022-01-17 | oprom/realmode/x86.c: Fix building for ENV_X86_64 | Arthur Heymans |
2021-01-27 | src/device: Don't die() on vBIOS errors | Martin Roth |
2020-12-14 | drivers: Replace multiple fill_lb_framebuffer with single instance | Patrick Rudolph |
2020-08-05 | src: Use space after 'if', 'for' | Elyes HAOUAS |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-04-04 | src/device: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-12-19 | src/{drivers,device,ec}: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-10-29 | arch/x86/*.S: use defines instead of hardcoded values | Patrick Rudolph |
2019-10-27 | src/{device,drivers}: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-10-20 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2019-09-17 | AUTHORS: Move src/device copyrights into AUTHORS file | Martin Roth |
2019-08-20 | device/oprom: Drop unnecessary AMD headers | Kyösti Mälkki |
2019-07-26 | src/device/oprom: Fix bootsplash display code for optionroms | Johanna Schander |
2019-07-19 | device/oprom: List all supported vesa mode by oprom | Subrata Banik |
2019-07-18 | device/oprom/realmode: Add vbe return status support as per VBE spec 3.0 | Subrata Banik |
2019-07-12 | device/oprom: Replace uses of dev_find_slot() | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2018-12-21 | cpu/amd/geode_lx: Drop support | Arthur Heymans |
2018-12-19 | {device,drivers}: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2017-08-31 | cpu/x86 asm: Just use the correct op suffix | Edward O'Callaghan |
2017-06-28 | src/device: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-05-18 | vbe: remove the necessity for a global vbe_mode_info_valid() | Aaron Durbin |
2017-05-18 | coreboot_tables: specify clear interface for lb_framebuffer() | Aaron Durbin |
2016-07-31 | src/device: Capitalize CPU, RAM and ROM | Elyes HAOUAS |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-11 | realmode/x86: Export vbe_mode_info_valid also in text mode. | Vladimir Serbinenko |
2015-07-16 | x86 realmode: Set up the 8254 timer before running option rom | zbao |
2015-06-22 | oprom: Fix for 64bit | Stefan Reinauer |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2015-01-20 | device/oprom/realmode/x86: Fix memory corruption | Zhuo-Hao Lee |
2014-08-08 | device/oprom/realmode: Sanitize header inclusion | Edward O'Callaghan |
2014-07-30 | device/oprom/realmode/x86.c: Move includes to top of file | Edward O'Callaghan |
2014-07-28 | device/oprom/realmode/x86.c: Fix memory leak | Daniele Forsi |
2014-07-17 | device,Makefile.inc: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2014-07-08 | device: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2014-01-12 | lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content | Vladimir Serbinenko |
2013-11-25 | x86: use proper types for interrupt callbacks | Aaron Durbin |
2013-07-10 | device: Fix spelling | Martin Roth |
2013-07-10 | Provide support for setting up the framebuffer from EDID | Ronald G. Minnich |
2013-03-21 | ramstage: prepare for relocation | Aaron Durbin |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-08 | VBE: Skip graphics mode setting for non-VGA devices | Stefan Reinauer |
2013-02-08 | oprom: fix compilation for Qemu target (and possibly others) | Stefan Reinauer |
2013-01-30 | Extend CBFS to support arbitrary ROM source media. | Hung-Te Lin |
2012-12-06 | Unify assembler function handling | Stefan Reinauer |
2012-11-30 | Rename devices -> device | Stefan Reinauer |