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
/
src
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
coreboot used to have two different "APIs" for memory accesses:
Stefan Reinauer
2010-01-16
1
-46
/
+46
*
Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
Myles Watson
2009-11-12
1
-4
/
+1
*
Help track down enable_rom issues in CBFS. If the magic
Patrick Georgi
2009-11-11
1
-0
/
+4
*
Split the two usages of __ROMCC__:
Myles Watson
2009-11-06
2
-9
/
+9
*
Add prototypes to silence these warnings.
Myles Watson
2009-10-29
1
-1
/
+1
*
Create lib.h for homeless prototypes.
Myles Watson
2009-10-28
4
-10
/
+5
*
Remove redundant declarations. Trivial.
Myles Watson
2009-10-27
1
-1
/
+0
*
Add few missing prototypes, and remove few unused (thus lonelly) variables.
Maciej Pijanka
2009-10-27
3
-2
/
+5
*
reasonable output for cbfs loading..
Stefan Reinauer
2009-10-26
1
-4
/
+6
*
CBMEM high table memory manager.
Stefan Reinauer
2009-10-26
3
-2
/
+244
*
Fix USB Debug Device for Intel ICH chipsets
Stefan Reinauer
2009-10-24
1
-4
/
+3
*
Move the ulzma prototype out of the function to make the code easier to read.
Myles Watson
2009-10-09
1
-6
/
+8
*
Remove:
Patrick Georgi
2009-10-03
1
-8
/
+2
*
* drop libgcc from coreboot_apc.o, not needed.
Stefan Reinauer
2009-09-26
3
-0
/
+37
*
drop some dead code, clarify small comments and small cleanups to malloc.c
Stefan Reinauer
2009-09-25
1
-16
/
+8
*
improve lzma error messages. When coreboot panics because lzma decompression
Stefan Reinauer
2009-09-25
1
-3
/
+3
*
fix some wrong versions of the FSF's address (trivial)
Stefan Reinauer
2009-09-23
1
-1
/
+1
*
simplify source tree hierarchy: move files from sdram/ and ram/ to lib/
Stefan Reinauer
2009-09-23
3
-0
/
+321
*
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-25
1
-23
/
+23
*
20090819-2-trim-down-cbfs:
Patrick Georgi
2009-08-20
1
-2
/
+16
*
Kconfig!
Patrick Georgi
2009-08-12
1
-0
/
+29
*
CBFS stuff:
Stefan Reinauer
2009-07-23
1
-5
/
+5
*
Some USB debug updates, mostly comments fixing, license header updates
Stefan Reinauer
2009-07-21
1
-4
/
+15
*
strdup the input of dirname, as dirname is free
Patrick Georgi
2009-07-18
1
-14
/
+4
*
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-30
4
-11
/
+11
*
These changes implement car in qemu. The implementation is in several
Ronald G. minnich
2009-06-16
1
-1
/
+1
*
Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA is
Patrick Georgi
2009-05-28
1
-1
/
+1
*
Move coreboot_ram and coreboot_apc to CBFS. This allows to
Patrick Georgi
2009-05-27
1
-8
/
+6
*
Attached patch moves the CBFS payload loader to selfboot.c as it's
Patrick Georgi
2009-05-26
1
-18
/
+0
*
Remove warnings from compilation of the s2892 with and without CBFS.
Myles Watson
2009-04-30
1
-1
/
+0
*
Refactor copy_and_run so that it uses a single code base instead of
Patrick Georgi
2009-04-30
1
-6
/
+4
*
Make the CBFS file lookup skip file data instead of brute-forcing
Patrick Georgi
2009-04-25
1
-4
/
+13
*
Remove the inclusion of lzma.c (which really contains code)
Patrick Georgi
2009-04-24
2
-1
/
+7
*
These are some really horrible bugs that got through.
Ronald G. Minnich
2009-04-24
1
-2
/
+2
*
- function prototypes do not need "extern"
Stefan Reinauer
2009-04-21
1
-16
/
+17
*
v2/src romfs->cbfs rename
Peter Stuge
2009-04-15
1
-252
/
+0
*
v2/src romfs->cbfs rename
Peter Stuge
2009-04-14
2
-2
/
+254
*
* commit previously forgotten romfs.txt
Stefan Reinauer
2009-04-08
1
-8
/
+8
*
This fixes a bug in romfs code; see comment. If we add the pci rom
Ronald G. Minnich
2009-04-06
1
-1
/
+2
*
fix variable shadowing in lzmadecode.c (trivial)
Stefan Reinauer
2009-04-04
1
-1
/
+1
*
These are some cleanups and changes. These are build and boot tested on qemu.
Ronald G. Minnich
2009-04-03
1
-9
/
+26
*
This code adds support for coreboot images that use ROMFS.
Ronald G. Minnich
2009-04-01
2
-0
/
+238
*
fix shadow variable in compute_ip_checksum.c
Stefan Reinauer
2009-03-31
1
-4
/
+4
*
use pointers instead of size_t when dealing with pointers. Also fix a few
Stefan Reinauer
2009-03-06
1
-10
/
+10
*
use inb instead of outb for delays in usb debug code (trivial)
Stefan Reinauer
2009-03-06
1
-1
/
+1
*
I just went on a bugfix frenzy and fixed all printk format warnings
Carl-Daniel Hailfinger
2009-03-04
1
-1
/
+1
*
This patch converts __FUNCTION__ to __func__, since __func__ is standard.
Myles Watson
2009-02-12
1
-1
/
+1
*
fix compiler warnings (trivial)
Stefan Reinauer
2009-01-20
2
-2
/
+2
*
Drop tons of duplicated debug.c files, move common file to
Uwe Hermann
2008-10-12
1
-0
/
+66
*
If you have
Ward Vandewege
2008-08-27
1
-0
/
+3
[next]