summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-26Clean up acpi table writing code, and don't relyPatrick Georgi
2009-05-26Tell lpgcc about the target architecture directory. This slipped through sinceStefan Reinauer
2009-05-26Make printk_* behaviour more consistent. Without it, side Patrick Georgi
2009-05-26encapsule mbi initialization in write_multiboot_table, where it belongs. (veryStefan Reinauer
2009-05-26Make vsprintf reentrant. More importantly, eliminate global variable.Patrick Georgi
2009-05-26Major cleanup of i386 tables.c:Stefan Reinauer
2009-05-26Various fixes to the tree to get coreboot-v2 to build on SolarisPatrick Georgi
2009-05-26Attached patch moves the CBFS payload loader to selfboot.c as it'sPatrick Georgi
2009-05-26the i82801xx driver does not know ide{0,1}_enable in its chip.h, so comment itStefan Reinauer
2009-05-26ops can not be const because of the pci conf1/conf2 hackery we do. trivialStefan Reinauer
2009-05-26acpi.c: add a cast to remove warning (trivial)Stefan Reinauer
2009-05-26remove some dead code from cpu.c (trivial)Stefan Reinauer
2009-05-26Cosmetic cbfstool update (trivial)Stefan Reinauer
2009-05-23keyboard driver: function definitions should not omit void if they don't takeStefan Reinauer
2009-05-23fix comment in keyboard driver (trivial)Stefan Reinauer
2009-05-22Make the getpir output look less crappy and add a licenseUwe Hermann
2009-05-22Fix MAINBOARD_PART_NUMBER to be h8dme, I forgot to change it from the h8dmrWard Vandewege
2009-05-21Defaulting to the board's default size is the correct thing to do.Myles Watson
2009-05-21This change adds PPC support to libpayload, and hooks it up in the buildPatrick Georgi
2009-05-19Trivial update of Config-lab.lb so that it works again.Myles Watson
2009-05-17Add type field to memranges, and fill it from the source data.Patrick Georgi
2009-05-16This patch implements a "flash friendly" value for initialized areas of flash. Ronald G. Minnich
2009-05-15There were a few updates lately that generates ROM size > 512K. I am changing...Vincent Lim
2009-05-14Update equivalent processor revision ID to load latest microcode patches andMarc Jones
2009-05-14Trivia: remove commentVincent Lim
2009-05-14From AMD family 10h Processor BKDG (rev. D): a platform is capable of having ...Vincent Lim
2009-05-14#136: failed to boot under KVM\QEMURonald G. Minnich
2009-05-14The cbfstool print command should pretty-print the type of components that areWard Vandewege
2009-05-13This patch fixes a segfault when a file too large to fit is added to a romWard Vandewege
2009-05-13Add support for human-friendly component string types for the cbfstool addWard Vandewege
2009-05-13Allow dynamic size for the {s,}elfboot bounce buffer.Patrick Georgi
2009-05-13Make ACPI with low and high tables work again. The RSDP contained aPatrick Georgi
2009-05-13Remove a shadowed variable and an unnecessary local variable in cbfstool/fs.c.Myles Watsonmylesgw
2009-05-13Oops forgot small part. Set up PIRQs in mainboard Config.lb for IP1000 and RM...Joseph Smith
2009-05-12This is the final patch that got everything working for me with the HP dl145g3.Samuel Verstraete
2009-05-12This fixes a rather silly bug in cbfs with filenames > 16 characters. Ronald G. Minnich
2009-05-12There's no 'svg2pdf' in Debian AFAICT, probably the same problem onUwe Hermann
2009-05-12I guess a couple of function calls pushed these boards over the 0x1700 edge onMyles Watson
2009-05-12Trivially copy Config.lb to Config-abuild.lb to fix asus/m2v-mx_se.Myles Watson
2009-05-12Fix pdflatex build issues (trivial).Uwe Hermann
2009-05-12Use the debugging functions to print out the tree and resources.Myles Watson
2009-05-11Bring v3-style debug output to v2. Fix a minor typo.Myles Watson
2009-05-11This patch adds high table support to qemu. It was already added toMyles Watson
2009-05-11Trivial white space fixes so that the next patches are easier to read.Myles Watson
2009-05-11We should separate the it8718f_24mhz_clkin like the way IT8712 does.Zheng Bao
2009-05-11Fix manual build on the Kontron board (trivial).Uwe Hermann
2009-05-10Following patch fixes the XIP computation issue. I removed the normal imageRudolf Marek
2009-05-09I would have liked to get an ack, but the error this corrects is pretty Ronald G. Minnich
2009-05-08Trivial clean up of print usage and parameter checking.Myles Watson
2009-05-08Add -Werror to help us keep the code clean.Myles Watson