coreboot.git
2010-10-12 Uwe HermannMove translate_spd_to_i82810[] from .h to .c file ...
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
2010-10-12 Warren TurkalReduce duplicate definition in CAR code.
2010-10-12 Warren TurkalBuild bootblock.S instead of bootblock.c.
2010-10-11 Sylvain HitierFix typo after r5925.
2010-10-11 Uwe HermannBuild fixes (trivial).
2010-10-11 Uwe HermannFirst round of ICH2/ICH2-M cleanups after split from...
2010-10-11 Uwe HermannFactor out a few commonly duplicated functions from...
2010-10-10 Stefan Reinauerfix typo in minilzma.cc, found by Idwer.
2010-10-10 Stefan Reinauerdon't include unused code, we only need the header.
2010-10-10 Stefan Reinauerfix typos found by zbao in other files.
2010-10-10 Rudolf MarekSame applies for SB600.
2010-10-10 Rudolf MarekFollowing patch fixes the boot_switch_sata_ide logic...
2010-10-10 Rudolf MarekFollowing patch enables UDMA on ALL IDE devices. The...
2010-10-10 Zheng BaoTrivial. Spelling check.
2010-10-09 Uwe HermannRemove various .c #includes from Intel 440BX/82371EB...
2010-10-09 Zheng BaoTrivial. Spell checking.
2010-10-09 Zheng BaoTrivial. Spell checking.
2010-10-08 Uwe HermannDrop unused i82801ax_early_lpc.c and i82801bx_early_lpc.c.
2010-10-08 Uwe HermannRound 2 of i82801AX fixes to get it into a usable shape.
2010-10-08 Uwe HermannIntel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c.
2010-10-08 Zheng BaoTrivial. Spell checking.
2010-10-08 Zheng BaoTrivial. Fix the typo.
2010-10-07 Uwe HermannRemove some duplicate #include files (trivial).
2010-10-07 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-10-07 Scott DuplichanRS780 function ProgK8TempMmioBase is setting a reserved
2010-10-07 Uwe HermannConvert all Intel 82371AB/EB/MB based boards to TINY_BO...
2010-10-06 Uwe HermannConvert all Intel 440BX boards to Cache-as-RAM (CAR).
2010-10-05 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-10-05 Jonathan KollaschUse %p instead of %x to print void *.
2010-10-05 Eric W. BiedermanmkelfImage: set kernel_alignment so 2.6.31+ work
2010-10-05 Myles WatsonAdd second CK804 for tyan/s2895 and sunw/ultra40.
2010-10-05 Patrick Georgiattached patch moves a couple more config flags out...
2010-10-05 Patrick Georgi- move EHCI_BAR_INDEX to ehci.h - it's constant as...
2010-10-05 Patrick GeorgiRemove lib/ramtest.c-include from all CAR boards.
2010-10-04 Uwe HermannAdd missing Intel Pentium II/III era CPU IDs.
2010-10-02 Uwe HermannAdd comments to make it clear why these two lines are...
2010-10-02 Uwe HermannAllow selecting the physical USB Debug Port on AMD...
2010-10-02 Uwe HermannAMD SB600 uses a hardcoded USB Debug Port number.
2010-10-02 Jonathan KollaschDon't define K8_4RANK_DIMM_SUPPORT, nothing uses it.
2010-10-02 Jonathan KollaschFix spelling/typos in comments.
2010-10-01 Myles WatsonRedirect the output of iasl to a file to make the build...
2010-10-01 Uwe HermannFactor out common CAR asm snippets.
2010-10-01 Uwe HermannCosmetics, whitespace and coding-style fixes for Intel...
2010-10-01 Myles WatsonFix make warnings:
2010-10-01 Myles WatsonFix some breakage from 5890.
2010-10-01 Patrick GeorgiMove CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into...
2010-10-01 Stefan Reinauerfix VIA C7 code.
2010-10-01 Patrick GeorgiICS951462_ADDRESS defined but _never_ used. Drop it.
2010-10-01 Peter StugeMake i945/raminit.c:fsbclk() return u16 rather than int
2010-10-01 Patrick GeorgiRemove a couple of defines that seem to be the result of
2010-10-01 Peter StugeSplit NORTHBRIDGE_INTEL_I945 into more precise _I945GC...
2010-10-01 Uwe HermannAdd missing parenthesis (trivial).
2010-10-01 Patrick GeorgiMove several i945 config #defines from romstage.c to...
2010-10-01 Uwe HermannCAR simplifications, typos, readability improvements...
2010-10-01 Zheng BaoTrivial. Re-indent the code.
2010-09-30 Uwe HermannVarious cosmetic and coding style fixes in CAR code...
2010-09-30 Uwe HermannUse existing, readable MTRR #defines instead of hardcod...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-30 Stefan Reinauerfix Kontron KT690 and clean up socket S1G1 boards accor...
2010-09-30 Stefan Reinauerdrop unneeded earlymtrr.c include
2010-09-30 Warren TurkalMove CAR settings to board config for socket 940 boards.
2010-09-30 Warren TurkalMove VIA C7 board CAR config to VIA C7 instead of boards.
2010-09-29 Patrick GeorgiDon't run clean-abuild on distclean target. It breaks...
2010-09-29 Uwe HermannForgot to 'svn add' src/cpu/x86/name (trivial).
2010-09-29 Uwe HermannFactor out fill_processor_name() and strcpy() functions.
2010-09-28 Jonathan KollaschAs $PWD is not exported by all shells, use make-builtin...
2010-09-28 Warren TurkalFix small typo in root Makefile.
2010-09-28 Uwe HermannDrop some unneeded "#if CONFIG_USBDEBUG" (trivial).
2010-09-28 Myles WatsonRemove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE...
2010-09-28 Zheng BaoTrivial. re-Indent the code.
2010-09-27 Warren TurkalI missed these boards in a previous commit.
2010-09-27 Stefan ReinauerGood bye, OLPC...
2010-09-27 Warren TurkalAll these boards already had the CACHE_AS_RAM option...
2010-09-27 Warren TurkalMove CAR config from mainboard to CPU config for AMD...
2010-09-27 Warren TurkalThe commandline parsing for abuild doing a couple of...
2010-09-27 Warren TurkalThis patch moves one of the CAR configs to the socket...
2010-09-27 Xavi Drudis... Obviously missing brackets.
2010-09-27 Stefan Reinauerdrop some dead code from model_fxx_init.c
2010-09-27 Stefan Reinaueroops. always run abuild on a clean tree with no other...
2010-09-27 Stefan ReinauerRAMBASE = 0x4000 is no longer needed. Drop it.
2010-09-27 Stefan Reinauerdrop excessive blank line
2010-09-27 Stefan ReinauerAdd 2 missing license headers based on svn logs and...
2010-09-27 Stefan Reinauerminor include cleanups
2010-09-27 Uwe HermannAdd a kconfig option to allow the user to select a...
2010-09-27 Uwe HermannAdd a few missing license headers based on svn logs...
2010-09-27 Stefan Reinauerdrop double include (trivial)
2010-09-26 Jonathan KollaschDuplicate the MCP55 EHCI Debug Port enable code for...
2010-09-26 Warren Turkali82801bx defines the hard reset function, so move the...
2010-09-26 Warren TurkalRemove hard reset config from some mainboard configs
2010-09-26 Stefan Reinauerdrop some more unneeded ../../..
2010-09-26 Warren TurkalNormalize the config option for the Intel Atom CPU.
2010-09-26 Stefan Reinauerthe utility is called dumpmmcr, not dump_mmcr
2010-09-26 Stefan Reinauerdumpmmcr utility is available under util and shares...
2010-09-26 Stefan Reinauerupdate license header for dumpmmcr utility according...
2010-09-26 Uwe HermannFix the build, CONFIG_USBDEBUG must always be defined...
2010-09-26 Uwe HermannOnly show the USB Debug Port kconfig option to the...
2010-09-25 Uwe HermannVarious Debug Port southbridge implementation fixes...
2010-09-25 Patrick GeorgiMark read-only data as read-only, so the global vars...
2010-09-25 Patrick GeorgiAdd an EHCI driver to libpayload's USB stack.
next