aboutsummaryrefslogtreecommitdiff
path: root/src/devices/device.c
AgeCommit message (Expand)Author
2012-11-30Rename devices -> deviceStefan Reinauer
2012-11-28Remove assembly coded log2 functionRonald G. Minnich
2012-11-27Add initialization hook for chipsNico Huber
2012-10-07Revert order in VGA device choiceKostr
2012-08-08Fix SMBIOS generationStefan Reinauer
2012-08-03Fix mainboard level enable_dev()Kyösti Mälkki
2012-08-02Remove uma_memory_base from build if no GFXUMAKyösti Mälkki
2012-07-25Remove useless semicolonPatrick Georgi
2012-07-22Simplify VGA card discoveryPatrick Georgi
2012-07-20Allow shutting down internal graphics if plugin graphics are preferredPatrick Georgi
2012-07-20Drop VGA_BRIDGE_SETUP config optionPatrick Georgi
2012-07-16Define global uma_memory variablesKyösti Mälkki
2012-07-10Use dev_lock for alloc_find_dev()Kyösti Mälkki
2012-05-08Clean up #ifsPatrick Georgi
2012-03-30Prepare the BIOS data areas before device init.Duncan Laurie
2012-03-24printf: Remove some L modifier usesPatrick Georgi
2012-02-23Revert "Fix multipleVGA cards resource conflict on Windows"Marc Jones
2012-02-07Fix multipleVGA cards resource conflict on WindowsKerry Sheh
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-11-04Various cosmetic and coding style fixes in src/devices.Uwe Hermann
2010-10-17Various Doxygen comment fixes, typo fixes, etc.Uwe Hermann
2010-09-01Simplify last_dev_p so that it matches comments.Myles Watson
2010-08-17Clarify comment a bitPatrick Georgi
2010-08-16Call mainboard init functions.Myles Watson
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-10-28The check for zero sized resources is already done earlier. So don't redo itStefan Reinauer
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-26Now that the resource allocator is working nicely we can turn down the debugStefan Reinauer
2009-10-13Remove a couple more warnings. Trivial.Myles Watson
2009-09-17Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.Myles Watson
2009-08-28The resource allocator complained about 0-sized fixedPatrick Georgi
2009-08-19Add an error message if there is a zero-sized fixed resource. Fix the existingMyles Watson
2009-08-19Don't let zero sized fixed resource mess up the allocator's memory map.Patrick Georgi
2009-07-18drop unused variable (trivial)Stefan Reinauer
2009-07-02Update the k8 code for the v3 resource allocator.Myles Watson
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-05-12Use the debugging functions to print out the tree and resources.Myles Watson
2009-05-11Trivial white space fixes so that the next patches are easier to read.Myles Watson
2009-03-06fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer
2009-03-04I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger
2008-10-29Changes required to the device allocator:Stefan Reinauer
2008-08-01a heuristics is something different Stefan Reinauer
2008-08-01clarify in the printks what function is actually called. This little smart magicStefan Reinauer
2008-04-25Fix so pci device memory allocation does not use memory base address at 0xfec...Aaron Lwe
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-04-22Add explicit license headers to all files in src/device.Uwe Hermann
2006-05-18add option to decide to use onboard vga or addon card.Yinghai Lu
2006-03-17- sc520 updates. move PAR setup to mainboard auto.cStefan Reinauer
2005-12-021201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer
2005-07-08eric patchYinghai Lu
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-10arch import user (historical)
2005-01-21move apic cluster before pci_domain in MB Config.lbYinghai Lu
2005-01-17linkb_to_host and addon display card override onboard card.Yinghai Lu
2005-01-14CONFIG_PCI_ROM_RUNYinghai Lu
2005-01-14onboard pci_rom second runYinghai Lu
2005-01-14onboard pci_rom disable onboardYinghai Lu
2005-01-14onboard pci_rom finally doneYinghai Lu
2005-01-11works for PCI vga cards tooLi-Ta Lo
2004-12-03allocating resource for legacy VGA frame buffer, it is not 100%Li-Ta Lo
2004-11-25update comment according to the new DOMLi-Ta Lo
2004-10-30- To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman
2004-10-27sizeram removal/conversion.Eric Biederman
2004-10-21- Bump the LinuxBIOS major versionEric Biederman
2004-10-16- First stab at running linuxbios without the old static device tree.Eric Biederman
2004-10-14- Finish interrupted mergeEric 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-14use #define macro for pci class idsLi-Ta Lo
2004-05-10rename walk_static_devicesLi-Ta Lo
2004-04-29changed dev->enable to dev->enabled. Sorry, I am the only one who can't speakLi-Ta Lo
2004-04-26check in the current code for IBM/E325, can somebody help to fix it ?Li-Ta Lo
2004-03-23Doxidization, reformatLi-Ta Lo
2004-03-11- Moved hlt() to it's own header.Eric Biederman
2004-01-08Change PCI_BRIDGE_CONTROL to PCI_BRIDGE_CTL_VGALi-Ta Lo
2003-10-11 - O2, enums, and switch statements work in romccEric Biederman
2003-09-30The epia now works.Ronald G. Minnich
2003-09-02- Major update of the dynamic device tree so it can handleEric 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 betweenEric Biederman
2003-04-24- Small step forward Linux boots and almost works...Eric Biederman
2003-04-22- Initial checkin of the freebios2 treeEric Biederman