Age | Commit message (Expand) | Author |
2010-05-11 | Change real mode API to allow passing intXX number or entry point and | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-26 | fix a bug in pcibios check. | Stefan Reinauer |
2010-04-24 | drop all duplicate copies of vgabios.c in favor | Stefan Reinauer |
2010-04-22 | via epia-m now works with default x86.c instead of its own copy of vgabios.c. | Stefan Reinauer |
2010-04-21 | oops, sorry for the last commit. This commit changes the code to distinguish | Stefan Reinauer |
2010-04-21 | Move the prototype for run_vsa. | Myles Watson |
2010-04-21 | * clean up all but two warnings on artecgroup dbe61 | Stefan Reinauer |
2010-04-13 | fix a trivial warning when yabel with direct hw access is enabled. | Stefan Reinauer |
2010-04-02 | The error message is misleading, even for a SPEW, because | Stefan Reinauer |
2010-03-23 | Prepare for using coreboot x86emu in userspace utility "vgabios" | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-17 | drop shadow variable from hypertransport code. | Stefan Reinauer |
2010-03-17 | Clean up warnings in yabel vbe code. No more warnings on the IP1000 | Stefan Reinauer |
2010-03-16 | it was reason for workaround rules already, and it's somewhat ugly: | Stefan Reinauer |
2010-03-05 | 1. Move run_bios prototype to device.h | Myles Watson |
2010-03-05 | This patch is from 2009-10-20 | Uwe Hermann |
2010-03-01 | This patch implements MBI (modular bios interface) support to the i830 chipset. | Stefan Reinauer |
2010-02-22 | Random cosmetic fixes (trivial). | Uwe Hermann |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-22 | YABEL update | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2010-02-12 | Add two YABEL options to Kconfig | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-01-31 | - Improve help texts for option ROM initialization methods | Stefan Reinauer |
2010-01-17 | Initial PCIe tuning: Enable Active State Power Management (ASPM) | Stefan Reinauer |
2010-01-03 | improve debug output. | Stefan Reinauer |
2009-11-17 | Silence two warnings. Only use the Qemu hard-coded address for VGA devices. | Myles Watson |
2009-11-12 | Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. | Myles Watson |
2009-11-06 | Remove drivers/pci/onboard. The only purpose was for option ROMs, which are | Myles Watson |
2009-11-05 | Don't try to set fixed resources. Trivial. | Myles Watson |
2009-11-05 | When loading an option ROM use the class stored in the device to | Mark Marshall |
2009-10-30 | Remove some warnings from the tyan s2895. | Myles Watson |
2009-10-29 | Split a print statement that called dev_path twice, and add a warning comment. | Myles Watson |
2009-10-28 | The check for zero sized resources is already done earlier. So don't redo it | Stefan Reinauer |
2009-10-27 | Improve coreboot build output and eliminate some warnings: | Uwe Hermann |
2009-10-27 | Add few missing prototypes, and remove few unused (thus lonelly) variables. | Maciej Pijanka |
2009-10-26 | Add kconfig menus for most chipset VIDEO_MB values. | Uwe Hermann |
2009-10-26 | Now that the resource allocator is working nicely we can turn down the debug | Stefan Reinauer |
2009-10-13 | Remove a couple more warnings. Trivial. | Myles Watson |
2009-10-09 | Add const to get rid of some warnings when passing quoted strings. | Myles Watson |
2009-10-07 | Kconfig allows you to run all PCI ROMs, VGA only, or non-VGA only. | Myles Watson |
2009-10-07 | Various Kconfig fixes and improvements: | Uwe Hermann |
2009-10-03 | Remove: | Patrick Georgi |
2009-09-29 | Remove some warnings. | Myles Watson |
2009-09-24 | Remove HyperTransport support from boards that don't need it. | Myles Watson |
2009-09-22 | src/Kconfig: Remove HT-specific options. | Myles Watson |
2009-09-22 | If no pci access method has been set for the device tree so far (e.g. | Carl-Daniel Hailfinger |
2009-09-17 | Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. | Myles Watson |
2009-08-28 | Add Kconfig support for PCI option ROMS. | Myles Watson |
2009-08-28 | Move some config variables that are in one or two mainboards to | Ronald G. Minnich |
2009-08-28 | The resource allocator complained about 0-sized fixed | Patrick Georgi |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-21 | Trivial spelling corrections. | Myles Watson |
2009-08-19 | Add an error message if there is a zero-sized fixed resource. Fix the existing | Myles Watson |
2009-08-19 | Don't let zero sized fixed resource mess up the allocator's memory map. | Patrick Georgi |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-07-21 | Rewrite interrupt handling in coreboot to be more comprehensible and | Stefan Reinauer |
2009-07-18 | drop unused variable (trivial) | Stefan Reinauer |
2009-07-02 | Update the k8 code for the v3 resource allocator. | Myles Watson |
2009-07-02 | Move the v3 resource allocator to v2. | Myles Watson |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-09 | Fix a little white space issue. Also, don't copy the rom image | Ronald G. Minnich |
2009-06-05 | die() does never return. Annotate it as such. | Carl-Daniel Hailfinger |
2009-05-29 | Fix build with CONFIG_*_ROM_RUN. | Luc Verhaegen |
2009-05-29 | Implement native VGA Support. | Luc Verhaegen |
2009-05-28 | Make memmove copy (dev->resources -i) resource structs instead of | Myles Watson |
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 | Trivial white space fixes so that the next patches are easier to read. | Myles Watson |
2009-04-22 | - printed CBFS rom address was always 0 | Stefan Reinauer |
2009-04-21 | Eliminate various issues brought up by scan-build. | Patrick Georgi |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |
2009-04-06 | Some changes for option roms: | Ronald G. Minnich |
2009-04-06 | Add support for romfs to option rom loading. | Ronald G. Minnich |
2009-03-26 | During the suspend/resume programming I came to an issue that first 4KB of | Rudolf Marek |
2009-03-16 | fix typo in pci_device.c (trivial) | Stefan Reinauer |
2009-03-06 | Fix mmconf (PCIe memory mapped config space access) support in v2. It was | Stefan Reinauer |
2009-03-06 | fix a bunch of cast and type warnings and don't call the apic "nvram", that | Stefan Reinauer |
2009-03-05 | If get_pbus() is called for a device which has no parent/ancestor bus | Carl-Daniel Hailfinger |
2009-03-04 | I just went on a bugfix frenzy and fixed all printk format warnings | Carl-Daniel Hailfinger |
2009-03-01 | Some changes required to get yabel working on v2 (and they generally make | Stefan Reinauer |
2009-02-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | Stefan Reinauer |
2009-02-09 | Remove some warnings, mainly from format strings which didn't match the | Myles Watson |
2009-01-20 | Backport all x86emu fixes from Pattrick Hueper to coreboot v2 (acked in v2, | Stefan Reinauer |
2008-10-29 | Changes required to the device allocator: | Stefan Reinauer |
2008-09-11 | From Vincent Legoll: | Stefan Reinauer |
2008-08-01 | a heuristics is something different | Stefan Reinauer |
2008-08-01 | Typo, thanks to Idwer for spotting this. (trivial patch) | Stefan Reinauer |
2008-08-01 | clarify in the printks what function is actually called. This little smart magic | Stefan Reinauer |
2008-08-01 | fix typos and warnings in the device tree code (trivial) | Stefan Reinauer |
2008-04-25 | Fix so pci device memory allocation does not use memory base address at 0xfec... | Aaron Lwe |
2008-02-28 | In pci_device.c, the class for VGA was not tested properly, leading to | Ronald Hoogenboom |
2008-02-19 | I'm attaching the patch which should fix both problems. Fix the | Rudolf Marek |
2008-02-18 | Some SIO/PNP devices are abusing register 0x30 for multiple LDN enables, like | Rudolf Marek |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2008-01-18 | Please bear with me - another rename checkin. This qualifies as trivial, no | Stefan Reinauer |
2008-01-06 | Since a VGA console and the need to run any option ROMs are | Torsten Duwe |
2007-10-23 | fix a whole bunch of warnings. (trivial) | Stefan Reinauer |
2007-10-23 | drop unused variable (and thus warning). trivial patch. | Stefan Reinauer |