Age | Commit message (Expand) | Author |
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 |
2007-10-16 | Add resource size and resource granularity reporting to device_util.c. | Carl-Daniel Hailfinger |
2007-09-26 | Don't arbitrarily enable PERR# and SERR# for PCI devices. | Marc Jones |
2007-09-14 | More range for HT_CHAIN_UNITID_BASE and HT_CHAIN_END_UNITID_BASE. | Yinghai Lu |
2007-07-12 | Generic driver for pretty much all known Standard Microsystems Corporation | Uwe Hermann |
2007-05-21 | This is the last remainder from Yinghai's mega patch. It fixes issues with | Yinghai Lu |
2007-04-22 | Add explicit license headers to all files in src/device. | Uwe Hermann |
2007-04-09 | This patch corrects r2587. It makes sure that the VGA is initialized | Roman Kononov |
2007-04-06 | This patch makes sure that VGA is initialized before it is used. Without | Roman Kononov |
2006-10-27 | This change fixes a long-standing bug, whereby we do not set ret for an | Ronald G. Minnich |
2006-10-04 | CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in | Yinghai Lu |
2006-10-04 | AMD Rev F support | Yinghai Lu |
2006-09-18 | fix old bug in the src/devices/pci_device.c | Ronald G. Minnich |