Age | Commit message (Expand) | Author |
2017-08-31 | cpu/x86 asm: Just use the correct op suffix | Edward O'Callaghan |
2017-08-01 | src/device: Add guards on all header files | Martin Roth |
2017-07-25 | src/device: Fix checkpatch warning: no spaces at the start of a line | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-28 | src/device: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-28 | device/oprom/yabel: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-05-22 | device/oprom/include: Use IS_ENABLED() macro | Nico Huber |
2017-05-18 | vbe: remove the necessity for a global vbe_mode_info_valid() | Aaron Durbin |
2017-05-18 | coreboot_tables: specify clear interface for lb_framebuffer() | Aaron Durbin |
2016-08-28 | src/device: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-28 | src/device: Remove unnecessary whitespace before newline | Elyes HAOUAS |
2016-07-31 | src/device: Capitalize CPU, RAM and ROM | Elyes HAOUAS |
2016-04-13 | src/device: Update license headers | Martin Roth |
2016-01-18 | device/oprom/yabel: Update BSD license headers | Martin Roth |
2016-01-18 | header files: Fix guard name comments to match guard names | Martin Roth |
2015-11-20 | x86emu: Remove XFree86 CVS tags | Stefan Reinauer |
2015-11-20 | x86emu: Undefine _NO_INLINE | Stefan Reinauer |
2015-11-20 | x86emu: Fix some set-but-not-used warnings. | Stefan Reinauer |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-25 | yabel: explicitly cast values to match printk expectations | Stefan Reinauer |
2015-10-25 | yabel: Use IS_ENABLED where appropriate | Stefan Reinauer |
2015-10-25 | yabel: Don't cast pointer to u32 | Stefan Reinauer |
2015-10-11 | realmode/x86: Export vbe_mode_info_valid also in text mode. | Vladimir Serbinenko |
2015-07-16 | x86 realmode: Set up the 8254 timer before running option rom | zbao |
2015-07-12 | x86emu/debug.h: remove #ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVEL | Martin Roth |
2015-06-22 | oprom: Fix for 64bit | Stefan Reinauer |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-21 | Unify byte order macros and clrsetbits | Julius Werner |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2015-01-20 | device/oprom/realmode/x86: Fix memory corruption | Zhuo-Hao Lee |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |
2014-08-08 | device/oprom/realmode: Sanitize header inclusion | Edward O'Callaghan |
2014-07-30 | device/oprom/realmode/x86.c: Move includes to top of file | Edward O'Callaghan |
2014-07-28 | device/oprom/yabel/vbe.c: Fix memory leak | Daniele Forsi |
2014-07-28 | device/oprom/realmode/x86.c: Fix memory leak | Daniele Forsi |
2014-07-17 | device,Makefile.inc: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2014-07-11 | YABEL: Initialize global `biosmem` pointer for VBE | Nico Huber |
2014-07-08 | device: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2014-07-05 | YABEL: Drop IO stubs that are (by own admission) never used | Patrick Georgi |
2014-06-21 | Remove guarding #includes by CONFIG_FOO combinations | Edward O'Callaghan |
2014-05-18 | device/oprom/yabel/vbe.c: Avoid unused func warn | Edward O'Callaghan |
2014-01-12 | lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content | Vladimir Serbinenko |
2014-01-10 | Replace all occurences of sprintf with snprintf | Vladimir Serbinenko |
2013-11-25 | x86: use proper types for interrupt callbacks | Aaron Durbin |
2013-07-10 | device: Fix spelling | Martin Roth |
2013-07-10 | Provide support for setting up the framebuffer from EDID | Ronald G. Minnich |
2013-06-04 | Yabel : Add tracing option needed by i915tool. | Denis 'GNUtoo' Carikli |
2013-05-10 | Get rid of a number of __GNUC__ checks | Stefan Reinauer |
2013-03-21 | ramstage: prepare for relocation | Aaron Durbin |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-08 | VBE: Skip graphics mode setting for non-VGA devices | Stefan Reinauer |
2013-02-08 | oprom: fix compilation for Qemu target (and possibly others) | Stefan Reinauer |
2013-02-07 | YABEL: use system {in,out}[bwl] on x86 | Patrick Georgi |
2013-01-30 | Extend CBFS to support arbitrary ROM source media. | Hung-Te Lin |
2012-12-08 | Fix Yabel compilation on non-x86 platforms | Stefan Reinauer |
2012-12-06 | Unify assembler function handling | Stefan Reinauer |
2012-11-30 | Rename devices -> device | Stefan Reinauer |