summaryrefslogtreecommitdiff
path: root/src/device/oprom
AgeCommit message (Expand)Author
2021-02-01device/oprom/include/x86emu/fpu_regs.h: Fix lint errorFrans Hendriks
2021-01-27src/device: Don't die() on vBIOS errorsMartin Roth
2021-01-18device/oprom/x86emu/sys.c: Use __func__Elyes HAOUAS
2020-12-14drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph
2020-09-21src/device: Drop unneeded empty linesElyes HAOUAS
2020-08-05src: Use space after 'if', 'for'Elyes HAOUAS
2020-07-26src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS
2020-06-17treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki
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
2020-02-17treewide: capitalize 'BIOS'Elyes HAOUAS
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/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-27src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-10-27src: Use 'include <boot/coreboot_tables.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-26oprom/yabel: Fix comment to fix the buildKyösti Mälkki
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-07-10device/oprom: Replace CONFIG() preprocessor statementsKyösti Mälkki
2019-07-10device/oprom: Reduce indentationKyösti Mälkki
2019-05-02x86emu: add console.h header to fix compilationMartin Kepplinger
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-04-09src: Fix remaining #include <timer.h>Nico Huber
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
2018-12-18Fix typos involving "the the"Jonathan Neuschäfer
2018-10-08Move compiler.h to commonlibNico Huber
2018-08-09src/device: Fix typoElyes HAOUAS
2018-07-09src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-04-23device/oprom/yabel: Fix spelling of *successful*Paul Menzel
2018-04-20device/oprom/yabel: Fix vbe-buffer index in vbe.cHal Tsai
2017-08-31cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan
2017-08-01src/device: Add guards on all header filesMartin Roth
2017-07-25src/device: Fix checkpatch warning: no spaces at the start of a lineMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-28src/device: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-28device/oprom/yabel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-05-22device/oprom/include: Use IS_ENABLED() macroNico Huber
2017-05-18vbe: remove the necessity for a global vbe_mode_info_valid()Aaron Durbin