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
/
superio
/
winbond
/
w83627hf
Age
Commit message (
Expand
)
Author
2010-11-10
Random Winbond Super I/O cosmetic and coding-style fixes.
Uwe Hermann
2010-11-08
Add #include guards to all Super I/O header files (trivial).
Uwe Hermann
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-05-18
get rid of some duplicate inclusion warnings.
Stefan Reinauer
2010-04-30
fix superio warnings. interesting side node: most superio .h files have no
Stefan Reinauer
2010-04-30
Remove some warnings. For code that is called from the mainboard romstage.c
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-07
no warnings day
Stefan Reinauer
2010-03-31
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-17
trivial warning fixes, mostly for ACPI code
Stefan Reinauer
2010-02-24
Add Win Enterprises' PL6064 board
Anish K. Patel
2010-02-23
Remove nonsensical wrapper for function in
Stefan Reinauer
2010-02-14
Add missing Copyright line, sorry.
Uwe Hermann
2010-02-14
Add w83627hf_set_clksel_48() function which sets CLKSEL to 48MHz.
Anish K Patel
2010-02-07
newconfig is no more.
Patrick Georgi
2009-12-28
trival. All the changes is about comment and spaces.
Zheng Bao
2009-10-30
Remove some warnings from the tyan s2895.
Myles Watson
2009-08-25
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-12
Kconfig!
Patrick Georgi
2009-06-03
Revert "CMOS: Add set_option and rework get_option."
Luc Verhaegen
2009-06-03
CMOS: Add set_option and rework get_option.
Luc Verhaegen
2009-02-28
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2008-10-02
Whitespace cleanup (trivial).
Myles Watson
2008-10-01
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2007-05-16
Cosmetic changes: push includes to top of file in chip.h files.
Roger Zauner
2006-11-05
Use the canonical name of the vendors/devices and the
Uwe Hermann
2006-08-11
cleanup patch from Uwe Hermann.
Stefan Reinauer
2005-07-08
eric patch
Yinghai Lu
2005-01-13
cosmetics. \n is enough here.
Stefan Reinauer
2004-11-11
mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...
Eric Biederman
2004-11-08
*** empty log message ***
Yinghai Lu
2004-11-04
- Update abuild.sh so it will rebuild successfull builds
Eric Biederman
2004-11-02
*** empty log message ***
Yinghai Lu
2004-10-27
S2885 winbond Superio all resource set
Yinghai Lu
2004-10-20
Tyan update to work with new CPU Config
Yinghai Lu
2004-10-16
- First stab at running linuxbios without the old static device tree.
Eric Biederman
2004-07-01
Intel E7501 P64H2 ICH5R support
Yinghai Lu
2004-05-27
Fixed a silly typo :)
David W. Hendricks
2004-05-26
GPIO2 and GPIO3 support for HF part.
David W. Hendricks
2004-04-29
changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak
Li-Ta Lo
2004-04-21
yhlu's pnp patch
Li-Ta Lo
2004-03-25
sio-enable, because the init is not called. Without the init_keyboard,
Stefan Reinauer
2004-03-12
forgot to do a cvs add
Ronald G. Minnich