summaryrefslogtreecommitdiffstats
path: root/lib/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Now version 3: LinuxBIOS -> coreboot rename. Stefan Reinauer2008-01-271-1/+1
* Massive file rename and moving orgy:Uwe Hermann2007-05-051-1/+1
* 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
* Add Doxygen-comments to all functions in lib/mem.c.Uwe Hermann2007-03-101-9/+40
* Coding style fixes, mostly by running indent (trivial).Uwe Hermann2007-03-021-10/+14
* Add a static memcpy_helper() that optimizes copy using unsigned long whenPeter Stuge2007-03-011-10/+75
* Large patch but trivial: Fix Copright error.Stefan Reinauer2007-02-261-1/+1
* This wraps up re-adding linuxbios table support in a limited form. Ronald G. Minnich2007-02-261-0/+9
* Use common license header format (trivial).Uwe Hermann2007-02-251-2/+4
* * add config options for serial port and speedStefan Reinauer2007-02-231-2/+0
* fix mem.c declaration add size_t later once we understand the typedefRonald G. Minnich2007-02-231-3/+4
* mods to elf.h to use arch/elf.hRonald G. Minnich2007-02-231-0/+19
* Library changes. Added malloc. Added mem* ops. Made a few otherStefan Reinauer2007-02-221-0/+38