summaryrefslogtreecommitdiffstats
path: root/lib/stage2.c
Commit message (Expand)AuthorAgeFilesLines
* This patch adds some debug functions, cleans up whitespace (per indent), and ...Myles Watson2008-11-141-11/+9
* the multiboot map is generated too early inJordan Crouse2008-10-171-3/+5
* gcc -fwhole-program needs to mark any function which is used outside theCarl-Daniel Hailfinger2008-08-271-0/+1
* Minor cosmetic and/or license header fixes (trivial).Uwe Hermann2008-08-111-1/+1
* Now version 3: LinuxBIOS -> coreboot rename. Stefan Reinauer2008-01-271-4/+4
* The current parameter situation of post_code() is rather mixed betweenCarl-Daniel Hailfinger2008-01-071-8/+8
* Cleanup printk usage and documentation. Drop the second banner as it wasCarl-Daniel Hailfinger2007-11-201-20/+3
* Improve printk documentation to match code realities.Carl-Daniel Hailfinger2007-11-161-2/+9
* Correct typo, fix stage2 code documentation, add dtsname printing toWard Vandewege2007-09-261-2/+4
* Fix various license headers.Uwe Hermann2007-05-201-2/+1
* device code cleanup. this is the uncritical part of my device cleanupStefan Reinauer2007-05-191-6/+12
* 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
* Drop the include/console/loglevel.h file.Uwe Hermann2007-04-051-1/+0
* Added some TODOs and fixed coding style issues and other cosmeticUwe Hermann2007-03-091-34/+32
* The file lib/stage2.c is a complete rewrite from scratch and doesn't reallyUwe Hermann2007-03-091-20/+4
* Use common license header format (trivial).Uwe Hermann2007-03-061-4/+4
* fix a stupid bug in malloc. Ronald G. Minnich2007-03-031-3/+14
* Coding style fixes, mostly by running indent (trivial).Uwe Hermann2007-03-021-10/+6
* Fix a typo in device.c -- calling phase1 in phase2Ronald G. Minnich2007-02-261-0/+2
* fix a warning, clean up code and makefilesStefan Reinauer2007-02-231-21/+21
* * fix some license headersStefan Reinauer2007-02-231-3/+4
* This is the stage2.c function for the device tree creation.Stefan Reinauer2007-02-221-0/+107