index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
superio
/
via
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/superio: Remove unused superio chips
Martin Roth
2019-10-13
4
-260
/
+0
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-1
/
+1
*
superio/via: remove LDN-specific ops overrides
Felix Held
2018-07-25
1
-12
/
+12
*
superio: move files to match the common naming scheme
Felix Held
2018-07-06
2
-1
/
+1
*
src/superio: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-07
1
-1
/
+1
*
device/pnp: remove struct io_info
Samuel Holland
2017-06-13
1
-11
/
+11
*
superio/*: Relocate Kconfig to chip folder.
Omar Pakker
2016-08-09
1
-0
/
+0
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
5
-20
/
+0
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
5
-6
/
+5
*
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-10-27
1
-2
/
+2
*
superio,Makefile.inc: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-17
1
-1
/
+0
*
uart: Redefine Kconfig options
Kyösti Mälkki
2014-04-09
1
-1
/
+1
*
uart8250: Drop includes in superio
Kyösti Mälkki
2014-02-06
1
-1
/
+0
*
pnp: Add some default functions to enter/exit config state
Nico Huber
2013-07-03
1
-17
/
+2
*
pnp: Remove now plain wrappers for default PnP functions
Nico Huber
2013-06-17
1
-6
/
+1
*
pnp: Register implementations of enter/exit config state
Nico Huber
2013-06-17
1
-6
/
+8
*
pnp: Provide alternative pnp_enable() implementation
Nico Huber
2013-06-17
1
-2
/
+1
*
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-03-01
2
-2
/
+2
*
Remove chip.h files without config structure
Kyösti Mälkki
2012-10-07
2
-31
/
+0
*
Auto-declare chip_operations
Kyösti Mälkki
2012-08-22
1
-2
/
+0
*
Clean up #ifs
Patrick Georgi
2012-05-08
1
-1
/
+1
*
remove trailing whitespace
Stefan Reinauer
2011-11-01
1
-1
/
+1
*
fix boards that still had some uart init remainders
Stefan Reinauer
2011-04-20
1
-9
/
+0
*
Drop baud rate init to an arbitrary baud rate from Super I/O code. ...
Stefan Reinauer
2011-04-19
1
-1
/
+1
*
It turns out that the code which enables specific LDN is somewhat buggy.
Rudolf Marek
2011-02-19
1
-4
/
+1
*
add license headers to some trivial files and pc87427.h
Stefan Reinauer
2010-12-17
2
-0
/
+38
*
C and other Super I/O cosmetic fixes.
Uwe Hermann
2010-11-15
1
-11
/
+11
*
Add #include guards to all Super I/O header files (trivial).
Uwe Hermann
2010-11-08
1
-0
/
+5
*
Various Super I/O fixes and corrections.
Uwe Hermann
2010-11-06
4
-92
/
+105
*
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-09-30
1
-1
/
+1
*
Use lists instead of arrays for resources in devices to reduce memory usage.
Myles Watson
2010-05-21
1
-21
/
+18
*
remove more warnings
Stefan Reinauer
2010-04-03
1
-3
/
+3
*
Fix all the format string warnings.
Myles Watson
2010-03-22
1
-2
/
+2
*
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-22
1
-5
/
+5
*
Various license header consistency fixes (trivial).
Uwe Hermann
2010-02-15
3
-18
/
+15
*
newconfig is no more.
Patrick Georgi
2010-02-07
1
-23
/
+0
*
trival. All the changes is about comment and spaces.
Zheng Bao
2009-12-28
5
-28
/
+88
*
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-10-09
1
-1
/
+0
*
More kconfig cleanups:
Uwe Hermann
2009-10-09
1
-0
/
+1
*
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-25
1
-1
/
+1
*
Kconfig!
Patrick Georgi
2009-08-12
3
-0
/
+5
*
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2009-02-28
1
-6
/
+6
*
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2008-10-01
1
-1
/
+2
*
Use the canonical name of the vendors/devices and the
Uwe Hermann
2006-11-05
1
-1
/
+1
*
fixed fsf address
Ronald G. Minnich
2005-11-22
1
-2
/
+2
*
EPIA-M fixup
Ronald G. Minnich
2005-11-22
1
-17
/
+73
*
Updating FSF address in the code.
Stefan Reinauer
2005-10-05
2
-4
/
+4
*
Clean up vt1211 SuperIO support and make the EPIA-M config use it.
Jonathan McDowell
2005-08-08
3
-89
/
+112
*
- Update abuild.sh so it will rebuild successfull builds
Eric Biederman
2004-11-04
1
-1
/
+1
*
- Bump the LinuxBIOS major version
Eric Biederman
2004-10-21
2
-2
/
+2
[next]