index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
* start using arch/foo.h again instead of archfoo.h (trivial)
Stefan Reinauer
2007-06-29
2
-93
/
+0
*
Various Kconfig file fixes (trivial).
Uwe Hermann
2007-06-29
1
-3
/
+3
*
Minor bugfixes:
Uwe Hermann
2007-06-20
1
-1
/
+1
*
This patch enables build of both compressors (instead of the
Stefan Reinauer
2007-06-16
1
-2
/
+9
*
Add prototypes for things we call.
Ronald G. Minnich
2007-06-14
1
-0
/
+5
*
Rework payload handling to only provide two options:
Stefan Reinauer
2007-06-09
1
-0
/
+2
*
This fixes ram.c correctly for cases where we link instead of
Ronald G. Minnich
2007-06-01
1
-8
/
+8
*
Initial version of a generic RAM initialization framework.
Uwe Hermann
2007-05-28
1
-0
/
+74
*
Use the same naming convention and placement for "include guards" in
Uwe Hermann
2007-05-21
1
-3
/
+3
*
Fix various license headers.
Uwe Hermann
2007-05-20
9
-52
/
+35
*
device code cleanup. this is the uncritical part of my device cleanup
Stefan Reinauer
2007-05-19
2
-9
/
+15
*
Move console/*.c into lib/ in order to simplify the directory structure.
Stefan Reinauer
2007-05-06
4
-0
/
+582
*
Massive file rename and moving orgy:
Uwe Hermann
2007-05-05
8
-9
/
+7
*
Move include/console/console.h to include/console.h in order to
Uwe Hermann
2007-05-05
5
-5
/
+5
*
fix size_t and memory types. We need to be careful, because gcc
Stefan Reinauer
2007-05-05
1
-7
/
+14
*
Use size_t (instead of int) whereever the manpage of the respective
Uwe Hermann
2007-05-02
1
-5
/
+6
*
Use 'ifeq' and check for variable contents of 'y' instead of using
Uwe Hermann
2007-04-24
1
-2
/
+2
*
* update i82371eb code
Stefan Reinauer
2007-04-23
2
-2
/
+2
*
Fix cosmetic issues and add some Doxygen comments (trivial).
Uwe Hermann
2007-04-12
1
-13
/
+29
*
Trivial:
Stefan Reinauer
2007-04-06
3
-11
/
+12
*
Drop the include/console/loglevel.h file.
Uwe Hermann
2007-04-05
2
-2
/
+0
*
* fix typos in device_util.c
Stefan Reinauer
2007-03-22
1
-1
/
+0
*
Make the LinuxBIOS build output look a lot like the stuff people
Stefan Reinauer
2007-03-11
1
-1
/
+2
*
This patch drives the idea of a hierarchical structure below $(obj) a bit
Uwe Hermann
2007-03-11
1
-1
/
+2
*
Add Doxygen-comments to all functions in lib/mem.c.
Uwe Hermann
2007-03-10
1
-9
/
+40
*
Use 'unsigned int' instead of 'unsigned'.
Uwe Hermann
2007-03-09
1
-2
/
+2
*
Coding style fixes, from running 'indent' (trivial).
Uwe Hermann
2007-03-09
2
-35
/
+37
*
Added some TODOs and fixed coding style issues and other cosmetic
Uwe Hermann
2007-03-09
1
-34
/
+32
*
The file lib/stage2.c is a complete rewrite from scratch and doesn't really
Uwe Hermann
2007-03-09
1
-20
/
+4
*
Consistently use 'printf' instead of 'echo' to print stuff to
Uwe Hermann
2007-03-09
1
-1
/
+1
*
Add missing license header to lib/Kconfig.
Uwe Hermann
2007-03-08
2
-1
/
+24
*
Document the origin and license of lib/clog2.c (trivial).
Uwe Hermann
2007-03-08
1
-1
/
+7
*
fix archive size.
Stefan Reinauer
2007-03-08
1
-1
/
+1
*
Clean out temp hacks which we used in Brussels to get things working.
Stefan Reinauer
2007-03-08
2
-15
/
+6
*
A bunch of small cosmetic improvement of the printk() calls (trivial).
Uwe Hermann
2007-03-07
2
-12
/
+12
*
* correct off by one error in lib/lar.c
Stefan Reinauer
2007-03-07
1
-4
/
+3
*
When zero'ing memory, zero the section MEMORY size, not the FILE size.
Ronald G. Minnich
2007-03-06
1
-2
/
+3
*
Update compute_ip_checksum.c and ip_checksum.h to the versions from
Uwe Hermann
2007-03-06
1
-24
/
+75
*
Use common license header format (trivial).
Uwe Hermann
2007-03-06
2
-7
/
+5
*
Re-arrange Kconfig UI a bit for better readability (trivial).
Uwe Hermann
2007-03-05
1
-1
/
+1
*
This is odd, but try again.
Ronald G. Minnich
2007-03-05
1
-0
/
+53
*
Add cross compilation support and simplify the far to complex serial
Uwe Hermann
2007-03-05
1
-16
/
+1
*
Consistently use the keyword "help" instead of "---help---" in Kconfig
Uwe Hermann
2007-03-04
1
-5
/
+5
*
fix a stupid bug in malloc.
Ronald G. Minnich
2007-03-03
2
-4
/
+15
*
Coding style fixes, mostly by running indent (trivial).
Uwe Hermann
2007-03-02
5
-33
/
+34
*
Add a static memcpy_helper() that optimizes copy using unsigned long when
Peter Stuge
2007-03-01
1
-10
/
+75
*
Add the author of the respective changes by coresystems GmbH.
Uwe Hermann
2007-02-27
2
-3
/
+3
*
This one is going to break all your changes, but fix up a lot of code.
Stefan Reinauer
2007-02-27
3
-9
/
+11
*
Lots of changes here, build broken, but people need to see this.
Ronald G. Minnich
2007-02-27
1
-0
/
+34
*
Large patch but trivial: Fix Copright error.
Stefan Reinauer
2007-02-26
3
-3
/
+3
[next]