- 594473d Remove useless semicolon by Patrick Georgi · 11 years ago
- 557ecf2 Simplify VGA card discovery by Patrick Georgi · 11 years ago
- 5869fa2 Allow shutting down internal graphics if plugin graphics are preferred by Patrick Georgi · 11 years ago
- bcdbe90 Drop VGA_BRIDGE_SETUP config option by Patrick Georgi · 11 years ago
- cc55b9b Define global uma_memory variables by Kyösti Mälkki · 11 years ago
- a5650a4 Use dev_lock for alloc_find_dev() by Kyösti Mälkki · 11 years ago
- e166782 Clean up #ifs by Patrick Georgi · 12 years ago
- b4aaaa7 Prepare the BIOS data areas before device init. by Duncan Laurie · 12 years ago
- 5161509 printf: Remove some L modifier uses by Patrick Georgi · 12 years ago
- 80bd74c Revert "Fix multipleVGA cards resource conflict on Windows" by Marc Jones · 12 years ago
- 8660a1a Fix multipleVGA cards resource conflict on Windows by Kerry Sheh · 12 years ago
- abc0c85 Printing coreboot debug messages on VGA console is pretty much useless, since by Stefan Reinauer · 13 years ago
- e487047 Various cosmetic and coding style fixes in src/devices. by Uwe Hermann · 13 years ago
- c1ee429 Various Doxygen comment fixes, typo fixes, etc. by Uwe Hermann · 13 years ago
- 70679a0 Simplify last_dev_p so that it matches comments. by Myles Watson · 13 years ago
- 0e480ca Clarify comment a bit by Patrick Georgi · 13 years ago
- 1bd3fb7 Call mainboard init functions. by Myles Watson · 13 years ago
- 7eac445 Always enable parent resources before child resources. by Myles Watson · 13 years ago
- 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 13 years ago
- c25cc11 Use lists instead of arrays for resources in devices to reduce memory usage. by Myles Watson · 14 years ago
- c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 14 years ago
- 2e67273 Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. by Myles Watson · 14 years ago
- 2a87ac6 The check for zero sized resources is already done earlier. So don't redo it by Stefan Reinauer · 14 years ago
- 312673c Improve coreboot build output and eliminate some warnings: by Uwe Hermann · 14 years ago
- 39e7229 Now that the resource allocator is working nicely we can turn down the debug by Stefan Reinauer · 14 years ago
- 54913b9 Remove a couple more warnings. Trivial. by Myles Watson · 14 years ago
- 28412f5 Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP. by Myles Watson · 14 years ago
- 18c585b The resource allocator complained about 0-sized fixed by Patrick Georgi · 14 years ago
- ce9d864 Add an error message if there is a zero-sized fixed resource. Fix the existing by Myles Watson · 14 years ago
- 6bd93f4 Don't let zero sized fixed resource mess up the allocator's memory map. by Patrick Georgi · 14 years ago
- 6afcea8 drop unused variable (trivial) by Stefan Reinauer · 14 years ago
- c7233e0 Update the k8 code for the v3 resource allocator. by Myles Watson · 14 years ago
- 29cc9ed Move the v3 resource allocator to v2. by Myles Watson · 14 years ago
- cd5d756 Use the debugging functions to print out the tree and resources. by Myles Watson · 15 years ago
- 032a965 Trivial white space fixes so that the next patches are easier to read. by Myles Watson · 15 years ago
- 8dcd50b fix a bunch of cast and type warnings and don't call the apic "nvram", that by Stefan Reinauer · 15 years ago
- 51001fbd I just went on a bugfix frenzy and fixed all printk format warnings by Carl-Daniel Hailfinger · 15 years ago
- 532fd2d Changes required to the device allocator: by Stefan Reinauer · 15 years ago
- 11a2014 a heuristics is something different by Stefan Reinauer · 15 years ago
- 51754a3 clarify in the printks what function is actually called. This little smart magic by Stefan Reinauer · 15 years ago
- 7ca3ec2 Fix so pci device memory allocation does not use memory base address at 0xfec00000, this is reserved for APIC. by Aaron Lwe · 16 years ago
- 7e61e45 Please bear with me - another rename checkin. This qualifies as trivial, no by Stefan Reinauer · 16 years ago
- b80dbf0 Add explicit license headers to all files in src/device. by Uwe Hermann · 17 years ago
- 2b396cd add option to decide to use onboard vga or addon card. by Yinghai Lu · 18 years ago
- dba3f84 - sc520 updates. move PAR setup to mainboard auto.c by Stefan Reinauer · 18 years ago
- 7ce8c54 1201_ht_bus0_dev0_fidvid_core.diff by Stefan Reinauer · 18 years ago
- 13f1c2a eric patch by Yinghai Lu · 18 years ago
- dc81118 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44 by arch import user (historical) · 18 years ago
- 1c8cd59 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38 by arch import user (historical) · 18 years ago
- acfaece Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36 by arch import user (historical) · 18 years ago
- 2305364 Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10 by arch import user (historical) · 18 years ago
- b5d9af4 move apic cluster before pci_domain in MB Config.lb by Yinghai Lu · 19 years ago
- 1f1085b linkb_to_host and addon display card override onboard card. by Yinghai Lu · 19 years ago
- 9e4faef CONFIG_PCI_ROM_RUN by Yinghai Lu · 19 years ago
- 24f542f onboard pci_rom second run by Yinghai Lu · 19 years ago
- bcde161 onboard pci_rom disable onboard by Yinghai Lu · 19 years ago
- d57e756 onboard pci_rom finally done by Yinghai Lu · 19 years ago
- 515f6c7 works for PCI vga cards too by Li-Ta Lo · 19 years ago
- 3a81285 allocating resource for legacy VGA frame buffer, it is not 100% by Li-Ta Lo · 19 years ago
- 0493069 update comment according to the new DOM by Li-Ta Lo · 19 years ago
- f8a2ddd - To reduce confuse rename the parts of linuxbios bios that run from by Eric Biederman · 19 years ago
- 6e53f50 sizeram removal/conversion. by Eric Biederman · 19 years ago
- dbec2d4 - Bump the LinuxBIOS major version by Eric Biederman · 19 years ago
- 7003ba4 - First stab at running linuxbios without the old static device tree. by Eric Biederman · 19 years ago
- 448bd63 - Finish interrupted merge by Eric Biederman · 19 years ago
- 03acab6 - Updates for 64bit resource support, handling missing devices and cpus in the config file by Eric Biederman · 19 years ago
- b78c197 - First pass through with with device tree enhancement merge. Most of the mechanisms should by Eric Biederman · 19 years ago
- 54f05f6 use #define macro for pci class ids by Li-Ta Lo · 20 years ago
- 9f0d0f9 rename walk_static_devices by Li-Ta Lo · 20 years ago
- 69c5a90 changed dev->enable to dev->enabled. Sorry, I am the only one who can't speak by Li-Ta Lo · 20 years ago
- 5782d27 check in the current code for IBM/E325, can somebody help to fix it ? by Li-Ta Lo · 20 years ago
- e526669 Doxidization, reformat by Li-Ta Lo · 20 years ago
- 5cd8173 - Moved hlt() to it's own header. by Eric Biederman · 20 years ago
- db7f47c Change PCI_BRIDGE_CONTROL to PCI_BRIDGE_CTL_VGA by Li-Ta Lo · 20 years ago
- 83b991a - O2, enums, and switch statements work in romcc by Eric Biederman · 20 years ago
- 99dcf23 The epia now works. by Ronald G. Minnich · 20 years ago
- e9a271e3 - Major update of the dynamic device tree so it can handle by Eric Biederman · 20 years ago
- bbb6d10 - Fix poor resource allocation estimate. by Eric Biederman · 20 years ago
- 2c018fb - First pass at s2880 support. by Eric Biederman · 20 years ago
- 7a5416a - Modify the freebios tree so the pci config space api is mostly in sync between by Eric Biederman · 20 years ago
- 5899fd8 - Small step forward Linux boots and almost works... by Eric Biederman · 21 years ago
- 8ca8d76 - Initial checkin of the freebios2 tree by Eric Biederman · 21 years ago