summaryrefslogtreecommitdiffstats
path: root/device/device.c
Commit message (Expand)AuthorAgeFilesLines
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-7/+7
* This patch adds the domain's resources and all links to the tree traversal forMyles Watson2009-01-091-31/+32
* This patch implements preorder traversal for Phase 2 and Phase 6, and prints aMyles Watson2009-01-081-36/+51
* This patch simplifies the resource allocator by splitting it into distinctMyles Watson2008-12-311-224/+485
* 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-141-2/+8
* This patch adds some debug functions, cleans up whitespace (per indent), and ...Myles Watson2008-11-141-54/+147
* This patch continues the device code cleanup.Myles Watson2008-11-051-3/+3
* This patch clarifies comments and changes a little whitespace in device/device.cMyles Watson2008-10-311-44/+46
* Make it so that read_resources only reads resources. Ronald G. Minnich2008-10-291-2/+81
* General cleanup and comments for things that should be fixed in future.Ronald G. Minnich2008-10-291-5/+4
* Marc reviewed the v3 device tree code and we developed the set ofRonald G. Minnich2008-10-271-11/+9
* Fix a bunch of Doxygen warnings in v3 (trivial).Uwe Hermann2008-10-231-6/+4
* remaining fixes for log2. Simple prototype added to spd_ddr2.hRonald G. Minnich2008-08-311-2/+2
* properly align bridge resources. Ronald G. Minnich2008-04-291-7/+9
* Undo the other patches that sneaked in in my last commit.Stefan Reinauer2008-04-041-1/+0
* This patch uses the svn version as the sublevel part of the corebootStefan Reinauer2008-04-041-0/+1
* Fix two NULL pointer dereferences in device code.Carl-Daniel Hailfinger2008-03-051-1/+6
* This started out as a trivial change and turned into a big change. ThisRonald G. Minnich2008-02-161-35/+42
* Remove superfluous checks for boolean CONFIG_* variables where we testedCarl-Daniel Hailfinger2008-02-141-4/+3
* Make dev_phase2() output prettier. Remove redundant function nameCarl-Daniel Hailfinger2008-02-101-6/+5
* This set of changes creates irq tables for alix1c and adds the functionsRonald G. Minnich2008-02-091-6/+3
* Remove the requirement that all ops have a constructor, since many ofCarl-Daniel Hailfinger2008-02-081-3/+7
* with VSA operating correctly. This is tested with AMD's recentlyRonald G. Minnich2008-02-011-1/+8
* Now version 3: LinuxBIOS -> coreboot rename. Stefan Reinauer2008-01-271-1/+1
* Fix a compile warning in device/device.cCarl-Daniel Hailfinger2008-01-211-1/+1
* include/device/device.h:Ronald G. Minnich2008-01-191-2/+3
* This change is for tidying up some unfinished business in the device code. Ronald G. Minnich2008-01-171-15/+27
* The current parameter situation of post_code() is rather mixed betweenCarl-Daniel Hailfinger2008-01-071-9/+9
* Cleanup printk usage and documentation. Drop the second banner as it wasCarl-Daniel Hailfinger2007-11-201-4/+4
* Correct typo, fix stage2 code documentation, add dtsname printing toWard Vandewege2007-09-261-1/+3
* This patch changes all occurences of (working) %Lx to (standardsUwe Hermann2007-08-261-3/+11
* This patch removes all printk format warnings from my LBv3 build (QemuStefan Reinauer2007-08-111-4/+4
* Drop the round() function, as it is an exact copy of align_up().Uwe Hermann2007-07-071-19/+3
* * fix copyright headers to v2 only as suggested by UweStefan Reinauer2007-06-301-1/+3
* * start using arch/foo.h again instead of archfoo.h (trivial)Stefan Reinauer2007-06-291-44/+58
* Make dtsname a static part of the device structure.Stefan Reinauer2007-06-281-4/+0
* Fix various Doxygen warnings (trivial).Uwe Hermann2007-06-071-1/+2
* Massive file rename and moving orgy:Uwe Hermann2007-05-051-1/+1
* Move include/console/console.h to include/console.h in order toUwe Hermann2007-05-051-1/+1
* Fix a bunch of typos (trivial).Uwe Hermann2007-05-031-3/+3
* Run indent on all the code in device/ to fix the coding style.Uwe Hermann2007-05-011-340/+341
* Sync over the copyright headers from src/device/* in LinuxBIOSv2.Uwe Hermann2007-04-221-18/+14
* Trivial:Stefan Reinauer2007-04-061-32/+44
* * add PCI option rom switches to KconfigStefan Reinauer2007-03-221-4/+5
* More legacy code removal since we have make xconfig.Ronald G. Minnich2007-03-131-0/+1
* new device model from RonStefan Reinauer2007-03-101-16/+111
* Small cosmetic fix (trivial).Uwe Hermann2007-03-081-1/+1
* A bunch of small cosmetic improvement of the printk() calls (trivial).Uwe Hermann2007-03-071-1/+1
* This set of changes:Ronald G. Minnich2007-03-071-10/+0