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
*
S3 code in coreboot public folder.
zbao
2012-04-16
1
-0
/
+1
*
Add support for aligned allocation
Ron Minnich
2012-04-12
1
-7
/
+16
*
Use fast memset in SMM mode, too
Stefan Reinauer
2012-04-04
1
-2
/
+6
*
Add native memset() function on x86
Stefan Reinauer
2012-03-30
1
-0
/
+4
*
Add faster, architecture dependent memcpy()
Stefan Reinauer
2012-03-30
1
-1
/
+8
*
Add infrastructure for global data in the CAR phase of boot
Gabe Black
2012-03-29
1
-2
/
+5
*
CBMEM CONSOLE: Enable coreboot CBMEM console.
Vadim Bendebury
2012-03-29
1
-0
/
+2
*
CBMEM CONSOLE: Add CBMEM type for console buffer.
Vadim Bendebury
2012-03-29
1
-0
/
+1
*
CBMEM CONSOLE: Add CBMEM console driver implementation.
Vadim Bendebury
2012-03-29
1
-0
/
+195
*
Include arch/acpi.h instead of manually adding acpi_slp_type.
Stefan Reinauer
2012-03-28
1
-4
/
+3
*
Add timestamp collecting to coreboot.
Vadim Bendebury
2012-03-28
3
-0
/
+93
*
Initialize CBMEM early.
Vadim Bendebury
2012-03-28
1
-16
/
+23
*
Replace ramtest pattern to assist in DIMM configuration
Kyösti Mälkki
2012-03-25
1
-91
/
+94
*
malloc: size is unsigned, don't test for size < 0
Patrick Georgi
2012-03-11
1
-4
/
+0
*
Fix dependency problem for uart8250.c as well
Stefan Reinauer
2012-03-09
1
-0
/
+1
*
Fix compilation with CONFIG_USE_OPTION_TABLE enabled
Stefan Reinauer
2012-03-09
1
-0
/
+8
*
Add support for the Startech PEX1XS1PMINI
Stefan Reinauer
2012-03-09
1
-0
/
+2
*
Add an implementation for the memchr library function
Gabe Black
2012-03-09
2
-0
/
+13
*
Move C labels to start-of-line
Patrick Georgi
2012-03-07
1
-1
/
+1
*
Remove whitespace.
Patrick Georgi
2012-02-17
1
-1
/
+1
*
Don't loop infinitely long on serial comm failures
Kyösti Mälkki
2012-02-07
1
-9
/
+22
*
lib: add ram_check_nodie
Sven Schnelle
2012-01-12
1
-3
/
+37
*
don't scan beyond end of CBFS
Florian Zumbiehl
2011-11-02
1
-1
/
+2
*
remove trailing whitespace
Stefan Reinauer
2011-11-01
2
-5
/
+5
*
Fix usb debug dongle support
Sven Schnelle
2011-10-31
2
-5
/
+2
*
Clear improper use of CONFIG_CACHE_AS_RAM
Kyösti Mälkki
2011-10-28
1
-12
/
+12
*
Use ntohll where appropriate.
Stefan Reinauer
2011-10-21
1
-2
/
+2
*
refactor vesa mode setting code and bootsplash code
Stefan Reinauer
2011-10-13
1
-1
/
+1
*
Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods
Tobias Diedrich
2011-09-12
1
-1
/
+3
*
Add support for the tracing infastructure in coreboot.
Rudolf Marek
2011-09-07
3
-0
/
+44
*
Add automatic SMBIOS table generation
Sven Schnelle
2011-08-26
1
-0
/
+1
*
export get_cbfs_header()
Sven Schnelle
2011-08-18
1
-1
/
+1
*
split CBFS support into shared core and extended functions
Patrick Georgi
2011-08-04
2
-106
/
+186
*
Do full flush on uart8250 only at end of printk.
Kevin O'Connor
2011-07-12
2
-2
/
+8
*
X60: trigger save cmos on volume/brightness change
Sven Schnelle
2011-06-15
2
-30
/
+31
*
Change read_option() to a macro that wraps some API uglyness
Patrick Georgi
2011-05-10
1
-1
/
+1
*
Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an
Stefan Reinauer
2011-04-26
2
-0
/
+142
*
Fix of fix copy and paste errors in ne2k.c (r6512 by stepan)
Rudolf Marek
2011-04-22
1
-1
/
+1
*
fix typo ttys0_index -> b_index
Stefan Reinauer
2011-04-22
1
-1
/
+1
*
Get rid of all but one (I/O mapped) UART init functions.
Stefan Reinauer
2011-04-22
1
-11
/
+15
*
The UART divider should be calculated based on the base frequency
Stefan Reinauer
2011-04-22
1
-1
/
+7
*
more ifdef -> if fixes
Stefan Reinauer
2011-04-21
1
-1
/
+1
*
drop excessive newline in uart8250.c
Stefan Reinauer
2011-04-20
1
-1
/
+0
*
drop dead uart init code.
Stefan Reinauer
2011-04-20
1
-17
/
+0
*
fix copy and paste errors in ne2k.c
Stefan Reinauer
2011-04-18
1
-3
/
+2
*
drop half an uart8250 implementation from smiutil and use the common code
Stefan Reinauer
2011-04-14
2
-21
/
+22
*
This patch gets usbdebug console working in romstage.
Stefan Reinauer
2011-01-28
2
-90
/
+131
*
uart_init is only used in romstage.
Stefan Reinauer
2011-01-05
1
-1
/
+2
*
drop one more version of doing serial uart output differently.
Stefan Reinauer
2010-12-17
1
-34
/
+64
*
Compile cbmem.c instead of including it in romstage,
Rudolf Marek
2010-12-13
2
-0
/
+8
[next]