aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-26Add kconfig support for all missing Intel 440BX based boards.Uwe Hermann
2009-08-26Asus M2V-MX-SE support in KbuildCristi Magherusan
2009-08-26Enable Direct TMDS for the RS690, which allows to display on HDMI and DVILibra Li
2009-08-26Fix vendor name config variables to match company name (trivial).Uwe Hermann
2009-08-25Use the gnu make .SILENT: mechanism instead of requiringPatrick Georgi
2009-08-25Make PCI_ROM_RUN a boolean (like it is elsewhere) whichPatrick Georgi
2009-08-25Add microcode to socket_940 and socket_F. Part of the last reverting commit.Myles Watson
2009-08-25Revert socket abstraction.Myles Watson
2009-08-25Improve build output.Uwe Hermann
2009-08-25Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist.Uwe Hermann
2009-08-25Add vendor strings in mainboard/Kconfig. Trivial.Myles Watson
2009-08-25Add support for AMD Socket 940. Move common files to model_fxx.Myles Watson
2009-08-25Properly check for the LZMA compression variable, and fix a printPatrick Georgi
2009-08-25Add kconfig support for ASUS P2B-F.Uwe Hermann
2009-08-25Fix copy-paste error in src/cpu/x86/Kconfig.Uwe Hermann
2009-08-25Only build option_table.o if CONFIG_HAVE_OPTION_TABLE is 'y'.Uwe Hermann
2009-08-25Without this patch, if we only got a DIMM in Channel B, memory can not beZheng Bao
2009-08-25Remove pretty useless kconfig help strings, fix some vendor names (trivial).Uwe Hermann
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-24Add support for Nvidia Southbridges to Kconfig.Myles Watson
2009-08-24Add support for AM2 CPUs (I fixed the 0x11 issue).Myles Watson
2009-08-24The variable is already checked when including the socketF subdirectory.Myles Watson
2009-08-24This patch is about the DA-C2 and RB-C2. Chip with install processorZheng Bao
2009-08-21Change the intel cpu makefile.inc so that it fits the model better.Ronald G. Minnich
2009-08-21Trivial spelling corrections.Myles Watson
2009-08-20This goes a surprisingly long way to building the epia-n. It also hasRonald G. Minnich
2009-08-2020090819-2-trim-down-cbfs:Patrick Georgi
2009-08-19Add an error message if there is a zero-sized fixed resource. Fix the existingMyles Watson
2009-08-19Don't let zero sized fixed resource mess up the allocator's memory map.Patrick Georgi
2009-08-19Reduce size of the romstage on various boards that fail to build on QA.Patrick Georgi
2009-08-19The Errata350 is "Write 0000_8000h to register F2x[1, 0]9C_xD080F0C.", instea...Zheng Bao
2009-08-18Correct usage of Makefile.inc and add support for cn400Ronald G. Minnich
2009-08-18Add via south support. Correct usage of conditional variables. Ronald G. Minnich
2009-08-18Add the rest of the files.Jon Harrison
2009-08-17Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity::Jon Harrison
2009-08-17Remove unused normal image option in KconfigCristi Magherusan
2009-08-17Allow setting up a VGABIOS image in KconfigCristi Magherusan
2009-08-17Add 4MB ROM image size to KconfigCristi Magherusan
2009-08-13- AMD selected a couple of options that are incompatible with QEmu (andPatrick Georgi
2009-08-13Fix some conflicting types of variablesPatrick Georgi
2009-08-12Remove duplicate file, adjust Makefile to use the original copy.Patrick Georgi
2009-08-12drop extra whitespace at end of line for i945 + ICH7 (trivial)Stefan Reinauer
2009-08-12This now builds. Ronald G. Minnich
2009-08-12Fix multiple missing files and errors from the recent commit. This happenedRonald G. Minnich
2009-08-12Missing files from last patch.Ronald G. Minnich
2009-08-12Kconfig!Patrick Georgi
2009-08-11Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi
2009-08-11cpu/amd/model_lx used its own routine for copying coreboot_ram. ThisPatrick Georgi
2009-08-11The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA sho...Zheng Bao
2009-08-06fix for the case that CONFIG_TTYS0_DIV is defined in mainboard's Config.lbStefan Reinauer
2009-08-05Add some more CONFIG_* prefixes that were missing.Patrick Georgi
2009-08-05Prepare for kconfig: Rename COREBOOT_V2 to CONFIG_COREBOOT_V2Patrick Georgi
2009-08-05Fix the generic code for copying and running coreboot_ram in casePatrick Georgi
2009-07-28Fix erroneous comment in src/mainboard/h8dmr/Options.lbWard Vandewege
2009-07-26trivial typo in a commentStefan Reinauer
2009-07-23CBFS stuff:Stefan Reinauer
2009-07-23sb/via/k8t890: add vga textmode code for k8m890 chrome igp.Luc Verhaegen
2009-07-23We did together some patch which makes finally a MMCONFIG workable inRudolf Marek
2009-07-22Don't put .o files in the source tree. (trivial)Stefan Reinauer
2009-07-22Fix a redundant declaration warning (trivial)Stefan Reinauer
2009-07-22Fix up the tree again...Stefan Reinauer
2009-07-21clean up acpi table strings, as discussed on the listStefan Reinauer
2009-07-21Another include file slipped. This gets via/epia-m building again.Stefan Reinauer
2009-07-21Kontron updates, get board up to date with i945 and ich7 updates.Stefan Reinauer
2009-07-21this bug sneaked in during conversionStefan Reinauer
2009-07-21Intel ICH7 updatesStefan Reinauer
2009-07-21* drop ich7 includeStefan Reinauer
2009-07-21add intel speedstep support and some PM fixes.Stefan Reinauer
2009-07-21This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer
2009-07-21Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer
2009-07-21Add more warnings to CFLAGS, and also add some to HOSTCFLAGSStefan Reinauer
2009-07-21Example how simple it is to use printk instead of printk_something inStefan Reinauer
2009-07-21Rewrite keyboard driver to actually wait time in ms as specified in the specs,Stefan Reinauer
2009-07-21Some USB debug updates, mostly comments fixing, license header updatesStefan Reinauer
2009-07-21* rework tsc based timer code to use inb instead of outb for calibrationStefan Reinauer
2009-07-21* cleanup ricoh rl5c476 code:Stefan Reinauer
2009-07-21Remove a comment that no longer applies. Trivial.Myles Watson
2009-07-20Add legacy I/O region for vt8237r southbridge.Myles Watson
2009-07-20Rename some preprocessor symbols. I have no idea whyPatrick Georgi
2009-07-19The file string.h is also included in romcc code, which has no malloc().Stefan Reinauer
2009-07-18coding style fixes for powernow (trivial)Stefan Reinauer
2009-07-18drop unused variable (trivial)Stefan Reinauer
2009-07-18strdup the input of dirname, as dirname is freePatrick Georgi
2009-07-17Bring S1g1 cpu names up to date with the officialWard Vandewege
2009-07-17Bring Socket F cpu names up to date with the officialWard Vandewege
2009-07-17Bring AM2 cpu names up to date with the officialWard Vandewege
2009-07-17This is an obvious bug which I overlooked when I worked on the AM2r2Zheng Bao
2009-07-16Separate cache_as_ram_auto.c and failover.c for Tyan s2895.Myles Watson
2009-07-15Fix VIA EPIA-M700 target enough for a first serial boot log.Uwe Hermann
2009-07-14trivial fixes to function declarations (and build system test)Stefan Reinauer
2009-07-11Fix MS-6178 boot by setting unused device (CIR) to 'off' (trivial).Uwe Hermann
2009-07-10Apparently I'm not the only one who forgets which way the outb andEd Swierk
2009-07-10This seems to be a more official, common, simple way to check if the CPU is d...Zheng Bao
2009-07-07Add CONFIG_ARCH_X86=0 to sandpointx3_altimus_mpc7410.Myles Watson
2009-07-07Add pci_rawops.h from the mailing list and fix the via/epia-m700 build.Myles Watson
2009-07-07ChangeLog:Harald Gutmann
2009-07-07Add the IORESOURCE_BRIDGE flag to the fam10 resources for the benefit of the ...Myles Watson
2009-07-06Enable onboard-VGA on the Mitac 6513WU board.Michael Gold
2009-07-05Add support for the Mitac 6513WU mainboard, a Compaq OEM board using theMichael Gold
2009-07-05Fix build for i810 boards that don't enable onboard VGA, yet.Uwe Hermann