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
/
arch
/
i386
/
boot
Commit message (
Expand
)
Author
Age
Files
Lines
*
newconfig is no more.
Patrick Georgi
2010-02-07
1
-22
/
+0
*
* fix crt0s/ldscripts paths to fix out of tree build.
Stefan Reinauer
2010-01-30
2
-2
/
+33
*
Clean up amd/dbm690t and kontron/986lcd-m some more (not
Patrick Georgi
2009-12-18
1
-1
/
+1
*
Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
Myles Watson
2009-11-12
1
-0
/
+4
*
Get rid of the ugly warning the right way.
Myles Watson
2009-11-12
1
-5
/
+3
*
Revert my too-hasty commit.
Myles Watson
2009-11-11
1
-3
/
+4
*
Silence an ugly-looking warning. Two casts were not enough, so just don't cast
Myles Watson
2009-11-11
1
-4
/
+3
*
* Simplify acpi_add_table
Stefan Reinauer
2009-11-10
2
-93
/
+142
*
if x86emu was running for VGA init a corrupted low table RSDP
Stefan Reinauer
2009-11-05
1
-0
/
+1
*
Create lib.h for homeless prototypes.
Myles Watson
2009-10-28
2
-2
/
+2
*
Improve coreboot build output and eliminate some warnings:
Uwe Hermann
2009-10-27
2
-4
/
+4
*
Add few missing prototypes, and remove few unused (thus lonelly) variables.
Maciej Pijanka
2009-10-27
2
-2
/
+1
*
CBMEM high table memory manager.
Stefan Reinauer
2009-10-26
4
-76
/
+181
*
Clean up some #ifdef CONFIG_*
Myles Watson
2009-10-19
1
-7
/
+7
*
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
Myles Watson
2009-10-15
5
-16
/
+16
*
Add const to get rid of some warnings when passing quoted strings.
Myles Watson
2009-10-09
2
-13
/
+13
*
Fix the bounce_size global so that the bounce buffer works with CBFS.
Myles Watson
2009-09-23
1
-2
/
+2
*
Make all those locally used functions static instead of exporting them. (triv)
Stefan Reinauer
2009-08-27
2
-18
/
+35
*
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-25
1
-1
/
+0
*
Kconfig!
Patrick Georgi
2009-08-12
1
-0
/
+10
*
Fix up the tree again...
Stefan Reinauer
2009-07-22
1
-1
/
+1
*
clean up acpi table strings, as discussed on the list
Stefan Reinauer
2009-07-21
1
-16
/
+16
*
This fixes a couple of issues with older Linux kernels (that expect an XSDT as
Stefan Reinauer
2009-07-21
3
-15
/
+68
*
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-30
5
-29
/
+29
*
This patch adds a proper namestring generation to our ACPIgen generator.
Rudolf Marek
2009-06-21
1
-10
/
+99
*
Clean up acpi table writing code, and don't rely
Patrick Georgi
2009-05-26
2
-15
/
+21
*
encapsule mbi initialization in write_multiboot_table, where it belongs. (very
Stefan Reinauer
2009-05-26
2
-2
/
+6
*
Major cleanup of i386 tables.c:
Stefan Reinauer
2009-05-26
1
-93
/
+49
*
acpi.c: add a cast to remove warning (trivial)
Stefan Reinauer
2009-05-26
1
-1
/
+1
*
Allow dynamic size for the {s,}elfboot bounce buffer.
Patrick Georgi
2009-05-13
1
-2
/
+2
*
Make ACPI with low and high tables work again. The RSDP contained a
Patrick Georgi
2009-05-13
1
-3
/
+5
*
Remove warnings from compilation of the s2892 with and without CBFS.
Myles Watson
2009-04-30
2
-7
/
+7
*
Only add ACPI tables if ACPI is enabled for the board.
Patrick Georgi
2009-04-28
1
-0
/
+2
*
add_mainboard_resources is necessary for some boards (eg. kontron), but
Patrick Georgi
2009-04-28
1
-0
/
+10
*
Special handling for MP table in low memory is only necessary if there are
Ward Vandewege
2009-04-27
1
-8
/
+8
*
Change the behaviour of the ACPI generating code so it only
Patrick Georgi
2009-04-24
1
-4
/
+11
*
fix warnings, shadowed declarations and style guide violations (all trivial)
Stefan Reinauer
2009-04-22
2
-21
/
+26
*
drop unused variable.
Stefan Reinauer
2009-04-22
1
-2
/
+0
*
Factor out acpi_create_madt_lapics. It can be used on all ACPI boards.
Stefan Reinauer
2009-04-22
1
-0
/
+19
*
* move i386 / ACPI dependent code out of hardwaremain.c and into the i386
Stefan Reinauer
2009-04-22
1
-9
/
+28
*
Add a helper function to acpigen to create _PSD tables.
Patrick Georgi
2009-04-21
1
-0
/
+18
*
Eliminate various issues brought up by scan-build.
Patrick Georgi
2009-04-21
1
-2
/
+1
*
Following patch flushes the instruction queue when we set PE=0. This is normally
Rudolf Marek
2009-04-16
1
-0
/
+2
*
Emergency fix. Most targets now build.
Ronald G. Minnich
2009-04-13
1
-0
/
+1
*
Following patch implements ACPI resume support for coreboot. The hardware main
Rudolf Marek
2009-04-13
3
-3
/
+203
*
(trivial) fix some warnings
Stefan Reinauer
2009-04-06
2
-2
/
+5
*
fix typo
Stefan Reinauer
2009-03-31
1
-1
/
+1
*
This fixes a shadowed declaration in multiboot.c.
Robert Millan
2009-03-31
1
-2
/
+0
*
Kevin O'Connor said:
Myles Watson
2009-03-20
1
-4
/
+4
*
This patch adds "high coreboot table support" to coreboot version 2.
Stefan Reinauer
2009-03-17
3
-22
/
+46
[next]