index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
southbridge
/
nvidia
/
mcp55
Age
Commit message (
Expand
)
Author
2010-03-22
Fix all the format string warnings.
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-02-15
Various license header consistency fixes (trivial).
Uwe Hermann
2010-02-07
newconfig is no more.
Patrick Georgi
2010-01-18
Move all IOAPIC selection to southbridges, and remove them
Patrick Georgi
2010-01-16
coreboot has 13 instances of IOAPIC setup distributed across a lot
Stefan Reinauer
2010-01-16
coreboot used to have two different "APIs" for memory accesses:
Stefan Reinauer
2010-01-06
Kconfig builds all boards now.
Patrick Georgi
2009-11-27
Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...
Patrick Georgi
2009-10-15
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
Myles Watson
2009-10-09
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-10-04
This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.
Patrick Georgi
2009-08-25
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-24
Add support for Nvidia Southbridges to Kconfig.
Myles Watson
2009-07-10
Apparently I'm not the only one who forgets which way the outb and
Ed Swierk
2009-07-02
Move the v3 resource allocator to v2.
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-19
ChangeLog:
Harald Gutmann
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-04-28
fix warning: no return statement in function returning non-void
Stefan Reinauer
2009-03-13
This, ladies and gentlement, is commit #4000.
Stefan Reinauer
2009-02-28
coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3
Stefan Reinauer
2008-12-22
Fix implicit udelay src/southbridge/nvidia/mcp55/mcp55_aza.c
Carl-Daniel Hailfinger
2008-10-01
The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of
Carl-Daniel Hailfinger
2008-02-25
This trivial patch removes an unused local variable, thus getting rid of
Ronald Hoogenboom
2008-02-20
Route device IRQ through PCI bridge instead in mptable.
Yinghai Lu
2008-01-18
Please bear with me - another rename checkin. This qualifies as trivial, no
Stefan Reinauer
2007-10-24
Ever wondered where those "setting incorrect section attributes for
Stefan Reinauer
2007-09-25
As per suggestion from Yinghai Lu <yinghailu@gmail.com> this patch
Uwe Hermann
2007-09-14
More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE.
Yinghai Lu
2007-02-19
Fix some CHIP_NAME() entries to use canonical names.
Uwe Hermann
2007-02-03
Nvidia MCP55 uses CMD to send/receive bytes instead of DAT0,
bxshi
2007-02-01
This patch adds the MCP55 PCI IDs (without which the southbridge code
Ed Swierk
2007-02-01
Add support for the NVIDIA MCP55 southbridge.
Yinghai Lu