aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-06440BX: Do not hardcode DIMM number + size anymore.Keith Hui
2010-03-06Add support for the 0x06B1 CPU ID for Celeron (Tualatin).Keith Hui
2010-03-05Remove redundant run_bios prototype. Trivial.Myles Watson
2010-03-051. Move run_bios prototype to device.hMyles Watson
2010-03-05i945 mini patch:Stefan Reinauer
2010-03-05Fix creation of coreboot.bootblock when -O2 is specified instead of -Os (4GB ...Stefan Reinauer
2010-03-05Add support for the ASUS P2B-LS mainboard.Keith Hui
2010-03-05Add proper Slot 1 CPU support code/infrastructure.Keith Hui
2010-03-05This patch fixes two things:Stefan Reinauer
2010-03-05This patch is from 2009-10-20Uwe Hermann
2010-03-01Whitespace changes to make s2912_fam10/ms9652_fam10 more similar.Uwe Hermann
2010-03-01Drop unused doit.sh files (trivial).Uwe Hermann
2010-03-01Various cometic and coding-style fixes (trivial).Uwe Hermann
2010-03-01- Simplify stack size determination: MAX_CPUS * STACK_SIZEPatrick Georgi
2010-03-01Add msi/ms9652_fam10 board.Timothy Pearson
2010-03-01Allow per-board setting of HT clock and width soTimothy Pearson
2010-03-01Fix YABEL guards; make debugging optional; fix some warningsStefan Reinauer
2010-03-01This patch implements MBI (modular bios interface) support to the i830 chipset.Stefan Reinauer
2010-03-01- Add rules that build either 4 or 5 ssdts (only those variants exist in the ...Patrick Georgi
2010-02-28Use the romstraps build infrastructure created for "tinybootblock"Patrick Georgi
2010-02-28disable AP_CODE_IN_CAR. The K8 code has an alternate code path to do the job,Stefan Reinauer
2010-02-28use names instead of numbers where possible, also print a better message if noStefan Reinauer
2010-02-28Add attribute((noreturn)) to romccStefan Reinauer
2010-02-28- Add config flag for boards that have their own fadt.cPatrick Georgi
2010-02-28assert.h: have the same information on asserts in romcc and non-romcc code.Stefan Reinauer
2010-02-27Put .config, build/, coreboot-builds (abuild) andPatrick Georgi
2010-02-27- make HAVE_HARD_RESET match what newconfig didPatrick Georgi
2010-02-27This does the following:Stefan Reinauer
2010-02-26Work around stack size breakage observed on fam10.Zheng Bao
2010-02-25drop unused fileStefan Reinauer
2010-02-25Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi
2010-02-25Drop i855pm port and rename i855gme to i855 instead.Stefan Reinauer
2010-02-25Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi
2010-02-25Various minor fixes (trivial).Uwe Hermann
2010-02-25Make Kconfig more similar to newconfig: enable "HAVE_HIGH_TABLES" perStefan Reinauer
2010-02-25HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer
2010-02-24Add Win Enterprises' PL6064 boardAnish K. Patel
2010-02-24Enable user selectable bootblocks, and provide a bootblock thatPatrick Georgi
2010-02-24This patch fixes an issue with the wrong build rules being selected.Patrick Georgi
2010-02-24Remove register pressure from e7501 driver by not indirectly referencingStefan Reinauer
2010-02-24Several fixes to the supermicro/h8qme_fam10 board, so itKnut Kujat
2010-02-23Clobber registers as appropriate in AMD CAR code, andRudolf Marek
2010-02-23Remove nonsensical wrapper for function inStefan Reinauer
2010-02-23- Remove src/arch/i386/init/ldscript_cbfs.lb as it's not used anymorePatrick Georgi
2010-02-23Only handle code as "driver" that actually uses our driverPatrick Georgi
2010-02-23Find out the svnversion we are working on is quite important.Zheng Bao
2010-02-23Disable ACPI Resume on asus/m2v-mx_se, it's brokenRudolf Marek
2010-02-23Adjust msi/ms7135 DCACHE_RAM_* config to previous 32KiB values,Jonathan A. Kollasch
2010-02-22Random cosmetic fixes (trivial).Uwe Hermann
2010-02-22Fix SMM handler comment. Thanks for noticing, Peter!Stefan Reinauer
2010-02-22- Make walkcbfs capable of loading files other than the firstPatrick Georgi
2010-02-22drop empty x86emu MakefileStefan Reinauer
2010-02-22Inteltool: Add i830/Tolapai/Ich4 supportStefan Reinauer
2010-02-22mini update SMM:Stefan Reinauer
2010-02-22drop two warnings (trivial)Stefan Reinauer
2010-02-22CONFIG_ was missing.Stefan Reinauer
2010-02-22fix builds...Stefan Reinauer
2010-02-22don't call verify_copy_pirq_routing_table() if it's not there.Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2010-02-21Add Doxyfile to bayouStefan Reinauer
2010-02-20trival. All the changes is about comment and spaces.Zheng Bao
2010-02-19Revert deletion of src/arch/i386/init.Patrick Georgi
2010-02-191. Change CONFIG_DEBUG to DEBUG in util/x86emu/*Myles Watson
2010-02-16fix APCI typos.Stefan Reinauer
2010-02-15fix clock polling in pc97317 driver.Stefan Reinauer
2010-02-15Document the reason for r5124 in the code/Makefile (trivial).Uwe Hermann
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-14Add missing Copyright line, sorry.Uwe Hermann
2010-02-14Add w83627hf_set_clksel_48() function which sets CLKSEL to 48MHz.Anish K Patel
2010-02-13I was having problems building a working romcc with the -O2Marc Jones
2010-02-12romcc: Fix a few (harmless) warningsPeter Stuge
2010-02-12This patch allows a Kconfig option to choose between 64MB (IP1000) and 128MB ...Joseph Smith
2010-02-12update doxygen config file to latest doxygen versionStefan Reinauer
2010-02-12Add two YABEL options to KconfigStefan Reinauer
2010-02-11Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers,Patrick Georgi
2010-02-11Adapt all uses of CONFIG_XIP_ROM_BASE to usePatrick Georgi
2010-02-11Don't remove config.h on "make clean"Patrick Georgi
2010-02-11romcc: Ignore empty string tokens. So far, romcc emitted a single double-quot...Patrick Georgi
2010-02-11$(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We doStefan Reinauer
2010-02-11separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer
2010-02-10Improve compiler detection and configuration in xcompile.Patrick Georgi
2010-02-10Do not print the full path name to coreboot.rom in "cbfstool print" (trivial).Uwe Hermann
2010-02-10Forgot a CBFS_PREFIX change in appropriate commit (r5102).Patrick Georgi
2010-02-10Remove uses of the shell to remove double quotes, or to figure out thePatrick Georgi
2010-02-10Handle potential race condition with $(obj)/util/cbfstoolPatrick Georgi
2010-02-10Remove two perl calls with sed, and adds an alternativePatrick Georgi
2010-02-10fix doxyfile pathStefan Reinauer
2010-02-10python is no longer used in abuild.Stefan Reinauer
2010-02-10Drop src/config alltogetherStefan Reinauer
2010-02-09Emergency fix: r5102 carried some local change that doesn'tPatrick Georgi
2010-02-09Add image updating support. When selecting it, itPatrick Georgi
2010-02-09Allow building images with different prefixes (ie. normal/romstage,Patrick Georgi
2010-02-09I took Rob Landley's nice "menuconfig2html.py" script fromStefan Reinauer
2010-02-09Actually set HAVE_OPTION_TABLES for the boards that need it.Patrick Georgi
2010-02-09Move all the copies of the romstage.inc rule toPatrick Georgi
2010-02-09The COM2 enable code is global now. Use global API andPatrick Georgi
2010-02-09Port of CS5536 early UART setup from v3.Edwin Beasant
2010-02-08update coreboot trunk versionStefan Reinauer
2010-02-08get rid of old news.Stefan Reinauer