aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-22tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...Myles Watson
2009-09-22This separates the code for each command in cbfstool. For the good and for theStefan Reinauer
2009-09-22* guard all mallocs in cbfstoolStefan Reinauer
2009-09-22.. make abuild Kconfig proof for the time being.Stefan Reinauer
2009-09-22back out some overzealous renames Stefan Reinauer
2009-09-22Kill dead comment.Carl-Daniel Hailfinger
2009-09-22Help text for maximum and default console loglevel in Kconfig.Carl-Daniel Hailfinger
2009-09-22r4534 introduced devicetree.cb in every mainboard directory, but didn'tCarl-Daniel Hailfinger
2009-09-22r4646 enabled early usage of pci_{read,write}_config{8,16,32}Carl-Daniel Hailfinger
2009-09-22If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger
2009-09-17I forgot to add CONFIG_VGA_BRIDGE_SETUP to the old build system.Myles Watson
2009-09-17Remove warnings from Kconfig. Trivial.Myles Watson
2009-09-17Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.Myles Watson
2009-09-17Move VGA BIOS settings from the payload menu into it's own menuPeter Stuge
2009-09-17There was a missing addition of the size of the .notes.pinfo Ronald G. Minnich
2009-09-17This is a patch for killing IPMI on the s1850 -- or at least geting the BMCRonald G. Minnich
2009-09-17copyright name error. Ronald G. Minnich
2009-09-16kbuildall is a utility that generates default configs for allPatrick Georgi
2009-09-16Build cbfstool with debug flags and don't strip the executablePatrick Georgi
2009-09-15This is an otherwise dead platform. I'm just committing the basics that Ronald G. Minnich
2009-09-15Don't mix int and boolean for kconfig variables. It might work, it might not.Patrick Georgi
2009-09-15More error checking when trying to open files inPatrick Georgi
2009-09-14Use the coreboot pci config read/write functions instead of direct cf8/cfcMarc Jones
2009-09-14In the mainboard selection, the selected mainboard is printed twice inPatrick Georgi
2009-09-14Build cbfstool with native data size. Trivial change.Patrick Georgi
2009-09-14New cbfstool. Works without mmap or fork/exec andPatrick Georgi
2009-09-10fix compilation issues for pirq checker tool (trivial)Stefan Reinauer
2009-09-04Fix clean rules for the tex files.Uwe Hermann
2009-09-04Fix various build issues and errors in LinuxBIOS-AMD64.tex.Uwe Hermann
2009-09-04Use driver-y instead of obj-y for model_6xx_init.o.Uwe Hermann
2009-09-01As more users of Asus M2V-MX SE emerged. Here is long pending patch I wanted toRudolf Marek
2009-09-01port msrtool to darwin.Stefan Reinauer
2009-09-01* Add OSX/Darwin supportStefan Reinauer
2009-09-01nvramtool:Stefan Reinauer
2009-09-01Clean up Mac OS X support of inteltoolStefan Reinauer
2009-08-29add i810 and ich0Stefan Reinauer
2009-08-29File I missed committing.Ronald G. Minnich
2009-08-29This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich
2009-08-29Set the mainboard/amd directory up to support more than one. Ronald G. Minnich
2009-08-29Fixes per Uwe's comments.Ronald G. Minnich
2009-08-28This patch adds VGA and PS/2 Keyboard/mouse support to the already existing i...Arnaud Maye
2009-08-28r4534 introduced devicetree.cb in every mainboard directory, but didn'tCarl-Daniel Hailfinger
2009-08-28Add kconfig support for all Intel 82810 (i810) boards.Uwe Hermann
2009-08-28kconfig: Board name variable fixes and updates (trivial).Uwe Hermann
2009-08-28This is the beginning of support for Geode and Kconfig in v2. Ronald G. Minnich
2009-08-28Move DCACHE support into the cpu family for AMD model_fxx.Myles Watson
2009-08-28Add Kconfig support for PCI option ROMS.Myles Watson
2009-08-28Move some config variables that are in one or two mainboards to Ronald G. Minnich
2009-08-28Silence unneeded #warnings, change to code comments (trіvial).Uwe Hermann
2009-08-28The resource allocator complained about 0-sized fixedPatrick Georgi
2009-08-28Fix broken compilation. As CBFS is now enabled by default,Arnaud Maye
2009-08-27Correct typos /SMCSC/SMSC/ in Kconfig.Myles Watson
2009-08-27For Carl-Daniel: make x86emu silent again.Stefan Reinauer
2009-08-27Added support for the AMD S1G1 socket in kconfigCristi Magherusan
2009-08-27Added support for the AMD RS690 and SB600 southbridges in KconfigCristi Măgherușan
2009-08-27Change some more image names to "fallback" (not "image").Uwe Hermann
2009-08-27Revert test for pre-commit hook functionality. Commits are now checked for pr...Patrick Georgi
2009-08-27testPatrick Georgi
2009-08-27Another trivial patch to fix up the x86emu cleanup.Patrick Georgi
2009-08-27Clean up some DCACHE related options.Patrick Georgi
2009-08-27Clean up the kontron KconfigPatrick Georgi
2009-08-27coreboot was still using an old set (obsolete since yabel) of x86emu includesStefan Reinauer
2009-08-27Make all those locally used functions static instead of exporting them. (triv)Stefan Reinauer
2009-08-27Rename "image" image to "fallback", so CBFS can find it.Patrick Georgi
2009-08-27The new resource allocator helped me find a bug in SB600 diagnostics.Carl-Daniel Hailfinger
2009-08-27amd/pistachio: fallback image must be called fallback.Carl-Daniel Hailfinger
2009-08-27fallback image must be called fallback.Stefan Reinauer
2009-08-26Remove a couple of CONFIG_ prefixes that shouldn't have happened.Patrick Georgi
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-26Set the LIBGCC_FILE_NAME to fix problems with libgcc.a.Harald Gutmann
2009-08-26Fix vendor name config variables to match company name (trivial).Uwe Hermann
2009-08-25Correct typos /subdir/subdirs/ in documentation and util/x86emu/Makefile.inc.Myles Watson
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-24Update Coreinfo to use TAG_FORWARD in tables.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