summaryrefslogtreecommitdiffstats
path: root/src/device/oprom/realmode
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* oprom/realmode/x86.c: Fix building for ENV_X86_64Arthur Heymans2022-01-171-2/+8
* src/device: Don't die() on vBIOS errorsMartin Roth2021-01-271-17/+39
* drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph2020-12-141-33/+19
* src: Use space after 'if', 'for'Elyes HAOUAS2020-08-051-1/+1
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-2/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-115-5/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-044-48/+8
* src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph2019-10-291-12/+14
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-201-1/+0
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-175-14/+0
* device/oprom: Drop unnecessary AMD headersKyösti Mälkki2019-08-201-2/+0
* src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander2019-07-261-16/+9
* device/oprom: List all supported vesa mode by opromSubrata Banik2019-07-191-0/+49
* device/oprom/realmode: Add vbe return status support as per VBE spec 3.0Subrata Banik2019-07-183-11/+78
* device/oprom: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-121-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-5/+5
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* cpu/amd/geode_lx: Drop supportArthur Heymans2018-12-211-76/+0
* {device,drivers}: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan2017-08-311-4/+4
* src/device: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-282-6/+6
* vbe: remove the necessity for a global vbe_mode_info_valid()Aaron Durbin2017-05-181-1/+1
* coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin2017-05-181-10/+4
* src/device: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-315-20/+0
* realmode/x86: Export vbe_mode_info_valid also in text mode.Vladimir Serbinenko2015-10-111-0/+12
* x86 realmode: Set up the 8254 timer before running option romzbao2015-07-161-0/+2
* oprom: Fix for 64bitStefan Reinauer2015-06-221-1/+1
* cbfs: new API and better program loadingAaron Durbin2015-06-021-5/+4
* Remove address from GPLv2 headersPatrick Georgi2015-05-215-5/+5
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-1/+1
* device/oprom/realmode/x86: Fix memory corruptionZhuo-Hao Lee2015-01-201-1/+1
* device/oprom/realmode: Sanitize header inclusionEdward O'Callaghan2014-08-083-16/+18
* device/oprom/realmode/x86.c: Move includes to top of fileEdward O'Callaghan2014-07-301-3/+3
* device/oprom/realmode/x86.c: Fix memory leakDaniele Forsi2014-07-281-1/+1
* device,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-171-1/+0
* device: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-082-2/+0
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-121-1/+2
* x86: use proper types for interrupt callbacksAaron Durbin2013-11-251-1/+1
* device: Fix spellingMartin Roth2013-07-101-2/+2
* Provide support for setting up the framebuffer from EDIDRonald G. Minnich2013-07-101-1/+1
* ramstage: prepare for relocationAaron Durbin2013-03-213-24/+44
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* VBE: Skip graphics mode setting for non-VGA devicesStefan Reinauer2013-02-081-1/+3
* oprom: fix compilation for Qemu target (and possibly others)Stefan Reinauer2013-02-081-0/+1