index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
xgi
Age
Commit message (
Expand
)
Author
2019-04-06
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2018-12-19
{device,drivers}: Remove useless include <device/pci_ids.h>
Elyes HAOUAS
2018-11-19
src: Add required space after "switch"
Elyes HAOUAS
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-08-10
src/drivers: Fix typo
Elyes HAOUAS
2018-07-09
src/{device,drivers}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-06-04
src/drivers: Get rid of whitespace before tab
Elyes HAOUAS
2018-05-08
drivers/xgi/z9s: Get rid of device_t
Elyes HAOUAS
2017-07-28
src/drivers: Fix checkpatch warning: no spaces at the start of a line
Martin Roth
2017-07-16
drivers: Drop level of indirection for MMIO HW access
Stefan Reinauer
2017-06-15
drivers/xgi: Fix usage of NGI Kconfig options
Nico Huber
2017-06-07
src: change coreboot to lowercase
Martin Roth
2017-06-02
Kconfig: Rework MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
Nico Huber
2017-05-30
lib/edid: Split out fill_lb_framebuffer()
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
2017-05-03
drivers/{aspeed,xgi_z9s}/Kconfig: Don't override NATIVE_VGA_USE_EDID
Arthur Heymans
2016-08-01
Add newlines at the end of all coreboot files
Martin Roth
2016-05-31
Fix leaking CONFIG_VGA=y
Kyösti Mälkki
2016-04-19
drivers/xgi: Switch to src/drivers/[X]/[Y]/ scheme
Stefan Reinauer
2015-12-30
drivers/xgi/common: Fix XGI_SetGroup2
Stefan Reinauer
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-28
Fix some minor Kconfig issues
Martin Roth
2015-04-21
arm(64): Globally replace writel(v, a) with write32(a, v)
Julius Werner
2015-02-23
drivers/xgi: Avoid double-free
Patrick Georgi
2015-02-23
drivers/xgi: terminate file with newline
Patrick Georgi
2015-02-13
Fix source code permissions
Stefan Reinauer
2015-02-12
drivers/xgi: Fix user-visible typo in printk
Timothy Pearson
2015-02-06
drivers/xgi: Fix legacy VGA text mode initialization
Timothy Pearson
2015-02-05
drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot
Timothy Pearson