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
/
southbridge
/
amd
/
amd8111
/
amd8111_early_smbus.c
Age
Commit message (
Expand
)
Author
2010-12-08
first round name simplification. drop the <component>_ prefix.
stepan
2010-04-25
no warnings days.
Stefan Reinauer
2010-03-31
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2007-12-19
Additional early AMD8111 southbridge support for Barcelona platforms.
Marc Jones
2004-10-21
- Bump the LinuxBIOS major version
Eric Biederman
2004-03-11
- Moved hlt() to it's own header.
Eric Biederman
2004-03-09
drop dead code.
Stefan Reinauer
2003-12-02
fix quartet and S4880 spd initialization.
Stefan Reinauer
2003-10-13
Drop obsolete ldtstop code. enable smbus_write_byte
Stefan Reinauer
2003-10-11
- O2, enums, and switch statements work in romcc
Eric Biederman
2003-10-06
add smbus_write_byte() function. currently fails in romcc :(
Stefan Reinauer
2003-07-12
- Use an SMBUS_IO_BASE value that will not conflict with an automatically ass...
Eric Biederman
2003-06-18
- A new test case for romcc
Eric Biederman
2003-06-12
- Changes to the pci config routines moving them closer to the non romcc API
Eric Biederman
2003-06-11
- Factoring of auto.c
Eric Biederman