summaryrefslogtreecommitdiff
path: root/src/device/oprom
AgeCommit message (Expand)Author
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
2017-05-18coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin
2016-08-28src/device: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-28src/device: Remove unnecessary whitespace before newlineElyes HAOUAS
2016-07-31src/device: Capitalize CPU, RAM and ROMElyes HAOUAS
2016-04-13src/device: Update license headersMartin Roth
2016-01-18device/oprom/yabel: Update BSD license headersMartin Roth
2016-01-18header files: Fix guard name comments to match guard namesMartin Roth
2015-11-20x86emu: Remove XFree86 CVS tagsStefan Reinauer
2015-11-20x86emu: Undefine _NO_INLINEStefan Reinauer
2015-11-20x86emu: Fix some set-but-not-used warnings.Stefan Reinauer
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-25yabel: explicitly cast values to match printk expectationsStefan Reinauer
2015-10-25yabel: Use IS_ENABLED where appropriateStefan Reinauer
2015-10-25yabel: Don't cast pointer to u32Stefan Reinauer
2015-10-11realmode/x86: Export vbe_mode_info_valid also in text mode.Vladimir Serbinenko
2015-07-16x86 realmode: Set up the 8254 timer before running option romzbao
2015-07-12x86emu/debug.h: remove #ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVELMartin Roth
2015-06-22oprom: Fix for 64bitStefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-01-20device/oprom/realmode/x86: Fix memory corruptionZhuo-Hao Lee
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-08-08device/oprom/realmode: Sanitize header inclusionEdward O'Callaghan
2014-07-30device/oprom/realmode/x86.c: Move includes to top of fileEdward O'Callaghan
2014-07-28device/oprom/yabel/vbe.c: Fix memory leakDaniele Forsi
2014-07-28device/oprom/realmode/x86.c: Fix memory leakDaniele Forsi
2014-07-17device,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-11YABEL: Initialize global `biosmem` pointer for VBENico Huber
2014-07-08device: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-05YABEL: Drop IO stubs that are (by own admission) never usedPatrick Georgi
2014-06-21Remove guarding #includes by CONFIG_FOO combinationsEdward O'Callaghan