summaryrefslogtreecommitdiffstats
path: root/src/device/oprom
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-133-5/+8
* src/device: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-282-6/+6
* device/oprom/yabel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-288-50/+50
* device/oprom/include: Use IS_ENABLED() macroNico Huber2017-05-224-5/+5
* vbe: remove the necessity for a global vbe_mode_info_valid()Aaron Durbin2017-05-182-2/+2
* coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin2017-05-182-11/+10
* src/device: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-284-14/+14
* src/device: Remove unnecessary whitespace before newlineElyes HAOUAS2016-08-286-15/+15
* src/device: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-312-2/+2
* src/device: Update license headersMartin Roth2016-04-131-0/+13
* 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
* x86emu: Remove XFree86 CVS tagsStefan Reinauer2015-11-206-7/+0
* x86emu: Undefine _NO_INLINEStefan Reinauer2015-11-201-1/+1
* x86emu: Fix some set-but-not-used warnings.Stefan Reinauer2015-11-201-5/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-316-24/+0
* 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
* 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
* x86emu/debug.h: remove #ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVELMartin Roth2015-07-121-2/+0
* oprom: Fix for 64bitStefan Reinauer2015-06-221-1/+1
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-022-9/+7
* Remove address from GPLv2 headersPatrick Georgi2015-05-216-6/+6
* Unify byte order macros and clrsetbitsJulius Werner2015-04-212-2/+2
* 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
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-4/+4
* 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/yabel/vbe.c: Fix memory leakDaniele Forsi2014-07-281-1/+1