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
/
northbridge
/
intel
/
i3100
Age
Commit message (
Expand
)
Author
2014-11-01
northbridge/intel: Use DEVICE_NOOP macro over dummy symbol
Edward O'Callaghan
2014-10-18
i3100: Convert to per-device ACPI
Vladimir Serbinenko
2014-07-29
Uniformly spell frequency unit symbol as Hz
Elyes HAOUAS
2014-07-11
src: Make use of 'CEIL_DIV(a, b)' macro across tree
Edward O'Callaghan
2014-07-08
northbridge: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-05-25
northbridge/intel/i3100/raminit.c: Uninitialized variable
Edward O'Callaghan
2014-01-13
lib: Make log2() available in romstage on ARM, not just x86
Alexandru Gagniuc
2013-09-11
CBMEM northbridges: Remove references to global high_tables_base
Kyösti Mälkki
2013-07-11
Set PCI bus operations at buildtime for ramstage
Kyösti Mälkki
2013-07-04
Move select MMCONF_SUPPORT under northbridge (fix)
Kyösti Mälkki
2013-07-03
Move select MMCONF_SUPPORT under northbridge
Kyösti Mälkki
2013-05-10
Get rid of a number of __GNUC__ checks
Stefan Reinauer
2013-05-10
Drop prototype guarding for romcc
Stefan Reinauer
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-02-28
Drop CONFIG_WRITE_HIGH_TABLES
Stefan Reinauer
2013-02-14
sconfig: rename lapic_cluster -> cpu_cluster
Stefan Reinauer
2013-02-14
sconfig: rename pci_domain -> domain
Stefan Reinauer
2013-02-11
Intel: Replace MSR 0xcd with MSR_FSB_FREQ
Patrick Georgi
2012-11-28
Remove assembly coded log2 function
Ronald G. Minnich
2012-11-27
Get rid of drivers class
Patrick Georgi
2012-08-22
Auto-declare chip_operations
Kyösti Mälkki
2012-07-24
Rename cache_lbmem() to cache_ramstage()
Stefan Reinauer
2012-05-08
Clean up #ifs
Patrick Georgi
2012-03-07
Move C labels to start-of-line
Patrick Georgi
2011-09-09
Replace while with do; while to avoid repetition
Noe Rubinstein
2010-12-13
We hardcode highmemory size in every northbridge! This is bad, and especiall...
Rudolf Marek
2010-11-18
Move DIMM_MAP_LOGICAL to Kconfig.
Patrick Georgi
2010-11-15
Move RCBA defines to northbridge (instead of mainboard)
Patrick Georgi
2010-10-26
Convert some comments to proper Doxygen syntax.
Uwe Hermann
2010-10-11
Factor out a few commonly duplicated functions from northbridge.c.
Uwe Hermann
2010-09-30
Rename build system variables to be more intuitive, and
Patrick Georgi
2010-08-30
We call this cache as ram everywhere, so let's call it the same in Kconfig
Stefan Reinauer
2010-08-27
drop three unneeded config variables:
Jens Rottmann
2010-07-08
Fix all warnings in the tree
Stefan Reinauer
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-21
Use lists instead of arrays for resources in devices to reduce memory usage.
Myles Watson
2010-04-30
fix compilation of mtarvon
Stefan Reinauer
2010-04-30
Get rid of a few more warnings.
Myles Watson
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
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-14
drop quite a lot of dead code that did nothing but produce warnings and make
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-22
Fix all the format string warnings.
Myles Watson
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-16
pci drivers should be const.
Stefan Reinauer
2010-03-11
Replace clear_memory with memset.
Myles Watson
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2010-02-15
Various license header consistency fixes (trivial).
Uwe Hermann
[next]