Age | Commit message (Expand) | Author |
2010-08-17 | Clarify comment a bit | Patrick Georgi |
2010-08-16 | Call mainboard init functions. | Myles Watson |
2010-06-17 | Always enable parent resources before child resources. | Myles Watson |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-05-21 | Use lists instead of arrays for resources in devices to reduce memory usage. | Myles Watson |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2009-11-12 | Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. | 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-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-09-17 | Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. | Myles Watson |
2009-08-28 | The resource allocator complained about 0-sized fixed | Patrick Georgi |
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-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-05-12 | Use the debugging functions to print out the tree and resources. | Myles Watson |
2009-05-11 | Trivial white space fixes so that the next patches are easier to read. | Myles Watson |
2009-03-06 | fix a bunch of cast and type warnings and don't call the apic "nvram", that | Stefan Reinauer |
2009-03-04 | I just went on a bugfix frenzy and fixed all printk format warnings | Carl-Daniel Hailfinger |
2008-10-29 | Changes required to the device allocator: | Stefan Reinauer |
2008-08-01 | a heuristics is something different | Stefan Reinauer |
2008-08-01 | clarify in the printks what function is actually called. This little smart magic | Stefan Reinauer |
2008-04-25 | Fix so pci device memory allocation does not use memory base address at 0xfec... | Aaron Lwe |
2008-01-18 | Please bear with me - another rename checkin. This qualifies as trivial, no | Stefan Reinauer |
2007-04-22 | Add explicit license headers to all files in src/device. | Uwe Hermann |
2006-05-18 | add option to decide to use onboard vga or addon card. | Yinghai Lu |
2006-03-17 | - sc520 updates. move PAR setup to mainboard auto.c | Stefan Reinauer |
2005-12-02 | 1201_ht_bus0_dev0_fidvid_core.diff | Stefan Reinauer |
2005-07-08 | eric patch | Yinghai Lu |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10 | arch import user (historical) |
2005-01-21 | move apic cluster before pci_domain in MB Config.lb | Yinghai Lu |
2005-01-17 | linkb_to_host and addon display card override onboard card. | Yinghai Lu |
2005-01-14 | CONFIG_PCI_ROM_RUN | Yinghai Lu |
2005-01-14 | onboard pci_rom second run | Yinghai Lu |
2005-01-14 | onboard pci_rom disable onboard | Yinghai Lu |
2005-01-14 | onboard pci_rom finally done | Yinghai Lu |
2005-01-11 | works for PCI vga cards too | Li-Ta Lo |
2004-12-03 | allocating resource for legacy VGA frame buffer, it is not 100% | Li-Ta Lo |
2004-11-25 | update comment according to the new DOM | Li-Ta Lo |
2004-10-30 | - To reduce confuse rename the parts of linuxbios bios that run from | Eric Biederman |
2004-10-27 | sizeram removal/conversion. | Eric Biederman |
2004-10-21 | - Bump the LinuxBIOS major version | Eric Biederman |
2004-10-16 | - First stab at running linuxbios without the old static device tree. | Eric Biederman |
2004-10-14 | - Finish interrupted merge | Eric Biederman |
2004-10-14 | - Updates for 64bit resource support, handling missing devices and cpus in th... | Eric Biederman |
2004-10-14 | - First pass through with with device tree enhancement merge. Most of the me... | Eric Biederman |
2004-05-14 | use #define macro for pci class ids | Li-Ta Lo |
2004-05-10 | rename walk_static_devices | Li-Ta Lo |
2004-04-29 | changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak | Li-Ta Lo |
2004-04-26 | check in the current code for IBM/E325, can somebody help to fix it ? | Li-Ta Lo |
2004-03-23 | Doxidization, reformat | Li-Ta Lo |
2004-03-11 | - Moved hlt() to it's own header. | Eric Biederman |
2004-01-08 | Change PCI_BRIDGE_CONTROL to PCI_BRIDGE_CTL_VGA | Li-Ta Lo |
2003-10-11 | - O2, enums, and switch statements work in romcc | Eric Biederman |
2003-09-30 | The epia now works. | Ronald G. Minnich |
2003-09-02 | - Major update of the dynamic device tree so it can handle | Eric Biederman |
2003-08-04 | - Fix poor resource allocation estimate. | Eric Biederman |
2003-07-21 | - First pass at s2880 support. | Eric Biederman |
2003-06-12 | - Modify the freebios tree so the pci config space api is mostly in sync between | Eric Biederman |
2003-04-24 | - Small step forward Linux boots and almost works... | Eric Biederman |
2003-04-22 | - Initial checkin of the freebios2 tree | Eric Biederman |