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
Age
Commit message (
Expand
)
Author
2010-04-08
Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...
Myles Watson
2010-04-08
Move Kconfig for HT limits to northbridge/amd/Kconfig.
Myles Watson
2010-04-07
- copy_and_run() gets the same calling convention on AMD and on all the others.
Stefan Reinauer
2010-04-07
no warnings day
Stefan Reinauer
2010-04-07
it's a long term, give the compiler a chance to breathe .. ;-)
Stefan Reinauer
2010-04-07
clean up age old via epia target.
Stefan Reinauer
2010-04-07
fix epia-m700 compilation, and remove more warnings.
Stefan Reinauer
2010-04-07
"no warnings day"
Stefan Reinauer
2010-04-07
- unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY
Stefan Reinauer
2010-04-06
No warnings day, next round.
Stefan Reinauer
2010-04-06
fam10 acpi fix
Stefan Reinauerstepan
2010-04-03
remove more warnings.
Stefan Reinauer
2010-04-03
remove more warnings
Stefan Reinauer
2010-04-02
remove more warnings.
Stefan Reinauer
2010-04-02
remove some more warnings
Stefan Reinauer
2010-04-02
Fix includes for showallroutes.
Myles Watson
2010-04-01
-Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.
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-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-30
fix some amd k8 warnings
Stefan Reinauer
2010-03-30
reduce warnings in MCP55 and Fam10 code
Stefan Reinauer
2010-03-29
trivial warning cleanups
Stefan Reinauer
2010-03-29
dualcore.h and quadcore.h are almost exactly the same.
Stefan Reinauer
2010-03-28
drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more
Stefan Reinauer
2010-03-24
Get rid of type-punned pointer errors.
Myles Watson
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
more warnings gone...
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-10
The following patch implements Opteron Fam 10 rev D (aka Istanbul)
Arne Georg Gleditsch
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
Allow per-board setting of HT clock and width so
Timothy Pearson
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-28
Use the romstraps build infrastructure created for "tinybootblock"
Patrick Georgi
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-23
Remove nonsensical wrapper for function in
Stefan Reinauer
2010-02-22
drop two warnings (trivial)
Stefan Reinauer
2010-02-22
This is a general cleanup patch
Stefan Reinauer
2010-02-16
fix APCI typos.
Stefan Reinauer
2010-02-15
Various license header consistency fixes (trivial).
Uwe Hermann
2010-02-08
Clean up ACPI:
Patrick Georgi
2010-02-08
janitor task: unify and cleanup naming.
Stefan Reinauer
2010-02-07
newconfig is no more.
Patrick Georgi
2010-02-05
this should get the VIA VT8454c in shape with Kconfig
Stefan Reinauer
2010-02-01
Alot of it is trivial clean ups and 830 is now able to initialize one row/sid...
Joseph Smith
2010-01-27
Add the MSR writes that are needed to provide VGA legacy routing for the Geod...
Edwin Beasant
2010-01-27
Change memory map of geode lx: 768kb-systop is a
Edwin Beasant
2010-01-26
Mark c0000-fffff as usable on geode-lx. SeaBIOS needs it.
Edwin Beasant
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
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-16
* drop reset files from 945 mainboards (and use southbridge specific reset)
Stefan Reinauer
2010-01-06
Move fam10 temp files from build/ to build/northbridge/amd/amdfam10/ Trivial.
Myles Watson
2010-01-06
Fix amdht on newer compilers.
Patrick Georgi
2009-12-31
romcc:
Patrick Georgi
2009-11-28
Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for
Maciej Pijanka
2009-11-18
Update amdk8/util.c since __PRE_RAM__. Make node & link more unique.
Myles Watson
2009-11-06
Remove drivers/pci/onboard. The only purpose was for option ROMs, which are
Myles Watson
2009-11-06
Split the two usages of __ROMCC__:
Myles Watson
2009-11-05
Add debugging utility file for dumping routing registers on K8.
Myles Watson
2009-10-30
Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults.
Uwe Hermann
2009-10-30
Remove some warnings from the tyan s2895.
Myles Watson
2009-10-28
Drop remainders of PPC port
Stefan Reinauer
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-26
Define some variables that were not defined. There are a couple left.
Myles Watson
2009-10-24
Trivial regrouping of a calculation to simplify it.
Myles Watson
2009-10-24
Fix K8 boards high tables on UMA systems (KT690 for example)
Stefan Reinauer
2009-10-23
Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses before
Myles Watson
2009-10-23
Remove PRINTK_IN_CAR tests from AMD files.
Myles Watson
2009-10-20
When I converted an #ifdef to an #if it broke the code because the variable was
Myles Watson
2009-10-19
Clean up some #ifdef CONFIG_*
Myles Watson
2009-10-18
Simplify Kconfig files by using "select" where possible (trivial).
Uwe Hermann
2009-10-18
Drop dead/unused code (trivial).
Uwe Hermann
2009-10-16
Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.
Myles Watson
2009-10-15
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
Myles Watson
2009-10-14
Fix high tables address calculation on cn700 with VIDEO_MB > 0.
Myles Watson
2009-10-14
White space and typo fixes. This makes it easier to compare the s2895 & s2892.
Myles Watson
2009-10-12
Make fam10 build (but not boot due to bootblock size problems.)
Myles Watson
2009-10-09
Add const to get rid of some warnings when passing quoted strings.
Myles Watson
2009-10-09
Remove default n statements to simplify .config and ldoptions files.
Myles Watson
2009-10-08
Disable x86emu for via based boards which bring
Patrick Georgi
2009-10-08
More kconfig:
Patrick Georgi
2009-10-04
Add initial kconfig support for all AMD GX1 boards.
Uwe Hermann
2009-10-03
Tell vgabios code in a couple of boards/chipsets about CBFS
Patrick Georgi
2009-10-01
Add some trivial numbers for 945, and Core2 Duo E8200 Intel parts
Peter Stuge
2009-10-01
Fix Kconfig build for K8 boards.
Myles Watson
[next]