summaryrefslogtreecommitdiffstats
path: root/src/device/oprom/yabel
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph2020-12-141-31/+19
* src/device: Drop unneeded empty linesElyes HAOUAS2020-09-215-8/+0
* treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki2020-06-172-5/+5
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-201-1/+0
* src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander2019-07-261-35/+8
* 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-191-0/+12
* device/oprom: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-122-4/+4
* device/oprom: Replace CONFIG() preprocessor statementsKyösti Mälkki2019-07-103-145/+146
* device/oprom: Reduce indentationKyösti Mälkki2019-07-101-92/+99
* 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-089-54/+54
* Move compiler.h to commonlibNico Huber2018-10-083-3/+0
* src/device: Fix typoElyes HAOUAS2018-08-092-4/+4
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-094-19/+19
* 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
* src/device: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-254-42/+42
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-133-5/+8
* device/oprom/yabel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-288-50/+50
* 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-1/+6
* src/device: Remove unnecessary whitespace before newlineElyes HAOUAS2016-08-283-5/+5
* src/device: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* device/oprom/yabel: Update BSD license headersMartin Roth2016-01-1819-80/+483
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-181-1/+1
* yabel: explicitly cast values to match printk expectationsStefan Reinauer2015-10-251-2/+2
* yabel: Use IS_ENABLED where appropriateStefan Reinauer2015-10-252-4/+4
* yabel: Don't cast pointer to u32Stefan Reinauer2015-10-251-1/+1
* cbfs: new API and better program loadingAaron Durbin2015-06-021-4/+3
* Unify byte order macros and clrsetbitsJulius Werner2015-04-212-2/+2
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-4/+4
* device/oprom/yabel/vbe.c: Fix memory leakDaniele Forsi2014-07-281-1/+1
* YABEL: Initialize global `biosmem` pointer for VBENico Huber2014-07-111-0/+3
* YABEL: Drop IO stubs that are (by own admission) never usedPatrick Georgi2014-07-051-47/+0
* Remove guarding #includes by CONFIG_FOO combinationsEdward O'Callaghan2014-06-213-14/+2
* device/oprom/yabel/vbe.c: Avoid unused func warnEdward O'Callaghan2014-05-181-1/+1
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-121-1/+2
* device: Fix spellingMartin Roth2013-07-1010-34/+34
* Provide support for setting up the framebuffer from EDIDRonald G. Minnich2013-07-102-24/+1
* Yabel : Add tracing option needed by i915tool.Denis 'GNUtoo' Carikli2013-06-042-0/+18
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-1/+3
* Fix Yabel compilation on non-x86 platformsStefan Reinauer2012-12-083-11/+17
* Rename devices -> deviceStefan Reinauer2012-11-3022-0/+4578