summaryrefslogtreecommitdiffstats
path: root/src/device/oprom
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-172-2/+0
* YABEL: Initialize global `biosmem` pointer for VBENico Huber2014-07-111-0/+3
* device: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-084-6/+0
* 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-122-2/+4
* Replace all occurences of sprintf with snprintfVladimir Serbinenko2014-01-101-4/+4
* x86: use proper types for interrupt callbacksAaron Durbin2013-11-251-1/+1
* device: Fix spellingMartin Roth2013-07-1019-66/+66
* Provide support for setting up the framebuffer from EDIDRonald G. Minnich2013-07-104-142/+2
* Yabel : Add tracing option needed by i915tool.Denis 'GNUtoo' Carikli2013-06-042-0/+18
* Get rid of a number of __GNUC__ checksStefan Reinauer2013-05-101-44/+3
* 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-012-2/+2
* VBE: Skip graphics mode setting for non-VGA devicesStefan Reinauer2013-02-081-1/+3