aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-10-12Reduce duplicate definition in CAR code.Warren Turkal
2010-10-12Build bootblock.S instead of bootblock.c.Warren Turkal
2010-10-11Fix typo after r5925.Sylvain Hitier
2010-10-11Build fixes (trivial).Uwe Hermann
2010-10-11First round of ICH2/ICH2-M cleanups after split from i82801xx.Uwe Hermann
2010-10-11Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann
2010-10-10fix typo in minilzma.cc, found by Idwer.Stefan Reinauer
2010-10-10don't include unused code, we only need the header.Stefan Reinauer
2010-10-10fix typos found by zbao in other files.Stefan Reinauer
2010-10-10Same applies for SB600.Rudolf Marek
2010-10-10Following patch fixes the boot_switch_sata_ide logic. It can swapRudolf Marek
2010-10-10Following patch enables UDMA on ALL IDE devices. The current code enables it ...Rudolf Marek
2010-10-10Trivial. Spelling check.Zheng Bao
2010-10-09Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann
2010-10-09Trivial. Spell checking.Zheng Bao
2010-10-09Trivial. Spell checking.Zheng Bao
2010-10-08Drop unused i82801ax_early_lpc.c and i82801bx_early_lpc.c.Uwe Hermann
2010-10-08Round 2 of i82801AX fixes to get it into a usable shape.Uwe Hermann
2010-10-08Intel 82801ax/82801bx: Fix and hook up i82801xx_smbus.c.Uwe Hermann
2010-10-08Trivial. Spell checking.Zheng Bao
2010-10-08Trivial. Fix the typo.Zheng Bao
2010-10-07Remove some duplicate #include files (trivial).Uwe Hermann
2010-10-07Remove duplicate line from pci_ids.h.Jonathan Kollasch
2010-10-07RS780 function ProgK8TempMmioBase is setting a reservedScott Duplichan
2010-10-07Convert all Intel 82371AB/EB/MB based boards to TINY_BOOTBLOCK.Uwe Hermann
2010-10-06Convert all Intel 440BX boards to Cache-as-RAM (CAR).Uwe Hermann
2010-10-05Remove duplicate line from pci_ids.h.Jonathan Kollasch
2010-10-05Use %p instead of %x to print void *.Jonathan Kollasch
2010-10-05mkelfImage: set kernel_alignment so 2.6.31+ workEric W. Biederman
2010-10-05Add second CK804 for tyan/s2895 and sunw/ultra40.Myles Watson
2010-10-05attached patch moves a couple more config flags out of romstage:Patrick Georgi
2010-10-05- move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi
2010-10-05Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi
2010-10-04Add missing Intel Pentium II/III era CPU IDs.Uwe Hermann
2010-10-02Add comments to make it clear why these two lines are written like that:Uwe Hermann
2010-10-02Allow selecting the physical USB Debug Port on AMD SB700.Uwe Hermann
2010-10-02AMD SB600 uses a hardcoded USB Debug Port number.Uwe Hermann
2010-10-02Don't define K8_4RANK_DIMM_SUPPORT, nothing uses it.Jonathan Kollasch
2010-10-02Fix spelling/typos in comments.Jonathan Kollasch
2010-10-01Redirect the output of iasl to a file to make the build quieter.Myles Watson
2010-10-01Factor out common CAR asm snippets.Uwe Hermann
2010-10-01Cosmetics, whitespace and coding-style fixes for Intel CAR (trivial).Uwe Hermann
2010-10-01Fix make warnings:Myles Watson
2010-10-01Fix some breakage from 5890.Myles Watson
2010-10-01Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig,Patrick Georgi
2010-10-01fix VIA C7 code.Stefan Reinauer
2010-10-01ICS951462_ADDRESS defined but _never_ used. Drop it.Patrick Georgi
2010-10-01Make i945/raminit.c:fsbclk() return u16 rather than intPeter Stuge
2010-10-01Remove a couple of defines that seem to be the result ofPatrick Georgi
2010-10-01Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GMPeter Stuge
2010-10-01Add missing parenthesis (trivial).Uwe Hermann
2010-10-01Move several i945 config #defines from romstage.c to Kconfig.Patrick Georgi
2010-10-01CAR simplifications, typos, readability improvements (trivial).Uwe Hermann
2010-10-01Trivial. Re-indent the code.Zheng Bao
2010-09-30Various cosmetic and coding style fixes in CAR code (trivial).Uwe Hermann
2010-09-30Use existing, readable MTRR #defines instead of hardcoding numbers.Uwe Hermann
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-30fix Kontron KT690 and clean up socket S1G1 boards accordingly.Stefan Reinauer
2010-09-30drop unneeded earlymtrr.c includeStefan Reinauer
2010-09-30Move CAR settings to board config for socket 940 boards.Warren Turkal
2010-09-30Move VIA C7 board CAR config to VIA C7 instead of boards.Warren Turkal
2010-09-29Don't run clean-abuild on distclean target. It breaks full abuild runs.Patrick Georgi
2010-09-29Forgot to 'svn add' src/cpu/x86/name (trivial).Uwe Hermann
2010-09-29Factor out fill_processor_name() and strcpy() functions.Uwe Hermann
2010-09-28As $PWD is not exported by all shells, use make-builtin $(CURDIR)Jonathan Kollasch
2010-09-28Fix small typo in root Makefile.Warren Turkal
2010-09-28Drop some unneeded "#if CONFIG_USBDEBUG" (trivial).Uwe Hermann
2010-09-28Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.Myles Watson
2010-09-28Trivial. re-Indent the code.Zheng Bao
2010-09-27I missed these boards in a previous commit.Warren Turkal
2010-09-27Good bye, OLPC...Stefan Reinauer
2010-09-27All these boards already had the CACHE_AS_RAM option in their individualWarren Turkal
2010-09-27Move CAR config from mainboard to CPU config for AMD GX2 boards.Warren Turkal
2010-09-27The commandline parsing for abuild doing a couple of buggy things:Warren Turkal
2010-09-27This patch moves one of the CAR configs to the socket from the singleWarren Turkal
2010-09-27Obviously missing brackets.Xavi Drudis Ferran
2010-09-27drop some dead code from model_fxx_init.cStefan Reinauer
2010-09-27oops. always run abuild on a clean tree with no other patches applied.Stefan Reinauer
2010-09-27RAMBASE = 0x4000 is no longer needed. Drop it.Stefan Reinauer
2010-09-27drop excessive blank lineStefan Reinauer
2010-09-27Add 2 missing license headers based on svn logs and remove an unneeded #includeStefan Reinauer
2010-09-27minor include cleanupsStefan Reinauer
2010-09-27Add a kconfig option to allow the user to select a specific physicalUwe Hermann
2010-09-27Add a few missing license headers based on svn logs, and also add aUwe Hermann
2010-09-27drop double include (trivial)Stefan Reinauer
2010-09-26Duplicate the MCP55 EHCI Debug Port enable code for use with CK804.Jonathan Kollasch
2010-09-26i82801bx defines the hard reset function, so move the "select" statement toWarren Turkal
2010-09-26Remove hard reset config from some mainboard configsWarren Turkal
2010-09-26drop some more unneeded ../../..Stefan Reinauer
2010-09-26Normalize the config option for the Intel Atom CPU.Warren Turkal
2010-09-26the utility is called dumpmmcr, not dump_mmcrStefan Reinauer
2010-09-26dumpmmcr utility is available under util and shares most of the code.Stefan Reinauer
2010-09-26update license header for dumpmmcr utility according to svn history.Stefan Reinauer
2010-09-26Fix the build, CONFIG_USBDEBUG must always be defined (trivial).Uwe Hermann
2010-09-26Only show the USB Debug Port kconfig option to the user if a mainboardUwe Hermann
2010-09-25Various Debug Port southbridge implementation fixes / cosmetics.Uwe Hermann
2010-09-25Mark read-only data as read-only, so the global vars test doesn't fail on it.Patrick Georgi
2010-09-25Add an EHCI driver to libpayload's USB stack.Patrick Georgi
2010-09-25Drop some useless "../../../" in #includes (trivial).Uwe Hermann