summaryrefslogtreecommitdiffstats
path: root/src/device/oprom
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* src: Add missing 'void' in function definitionElyes HAOUAS2022-01-261-1/+1
* oprom/yabel/io.c: Fix building for ENV_X86_64Arthur Heymans2022-01-171-2/+2
* oprom/realmode/x86.c: Fix building for ENV_X86_64Arthur Heymans2022-01-171-2/+8
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-053-3/+3
* device/oprom/include/x86emu/fpu_regs.h: Fix lint errorFrans Hendriks2021-02-011-8/+8
* src/device: Don't die() on vBIOS errorsMartin Roth2021-01-271-17/+39
* device/oprom/x86emu/sys.c: Use __func__Elyes HAOUAS2021-01-181-1/+1
* drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph2020-12-142-64/+38
* src/device: Drop unneeded empty linesElyes HAOUAS2020-09-218-12/+0
* src: Use space after 'if', 'for'Elyes HAOUAS2020-08-051-1/+1
* src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS2020-07-261-1/+1
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-173-6/+6
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-4/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-117-7/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-18/+2
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-045-60/+10
* treewide: capitalize 'BIOS'Elyes HAOUAS2020-02-171-1/+1
* 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/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-272-11/+11
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-204-4/+0
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-176-16/+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-262-51/+17
* oprom/yabel: Fix comment to fix the buildKyösti Mälkki2019-07-261-2/+1
* device/oprom: List all supported vesa mode by opromSubrata Banik2019-07-192-0/+61
* 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-123-5/+5
* device/oprom: Replace CONFIG() preprocessor statementsKyösti Mälkki2019-07-103-145/+146
* device/oprom: Reduce indentationKyösti Mälkki2019-07-101-92/+99
* x86emu: add console.h header to fix compilationMartin Kepplinger2019-05-021-0/+2
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Fix remaining #include <timer.h>Nico Huber2019-04-091-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0815-64/+64
* 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
* Fix typos involving "the the"Jonathan Neuschäfer2018-12-181-1/+1
* Move compiler.h to commonlibNico Huber2018-10-083-3/+0
* src/device: Fix typoElyes HAOUAS2018-08-093-5/+5
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-095-20/+20
* device/oprom/yabel: Fix spelling of *successful*Paul Menzel2018-04-231-1/+1
* device/oprom/yabel: Fix vbe-buffer index in vbe.cHal Tsai2018-04-201-3/+3
* cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan2017-08-311-4/+4
* src/device: Add guards on all header filesMartin Roth2017-08-011-0/+4
* src/device: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-258-83/+83