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
Age
Commit message (
Expand
)
Author
2010-10-13
Remove various .c #includes from Intel i810/i82801ax/i82801bx boards.
Uwe Hermann
2010-10-13
Convert all Intel i810 boards to CAR.
Uwe Hermann
2010-10-12
Move translate_spd_to_i82810[] from .h to .c file (trivial).
Uwe Hermann
2010-10-11
Factor out a few commonly duplicated functions from northbridge.c.
Uwe Hermann
2010-10-09
Remove various .c #includes from Intel 440BX/82371EB boards.
Uwe Hermann
2010-10-06
Convert all Intel 440BX boards to Cache-as-RAM (CAR).
Uwe Hermann
2010-10-05
Remove lib/ramtest.c-include from all CAR boards.
Patrick Georgi
2010-10-01
Make i945/raminit.c:fsbclk() return u16 rather than int
Peter Stuge
2010-10-01
Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GM
Peter Stuge
2010-10-01
Move several i945 config #defines from romstage.c to Kconfig.
Patrick Georgi
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-09-25
Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial).
Uwe Hermann
2010-09-25
Keep the mc146818rtc.h include close to the option table include where
Myles Watson
2010-09-25
- Fix race condition in option_table.h generation by moving the include
Stefan Reinauer
2010-09-20
A number of cleanups for 440BX raminit code.
Keith Hui
2010-09-13
Convert i945 boards to use reserved resources instead of directly adding
Myles Watson
2010-09-02
Trivial warning fix for adl855pc.
Myles Watson
2010-08-30
We call this cache as ram everywhere, so let's call it the same in Kconfig
Stefan Reinauer
2010-08-30
This file was missing from r5751.
Andreas Schultz
2010-08-30
Rework i855GM/i855GME support
Andreas Schultz
2010-08-27
drop three unneeded config variables:
Jens Rottmann
2010-08-26
CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /
Jens Rottmann
2010-08-26
One of my boards needs this mini delay in order to survive ram initialization.
Stefan Reinauer
2010-08-25
Fix i945 based boards
Stefan Reinauer
2010-08-03
Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
Stefan Reinauer
2010-08-03
VGA code needs to be refactored before it can be compiled conditionally.
Myles Watson
2010-08-02
Build VGA code conditionally to avoid errors when using SeaBIOS.
Myles Watson
2010-08-01
Update my old, no longer active email addresses
Corey Osgood
2010-07-08
Fix all warnings in the tree
Stefan Reinauer
2010-07-07
Kill a few more warnings.
Myles Watson
2010-07-06
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-06-20
This patch implements GFXUMA on all supported i810 boards. Also some fix-ups ...
Joseph Smith
2010-06-17
Always enable parent resources before child resources.
Myles Watson
2010-06-09
Same conversion as with resources from static arrays to lists, except
Myles Watson
2010-05-27
Fix MBI walker.
Joseph Smith
2010-05-27
fix warnings.
Stefan Reinauer
2010-05-25
cosmetics.
Stefan Reinauer
2010-05-21
Use lists instead of arrays for resources in devices to reduce memory usage.
Myles Watson
2010-05-14
i945:
Stefan Reinauer
2010-05-14
Fix i945 ACPI for ASL Optimizing Compiler version 20100428.
Stefan Reinauer
2010-05-14
license header fixes
Nils Jacobs
2010-05-09
i82830: fix debugging output and clarify bracketing
Stefan Reinauer
2010-04-30
fix compilation of mtarvon
Stefan Reinauer
2010-04-30
Get rid of a few more warnings.
Myles Watson
2010-04-27
Enable 440BX NB to use large memory modules
Anders Jenbo
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-27
Remove some additional white space to make it look nicer in nano
Anders Jenbo
2010-04-20
Make RAM init on i945GC work
Patrick Georgi
2010-04-16
fix romcc compiled i3100 boards.
Stefan Reinauer
2010-04-16
zero warnings days: unify mp tables. fix warnings.
Stefan Reinauer
2010-04-15
zero warnings days...
Stefan Reinauer
2010-04-15
the dump function assumed that the mbi data comes right after the header.
Stefan Reinauer
2010-04-14
drop setup_ics code that was blatantly copied from cx700 and
Stefan Reinauer
2010-04-14
drop quite a lot of dead code that did nothing but produce warnings and make
Stefan Reinauer
2010-04-14
fix digitallogic adl855pc compilation (and clean up the warnings while at it)
Stefan Reinauer
2010-04-13
ip1000: fix seabios start, fix flash gpio detection
Stefan Reinauer
2010-04-11
add int15 handler for thomson ip1000
Stefan Reinauer
2010-04-11
simplify ram_read32 on i82830
Stefan Reinauer
2010-04-11
More trivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR.
Joseph Smith
2010-04-11
Trivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR.
Joseph Smith
2010-04-09
zero warning days.
Stefan Reinauer
2010-04-09
1. This patch adds CAR for Intel P6 series processors.
Joseph Smith
2010-03-31
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-31
This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and
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
drop some unused files and fix warnings on i945 based systems.
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-17
This is kind of a pre CAR patch to properly allocate "shared" graphics memory
Joseph Smith
2010-03-17
more warning fixes.
Stefan Reinauer
2010-03-17
From Keith Hui:
Keith Hui
2010-03-16
pci drivers should be const.
Stefan Reinauer
2010-03-13
Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig).
Keith Hui
2010-03-11
Replace clear_memory with memset.
Myles Watson
2010-03-06
440BX: Do not hardcode DIMM number + size anymore.
Keith Hui
2010-03-05
i945 mini patch:
Stefan Reinauer
2010-03-05
This patch is from 2009-10-20
Uwe Hermann
2010-03-01
Fix YABEL guards; make debugging optional; fix some warnings
Stefan Reinauer
2010-03-01
This patch implements MBI (modular bios interface) support to the i830 chipset.
Stefan Reinauer
2010-02-25
Drop i855pm port and rename i855gme to i855 instead.
Stefan Reinauer
2010-02-24
Remove register pressure from e7501 driver by not indirectly referencing
Stefan Reinauer
2010-02-22
drop two warnings (trivial)
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2010-02-15
Various license header consistency fixes (trivial).
Uwe Hermann
2010-02-08
janitor task: unify and cleanup naming.
Stefan Reinauer
2010-02-07
newconfig is no more.
Patrick Georgi
2010-02-01
Alot of it is trivial clean ups and 830 is now able to initialize one row/sid...
Joseph Smith
2010-01-25
This code was copied from amdk8 and never really made usable.
Stefan Reinauer
2010-01-17
Support a few more i945 variants. With this framework in place it should
Stefan Reinauer
2010-01-16
* drop reset files from 945 mainboards (and use southbridge specific reset)
Stefan Reinauer
2009-11-28
Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for
Maciej Pijanka
2009-10-30
Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults.
Uwe Hermann
2009-10-27
Improve coreboot build output and eliminate some warnings:
Uwe Hermann
2009-10-26
Add kconfig menus for most chipset VIDEO_MB values.
Uwe Hermann
2009-10-26
Kontron 986LCD-M update
Stefan Reinauer
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-10-01
Add some trivial numbers for 945, and Core2 Duo E8200 Intel parts
Peter Stuge
2009-09-29
Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.
Myles Watson
[next]