Age | Commit message (Expand) | Author |
2022-01-26 | src: Add missing 'void' in function definition | Elyes HAOUAS |
2022-01-17 | oprom/yabel/io.c: Fix building for ENV_X86_64 | Arthur Heymans |
2020-12-14 | drivers: Replace multiple fill_lb_framebuffer with single instance | Patrick Rudolph |
2020-09-21 | src/device: Drop unneeded empty lines | Elyes HAOUAS |
2020-06-17 | treewide: Replace CONFIG(ARCH_xx) tests | Kyösti Mälkki |
2019-10-27 | src: Use 'include <boot/coreboot_tables.h>' when appropriate | Elyes HAOUAS |
2019-10-20 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2019-07-26 | src/device/oprom: Fix bootsplash display code for optionroms | Johanna Schander |
2019-07-26 | oprom/yabel: Fix comment to fix the build | Kyösti Mälkki |
2019-07-19 | device/oprom: List all supported vesa mode by oprom | Subrata Banik |
2019-07-12 | device/oprom: Replace uses of dev_find_slot() | Kyösti Mälkki |
2019-07-10 | device/oprom: Replace CONFIG() preprocessor statements | Kyösti Mälkki |
2019-07-10 | device/oprom: Reduce indentation | Kyösti Mälkki |
2019-04-09 | src: Fix remaining #include <timer.h> | Nico Huber |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-08-09 | src/device: Fix typo | Elyes HAOUAS |
2018-07-09 | src/{device,drivers}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-04-23 | device/oprom/yabel: Fix spelling of *successful* | Paul Menzel |
2018-04-20 | device/oprom/yabel: Fix vbe-buffer index in vbe.c | Hal Tsai |
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 | device/oprom/yabel: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
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: Remove unnecessary whitespace before newline | Elyes HAOUAS |
2016-07-31 | src/device: Capitalize CPU, RAM and ROM | Elyes HAOUAS |
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-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-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-04-21 | Unify byte order macros and clrsetbits | Julius Werner |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |
2014-07-28 | device/oprom/yabel/vbe.c: Fix memory leak | Daniele Forsi |
2014-07-11 | YABEL: Initialize global `biosmem` pointer for VBE | Nico Huber |
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 |
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-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-11-30 | Rename devices -> device | Stefan Reinauer |