summaryrefslogtreecommitdiffstats
path: root/src/devices/pnp_device.c
Commit message (Expand)AuthorAgeFilesLines
* Rename devices -> deviceStefan Reinauer2012-11-301-304/+0
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+0
* printf: Remove some L modifier usesPatrick Georgi2012-03-241-1/+1
* Fix an infinite loop in pnp_get_ioresource(), which freezes coreboot ifStefan Reinauer2011-01-311-0/+6
* Various cosmetic and coding style fixes in src/devices.Uwe Hermann2010-11-041-9/+7
* Cosmetics and coding style fixes in devices/*.Uwe Hermann2010-10-181-49/+56
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-3/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-7/+7
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-2/+2
* This is a general cleanup patchStefan Reinauer2010-02-221-1/+19
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-9/+9
* Remove some warnings, mainly from format strings which didn't match theMyles Watson2009-02-091-2/+2
* I'm attaching the patch which should fix both problems. Fix the Rudolf Marek2008-02-191-3/+3
* Some SIO/PNP devices are abusing register 0x30 for multiple LDN enables, likeRudolf Marek2008-02-181-3/+18
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Generic driver for pretty much all known Standard Microsystems CorporationUwe Hermann2007-07-121-0/+4
* Add explicit license headers to all files in src/device.Uwe Hermann2007-04-221-2/+22
* Correct transposed arguments in pnp_set_drq().Steven J. Magnani2005-09-091-1/+1
* eric patchYinghai Lu2005-07-081-2/+4
* - Bump the LinuxBIOS major versionEric Biederman2004-10-211-5/+26
* - First stab at running linuxbios without the old static device tree.Eric Biederman2004-10-161-6/+8
* - Updates for 64bit resource support, handling missing devices and cpus in th...Eric Biederman2004-10-141-16/+7
* - First pass through with with device tree enhancement merge. Most of the me...Eric Biederman2004-10-141-21/+28
* rename walk_static_devicesLi-Ta Lo2004-05-101-5/+1
* code reformat, fixed a bug in set/unset logical operationLi-Ta Lo2004-05-071-38/+28
* changed dev->enable to dev->enabled. Sorry, I am the only one who can't speakLi-Ta Lo2004-04-291-1/+1
* yhlu's pnp patchLi-Ta Lo2004-04-211-4/+15
* - Moved hlt() to it's own header.Eric Biederman2004-03-111-0/+217
OpenPOWER on IntegriCloud