summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * start using arch/foo.h again instead of archfoo.h (trivial)Stefan Reinauer2007-06-292-93/+0
* Various Kconfig file fixes (trivial).Uwe Hermann2007-06-291-3/+3
* Minor bugfixes:Uwe Hermann2007-06-201-1/+1
* This patch enables build of both compressors (instead of theStefan Reinauer2007-06-161-2/+9
* Add prototypes for things we call.Ronald G. Minnich2007-06-141-0/+5
* Rework payload handling to only provide two options:Stefan Reinauer2007-06-091-0/+2
* This fixes ram.c correctly for cases where we link instead ofRonald G. Minnich2007-06-011-8/+8
* Initial version of a generic RAM initialization framework.Uwe Hermann2007-05-281-0/+74
* Use the same naming convention and placement for "include guards" inUwe Hermann2007-05-211-3/+3
* Fix various license headers.Uwe Hermann2007-05-209-52/+35
* device code cleanup. this is the uncritical part of my device cleanupStefan Reinauer2007-05-192-9/+15
* Move console/*.c into lib/ in order to simplify the directory structure.Stefan Reinauer2007-05-064-0/+582
* Massive file rename and moving orgy:Uwe Hermann2007-05-058-9/+7
* Move include/console/console.h to include/console.h in order toUwe Hermann2007-05-055-5/+5
* fix size_t and memory types. We need to be careful, because gccStefan Reinauer2007-05-051-7/+14
* Use size_t (instead of int) whereever the manpage of the respectiveUwe Hermann2007-05-021-5/+6
* Use 'ifeq' and check for variable contents of 'y' instead of usingUwe Hermann2007-04-241-2/+2
* * update i82371eb codeStefan Reinauer2007-04-232-2/+2
* Fix cosmetic issues and add some Doxygen comments (trivial).Uwe Hermann2007-04-121-13/+29
* Trivial:Stefan Reinauer2007-04-063-11/+12
* Drop the include/console/loglevel.h file.Uwe Hermann2007-04-052-2/+0
* * fix typos in device_util.cStefan Reinauer2007-03-221-1/+0
* Make the LinuxBIOS build output look a lot like the stuff peopleStefan Reinauer2007-03-111-1/+2
* This patch drives the idea of a hierarchical structure below $(obj) a bitUwe Hermann2007-03-111-1/+2
* Add Doxygen-comments to all functions in lib/mem.c.Uwe Hermann2007-03-101-9/+40
* Use 'unsigned int' instead of 'unsigned'.Uwe Hermann2007-03-091-2/+2
* Coding style fixes, from running 'indent' (trivial).Uwe Hermann2007-03-092-35/+37
* 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
* Consistently use 'printf' instead of 'echo' to print stuff toUwe Hermann2007-03-091-1/+1
* Add missing license header to lib/Kconfig.Uwe Hermann2007-03-082-1/+24
* Document the origin and license of lib/clog2.c (trivial).Uwe Hermann2007-03-081-1/+7
* fix archive size.Stefan Reinauer2007-03-081-1/+1
* Clean out temp hacks which we used in Brussels to get things working.Stefan Reinauer2007-03-082-15/+6
* A bunch of small cosmetic improvement of the printk() calls (trivial).Uwe Hermann2007-03-072-12/+12
* * correct off by one error in lib/lar.cStefan Reinauer2007-03-071-4/+3
* When zero'ing memory, zero the section MEMORY size, not the FILE size.Ronald G. Minnich2007-03-061-2/+3
* Update compute_ip_checksum.c and ip_checksum.h to the versions fromUwe Hermann2007-03-061-24/+75
* Use common license header format (trivial).Uwe Hermann2007-03-062-7/+5
* Re-arrange Kconfig UI a bit for better readability (trivial).Uwe Hermann2007-03-051-1/+1
* This is odd, but try again. Ronald G. Minnich2007-03-051-0/+53
* Add cross compilation support and simplify the far to complex serialUwe Hermann2007-03-051-16/+1
* Consistently use the keyword "help" instead of "---help---" in KconfigUwe Hermann2007-03-041-5/+5
* fix a stupid bug in malloc. Ronald G. Minnich2007-03-032-4/+15
* Coding style fixes, mostly by running indent (trivial).Uwe Hermann2007-03-025-33/+34
* Add a static memcpy_helper() that optimizes copy using unsigned long whenPeter Stuge2007-03-011-10/+75
* Add the author of the respective changes by coresystems GmbH.Uwe Hermann2007-02-272-3/+3
* This one is going to break all your changes, but fix up a lot of code.Stefan Reinauer2007-02-273-9/+11
* Lots of changes here, build broken, but people need to see this.Ronald G. Minnich2007-02-271-0/+34
* Large patch but trivial: Fix Copright error.Stefan Reinauer2007-02-263-3/+3