aboutsummaryrefslogtreecommitdiff
path: root/src/device/oprom/realmode
AgeCommit message (Expand)Author
2021-01-27src/device: Don't die() on vBIOS errorsMartin Roth
2020-12-14drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph
2020-08-05src: Use space after 'if', 'for'Elyes HAOUAS
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-04-04src/device: Use SPDX for GPL-2.0-only filesAngel Pons
2019-12-19src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS
2019-10-29arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph
2019-10-27src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-10-20src: Remove unused 'include <string.h>'Elyes HAOUAS
2019-09-17AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth
2019-08-20device/oprom: Drop unnecessary AMD headersKyösti Mälkki
2019-07-26src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander
2019-07-19device/oprom: List all supported vesa mode by opromSubrata Banik
2019-07-18device/oprom/realmode: Add vbe return status support as per VBE spec 3.0Subrata Banik
2019-07-12device/oprom: Replace uses of dev_find_slot()Kyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2018-12-21cpu/amd/geode_lx: Drop supportArthur Heymans
2018-12-19{device,drivers}: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2017-08-31cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan
2017-06-28src/device: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-05-18vbe: remove the necessity for a global vbe_mode_info_valid()Aaron Durbin
2017-05-18coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin
2016-07-31src/device: Capitalize CPU, RAM and ROMElyes HAOUAS
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-11realmode/x86: Export vbe_mode_info_valid also in text mode.Vladimir Serbinenko
2015-07-16x86 realmode: Set up the 8254 timer before running option romzbao
2015-06-22oprom: Fix for 64bitStefan Reinauer
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-01-20device/oprom/realmode/x86: Fix memory corruptionZhuo-Hao Lee
2014-08-08device/oprom/realmode: Sanitize header inclusionEdward O'Callaghan
2014-07-30device/oprom/realmode/x86.c: Move includes to top of fileEdward O'Callaghan
2014-07-28device/oprom/realmode/x86.c: Fix memory leakDaniele Forsi
2014-07-17device,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-08device: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-01-12lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko
2013-11-25x86: use proper types for interrupt callbacksAaron Durbin
2013-07-10device: Fix spellingMartin Roth
2013-07-10Provide support for setting up the framebuffer from EDIDRonald G. Minnich
2013-03-21ramstage: prepare for relocationAaron Durbin
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-08VBE: Skip graphics mode setting for non-VGA devicesStefan Reinauer
2013-02-08oprom: fix compilation for Qemu target (and possibly others)Stefan Reinauer
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2012-12-06Unify assembler function handlingStefan Reinauer
2012-11-30Rename devices -> deviceStefan Reinauer