summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Expand)AuthorAgeFilesLines
* add YABEL flag to options to decide wether access to devices other than the o...Pattrick Hueper2009-03-181-0/+8
* add YABEL Debug Flag config variablePattrick Hueper2009-03-141-0/+6
* last kontron commit. Ronald G. Minnich2009-03-112-2/+3
* This patch removes all *_PLUGIN_SUPPORT options and replaces mostMyles Watson2009-02-254-38/+36
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-123-9/+9
* Move Plugin menu and make it depend on experimental.Myles Watson2009-02-091-2/+3
* This patch adds the domain's resources and all links to the tree traversal forMyles Watson2009-01-091-31/+32
* Remove unused pciconf.h header with constants that everyone uses by value ins...Mart Raudsepp2009-01-081-1/+0
* This patch implements preorder traversal for Phase 2 and Phase 6, and prints aMyles Watson2009-01-081-36/+51
* This patch introduces {PCIX,PCIE,AGP...}_SUPPORT config variables.Myles Watson2009-01-053-14/+65
* This trivial patch makes AGP support compile again. Myles Watson2009-01-051-11/+7
* This patch fixes up k8 for the new resource allocator. It splitsMyles Watson2009-01-051-12/+14
* This patch simplifies the resource allocator by splitting it into distinctMyles Watson2008-12-316-313/+561
* Subject: [PATCH 4/5] integration of biosemu (aka YABEL) into corebootMyles Watson2008-12-161-1/+42
* This patch cleans up a little whitespace and makes the ID mismatch error moreMyles Watson2008-12-161-8/+9
* This patch changes unsigned [int] to u16 for subsystem IDs. They're in theMyles Watson2008-12-101-2/+1
* This patch makes all the SuperIOs build again, and reverts some breakage thatMyles Watson2008-12-081-14/+15
* This patch changes all occurrences of pci_dev_set_resources ->Myles Watson2008-11-246-8/+8
* This patch makes subsystem ids work. Here are the changes by file:Myles Watson2008-11-191-27/+25
* This is the first part of a v3 Super I/O refactoring.Uwe Hermann2008-11-181-0/+146
* This patch clarifies/fixes some debug output.Myles Watson2008-11-171-4/+2
* This patch changes PNP support for devices so that the dts values get passedMyles Watson2008-11-142-6/+32
* This patch adds some debug functions, cleans up whitespace (per indent), and ...Myles Watson2008-11-142-82/+172
* This patch continues the device code cleanup.Myles Watson2008-11-055-71/+70
* This patch clarifies/adds comments and changes names in device/pci_device.cMyles Watson2008-11-041-69/+103
* This patch clarifies comments and changes a little whitespace in device/device.cMyles Watson2008-10-311-44/+46
* This is the beginning of support for saving base registers that already have a vRonald G. Minnich2008-10-311-2/+8
* Make it so that read_resources only reads resources. Ronald G. Minnich2008-10-292-34/+89
* General cleanup and comments for things that should be fixed in future.Ronald G. Minnich2008-10-292-9/+5
* This fixes the 8132 so that it can be included in the build for serengeti.Myles Watson2008-10-282-13/+17
* Marc reviewed the v3 device tree code and we developed the set ofRonald G. Minnich2008-10-274-24/+21
* Fix a bunch of Doxygen warnings in v3 (trivial).Uwe Hermann2008-10-234-11/+13
* Because the enable bit was masked off, checking for 0xffffffff didn't work. ...Myles Watson2008-10-141-3/+5
* Minor fixes and improvements for v3, mostly for Kconfig files (trivial).Uwe Hermann2008-10-011-11/+8
* Bringing the m57sli to life. This includes changes to mcp55 and Ronald G. Minnich2008-10-011-1/+20
* The K8 is one example, but there are other devices (e.g. I2C) that also have Ronald G. Minnich2008-09-171-0/+6
* remaining fixes for log2. Simple prototype added to spd_ddr2.hRonald G. Minnich2008-08-311-2/+2
* Improve pci scan debugging. This helped me find a rather nasty bug.Carl-Daniel Hailfinger2008-08-291-0/+11
* small dependency fix, plus make oldconfig & co need libintl, too :)Stefan Reinauer2008-08-281-0/+3
* This set of changes gets us much farther, in fact, we get into initram. Ronald G. Minnich2008-08-271-17/+16
* More sensible way to conditionally include hypertransport.cRonald G. Minnich2008-08-241-0/+4
* If you get a warning, it's because you SHOULD be getting a warning. Ronald G. Minnich2008-08-241-5/+6
* This now compiles (with many warnings but ...) and tries to build a rom Ronald G. Minnich2008-08-241-32/+36
* Improve/fix PCI device doxygen comments.Carl-Daniel Hailfinger2008-08-221-3/+10
* per discussion w/AMD, remove all conditionals based on REV_F. Ronald G. Minnich2008-08-181-7/+1
* Fix Kconfig dependencies and update defconfigs.Carl-Daniel Hailfinger2008-08-181-0/+2
* Factor out PCI subsystem ID setting. This cleans up the code as well,Carl-Daniel Hailfinger2008-08-141-9/+31
* The device code had several unclear messages, leading toCarl-Daniel Hailfinger2008-08-142-5/+7
* Emergency patch for an ancient bug in device_util.c, self-acked: Ronald G. Minnich2008-08-143-3/+18
* The named unions in the device tree code are obnoxious and degradeCarl-Daniel Hailfinger2008-08-109-95/+95