Age | Commit message (Expand) | Author |
2009-06-03 | Revert "kontron 986lcd_m: cmos.layout: mark boot_devices as reserved." | Luc Verhaegen |
2009-06-03 | kontron 986lcd_m: cmos.layout: mark boot_devices as reserved. | Luc Verhaegen |
2009-06-03 | CMOS: Add set_option and rework get_option. | Luc Verhaegen |
2009-06-03 | Modify it based on the RPR 5.7.7. Switching GGSP Configuration By Register Pr... | Zheng Bao |
2009-06-02 | More compact format for wiki output at | Uwe Hermann |
2009-06-01 | cbfstool reacts to a too large bootblock file by stopping | Patrick Georgi |
2009-06-01 | Cosmetics and consistency fixes in src/superio/serverengines/pilot/ (trivial). | Uwe Hermann |
2009-05-31 | Following patch moves all vt8237 fadt.c from mainboard/* file to chipset | Rudolf Marek |
2009-05-30 | Many Kudos go to Segher Boessenkool and Patrick Georgi for figuring this one | Stefan Reinauer |
2009-05-29 | rename the option CONFIG_PCI_OPTION_ROM_RUN_VM86 to CONFIG_PCI_OPTION_ROM_RUN... | Joseph Smith |
2009-05-29 | enable/disable IDE 0/1 (Primary/Secondary) interfaces on the i82801xx southbr... | Joseph Smith |
2009-05-29 | drop most of the crappy vm86 code and replace it with a rewritten | Stefan Reinauer |
2009-05-29 | Fix build with CONFIG_*_ROM_RUN. | Luc Verhaegen |
2009-05-29 | Implement native VGA Support. | Luc Verhaegen |
2009-05-28 | Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA is | Patrick Georgi |
2009-05-28 | Make memmove copy (dev->resources -i) resource structs instead of | Myles Watson |
2009-05-27 | First batch of indent-aided code cleanups, more will follow. | Uwe Hermann |
2009-05-27 | Make directory hierarchy flat to match the same layout we use | Uwe Hermann |
2009-05-27 | Trivial, but brown paper bag worthy: | Patrick Georgi |
2009-05-27 | Move coreboot_ram and coreboot_apc to CBFS. This allows to | Patrick Georgi |
2009-05-27 | Change all vx800 file names from CamelCase to camel_case to match | Uwe Hermann |
2009-05-27 | Here's the VIA vx800 patch from OLPC. | Bari Ari |
2009-05-27 | util/vgabios: build/warning fixes. | Luc Verhaegen |
2009-05-26 | Clean up acpi table writing code, and don't rely | Patrick Georgi |
2009-05-26 | Tell lpgcc about the target architecture directory. This slipped through since | Stefan Reinauer |
2009-05-26 | Make printk_* behaviour more consistent. Without it, side | Patrick Georgi |
2009-05-26 | encapsule mbi initialization in write_multiboot_table, where it belongs. (very | Stefan Reinauer |
2009-05-26 | Make vsprintf reentrant. More importantly, eliminate global variable. | Patrick Georgi |
2009-05-26 | Major cleanup of i386 tables.c: | Stefan Reinauer |
2009-05-26 | Various fixes to the tree to get coreboot-v2 to build on Solaris | Patrick Georgi |
2009-05-26 | Attached patch moves the CBFS payload loader to selfboot.c as it's | Patrick Georgi |
2009-05-26 | the i82801xx driver does not know ide{0,1}_enable in its chip.h, so comment it | Stefan Reinauer |
2009-05-26 | ops can not be const because of the pci conf1/conf2 hackery we do. trivial | Stefan Reinauer |
2009-05-26 | acpi.c: add a cast to remove warning (trivial) | Stefan Reinauer |
2009-05-26 | remove some dead code from cpu.c (trivial) | Stefan Reinauer |
2009-05-26 | Cosmetic cbfstool update (trivial) | Stefan Reinauer |
2009-05-23 | keyboard driver: function definitions should not omit void if they don't take | Stefan Reinauer |
2009-05-23 | fix comment in keyboard driver (trivial) | Stefan Reinauer |
2009-05-22 | Make the getpir output look less crappy and add a license | Uwe Hermann |
2009-05-22 | Fix MAINBOARD_PART_NUMBER to be h8dme, I forgot to change it from the h8dmr | Ward Vandewege |
2009-05-21 | Defaulting to the board's default size is the correct thing to do. | Myles Watson |
2009-05-21 | This change adds PPC support to libpayload, and hooks it up in the build | Patrick Georgi |
2009-05-19 | Trivial update of Config-lab.lb so that it works again. | Myles Watson |
2009-05-17 | Add type field to memranges, and fill it from the source data. | Patrick Georgi |
2009-05-16 | This patch implements a "flash friendly" value for initialized areas of flash. | Ronald G. Minnich |
2009-05-15 | There were a few updates lately that generates ROM size > 512K. I am changing... | Vincent Lim |
2009-05-14 | Update equivalent processor revision ID to load latest microcode patches and | Marc Jones |
2009-05-14 | Trivia: remove comment | Vincent Lim |
2009-05-14 | From AMD family 10h Processor BKDG (rev. D): a platform is capable of having ... | Vincent Lim |
2009-05-14 | #136: failed to boot under KVM\QEMU | Ronald G. Minnich |
2009-05-14 | The cbfstool print command should pretty-print the type of components that are | Ward Vandewege |
2009-05-13 | This patch fixes a segfault when a file too large to fit is added to a rom | Ward Vandewege |
2009-05-13 | Add support for human-friendly component string types for the cbfstool add | Ward Vandewege |
2009-05-13 | Allow dynamic size for the {s,}elfboot bounce buffer. | Patrick Georgi |
2009-05-13 | Make ACPI with low and high tables work again. The RSDP contained a | Patrick Georgi |
2009-05-13 | Remove a shadowed variable and an unnecessary local variable in cbfstool/fs.c. | Myles Watsonmylesgw |
2009-05-13 | Oops forgot small part. Set up PIRQs in mainboard Config.lb for IP1000 and RM... | Joseph Smith |
2009-05-12 | This is the final patch that got everything working for me with the HP dl145g3. | Samuel Verstraete |
2009-05-12 | This fixes a rather silly bug in cbfs with filenames > 16 characters. | Ronald G. Minnich |
2009-05-12 | There's no 'svg2pdf' in Debian AFAICT, probably the same problem on | Uwe Hermann |
2009-05-12 | I guess a couple of function calls pushed these boards over the 0x1700 edge on | Myles Watson |
2009-05-12 | Trivially copy Config.lb to Config-abuild.lb to fix asus/m2v-mx_se. | Myles Watson |
2009-05-12 | Fix pdflatex build issues (trivial). | Uwe Hermann |
2009-05-12 | Use the debugging functions to print out the tree and resources. | Myles Watson |
2009-05-11 | Bring v3-style debug output to v2. Fix a minor typo. | Myles Watson |
2009-05-11 | This patch adds high table support to qemu. It was already added to | Myles Watson |
2009-05-11 | Trivial white space fixes so that the next patches are easier to read. | Myles Watson |
2009-05-11 | We should separate the it8718f_24mhz_clkin like the way IT8712 does. | Zheng Bao |
2009-05-11 | Fix manual build on the Kontron board (trivial). | Uwe Hermann |
2009-05-10 | Following patch fixes the XIP computation issue. I removed the normal image | Rudolf Marek |
2009-05-09 | I would have liked to get an ack, but the error this corrects is pretty | Ronald G. Minnich |
2009-05-08 | Trivial clean up of print usage and parameter checking. | Myles Watson |
2009-05-08 | Add -Werror to help us keep the code clean. | Myles Watson |
2009-05-08 | I have made a very simple mod to cbfstool that is compatible with the | Ronald G. Minnich |
2009-05-08 | Trivial fixup IRQS on IP1000 and RM4100. | Joseph Smith |
2009-05-08 | Set up PIRQs in mainboard Config.lb for IP1000 and RM4100 instead of using th... | Joseph Smith |
2009-05-08 | Disable the AC97 modem via the ICH4 LPC disable function register early in th... | Joseph Smith |
2009-05-07 | Trivial checksum fixup for irq tables on IP1000 and RM4100. | Joseph Smith |
2009-05-07 | Fix my last commit. I looked at the wrong dead laptop. | Uwe Hermann |
2009-05-07 | Support for detecting the SMSC FDC37N869 (trivial). | Uwe Hermann |
2009-05-05 | Fix a bug introduced in the copy_and_run refactoring. | Patrick Georgi |
2009-05-04 | This patch removes these warnings: | Myles Watson |
2009-05-04 | The rev 4099 broke ECC boards, they need to have tidy the ECC tags. Myles rev... | Rudolf Marek |
2009-05-02 | Assign PIRQs in mainboard Config.lb or use the default ones listed in i82801x... | Joseph Smith |
2009-05-02 | Run dos2unix on all files: | Stefan Reinauer |
2009-05-02 | Trivial, update email address. | Joseph Smith |
2009-05-02 | Trivial fix up to the GPIO's connected to the IP1000 and RM4100, only set one... | Joseph Smith |
2009-05-01 | Trivial removal of svn:executable property from vga.c. | Peter Stuge |
2009-05-01 | This is a patch to use another IRQ besides IRQ12 to fix conflicts with i8042 ... | Joseph Smith |
2009-05-01 | This patch changes the default rom emulator to VM86. | Joseph Smith |
2009-05-01 | This patch allows a custom vga driver that will give the flexibility to run c... | Joseph Smith |
2009-05-01 | Trivial patch to make #defines generated from cmos.layout have unique names. ... | Myles Watson |
2009-05-01 | Trivial cosmetic fixes to IP1000 and RM4100 irq_tables.c Signed-off-by: Josep... | Joseph Smith |
2009-05-01 | The semantics of the changed code are pretty simple and looking at | Myles Watson |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-30 | Some driver fixes for libpayload: | Stefan Reinauer |
2009-04-30 | Add high tables support to all northbridges. | Stefan Reinauer |
2009-04-30 | Trivial fix for tyan/s2735: a newly used option wasn't defined as "used" | Patrick Georgi |
2009-04-30 | Add "printk" support to all CAR targets | Stefan Reinauer |
2009-04-30 | * Use latest version of intel microcodes from their Linux drivers page for | Stefan Reinauer |