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
/
northbridge
/
intel
/
i82810
Age
Commit message (
Expand
)
Author
2010-04-09
zero warning days.
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-30
drop USE_INIT should be USE_PRINTK_IN_CAR here.
Stefan Reinauer
2010-03-22
Fix all the format string warnings.
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-05
This patch is from 2009-10-20
Uwe Hermann
2010-02-07
newconfig is no more.
Patrick Georgi
2009-10-30
Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults.
Uwe Hermann
2009-10-26
Add kconfig menus for most chipset VIDEO_MB values.
Uwe Hermann
2009-10-19
Clean up some #ifdef CONFIG_*
Myles Watson
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-09-29
Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.
Myles Watson
2009-09-25
some progress on kconfig:
Patrick Georgi
2009-09-22
tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...
Myles Watson
2009-08-12
Kconfig!
Patrick Georgi
2009-07-05
Fix build for i810 boards that don't enable onboard VGA, yet.
Uwe Hermann
2009-07-05
Various Intel 82810/82810E changes which allow onboard VGA to work.
Elia Yehuda
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
Convert the MSI MS-6178 board to CBFS.
Uwe Hermann
2009-06-05
Add a hopefully more correct and flexible set_dram_buffer_strength()
Elia Yehuda
2009-04-30
Add high tables support to all northbridges.
Stefan Reinauer
2009-03-24
Every object file with a struct pci_driver ... __pci_driver needs to be marked
Stefan Reinauer
2008-12-18
Fix the only implicit declaration before it becomes an error.
Corey Osgood
2008-11-21
i810: Add support for multiple DIMMs, both single-sided and double-sided,
Elia Yehuda
2008-11-20
Get rid of the unnecessary indirection by 'struct mem_controller' for the
Uwe Hermann
2008-11-18
i810: Add some more comments, and especially add a list of tested BUFF_SC
Uwe Hermann
2008-01-18
Please bear with me - another rename checkin. This qualifies as trivial, no
Stefan Reinauer
2007-10-27
Drop duplicated and unneeded #defines from some northbridges (trivial).
Uwe Hermann
2007-10-24
Ever wondered where those "setting incorrect section attributes for
Stefan Reinauer
2007-06-19
Various minor cosmetics and coding style fixes (trivial).
Uwe Hermann
2007-06-19
This patch fixes up a couple mistakes I made with the i82810 and mew-vw to make
Corey Osgood
2007-06-14
Add initial support for the Intel 82810 northbridge.
Corey Osgood