index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2009-04-23
This patch hooks up git mirrored svn revisions and adds some
Carl-Daniel Hailfinger
2009-04-22
Sometimes when we debug the code, we need to know which version we are
Zheng Bao
2009-04-22
makes the smi handler a little bit less verbose
Stefan Reinauer
2009-04-22
This patch fixes the parser. '|' has special meaning so [|] is used.
Myles Watson
2009-04-22
Convert 12 more boards to use include statements in Config.lb.
Carl-Daniel Hailfinger
2009-04-22
Trivial patch. I forgot to update K8_SET_FIDVID.
Myles Watson
2009-04-22
This patch adds the target hp/dl145_g3 together with
Mondrian nuessle
2009-04-22
This patch add rudimentary support for the superio functionality of
Mondrian nuessle
2009-04-22
This patch adds support for the BCM21000 (aka HT-2100)
Mondrian nuessle
2009-04-22
drop duplicate compiler options that are already mentioned in CFLAGS.
Stefan Reinauer
2009-04-22
- printed CBFS rom address was always 0
Stefan Reinauer
2009-04-22
fix warnings, shadowed declarations and style guide violations (all trivial)
Stefan Reinauer
2009-04-22
drop unused variable.
Stefan Reinauer
2009-04-22
no duplicate names in cmos.layout allowed. (fixes a bunch of boards)
Stefan Reinauer
2009-04-22
remove some style guide breaks and warnings from raminit_f_dqs.c
Stefan Reinauer
2009-04-22
argh... never redo parts of the original patch on the fly. This fixes the tree
Stefan Reinauer
2009-04-22
* Allow coreboot to use the full 256 bytes of CMOS memory
Stefan Reinauer
2009-04-22
This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to a
Stefan Reinauer
2009-04-22
Factor out acpi_create_madt_lapics. It can be used on all ACPI boards.
Stefan Reinauer
2009-04-22
* move i386 / ACPI dependent code out of hardwaremain.c and into the i386
Stefan Reinauer
2009-04-22
Trivial removal of a freudian slip.
Patrick Georgi
2009-04-21
- function prototypes do not need "extern"
Stefan Reinauer
2009-04-21
remove a few warnings, and comments á la #include <foo.h> // include file ...
Stefan Reinauer
2009-04-21
add define for Role-Based Error Reporting to PCIe defines (trivial)
Stefan Reinauer
2009-04-21
fix a warning for a misnamed define, and make a debug message printk_debug
Stefan Reinauer
2009-04-21
CONFIG_CHIP_NAME is dead (trivial)
Stefan Reinauer
2009-04-21
Add a helper function to acpigen to create _PSD tables.
Patrick Georgi
2009-04-21
Eliminate various issues brought up by scan-build.
Patrick Georgi
2009-04-21
Somehow svn add didn't work for the include files. Commit the remainder
Carl-Daniel Hailfinger
2009-04-21
Thanks to Myles' patch adding support for include statements,
Carl-Daniel Hailfinger
2009-04-20
Fix implicit declarations of done_cache_as_ram_main by adding a
Carl-Daniel Hailfinger
2009-04-18
There is a typo in amdk8/raminit_f.c regarding the preprocessor symbol QRANK_...
Ronald Hoogenboom
2009-04-18
Add support for the ASUS P2B-D mainboard.
Uwe Hermann
2009-04-17
Add VIA CX700 support, plus VIA vt8454c reference board support.
Stefan Reinauer
2009-04-17
This needed to be removed.
Ronald G. Minnich
2009-04-16
Following patch flushes the instruction queue when we set PE=0. This is normally
Rudolf Marek
2009-04-16
I deleted mptable.c in my patch, but forgot to svn rm it.
Myles Watson
2009-04-15
v2/src romfs->cbfs rename
Peter Stuge
2009-04-15
This patch cleans up mpspec.h and allows it to be included when
Myles Watson
2009-04-15
r4097 broke the tree and it remains unfixed :-(
Stefan Reinauer
2009-04-14
EPIA-CN does not have any ACPI tables. Fixes manual and auto build here.
Peter Stuge
2009-04-14
v2/src romfs->cbfs rename
Peter Stuge
2009-04-14
fix up the tree.
Stefan Reinauer
2009-04-13
Fix the build. This error was introduced by change in acpi.c, the acpi_slp_ty...
Rudolf Marek
2009-04-13
Emergency fix. Most targets now build.
Ronald G. Minnich
2009-04-13
I need to do uses HAVE_ACPI_RESUME for each board. Here we go.
Rudolf Marek
2009-04-13
The wake_vec must be HAVE_ACPI_RESUME guarded because PPC uses -Werror on thi...
Rudolf Marek
2009-04-13
Following patch adds support for the ACPI resume on Asus M2V-MX SE. The ACPI
Rudolf Marek
2009-04-13
Following patch adds resume (exit from self refresh) support for AMD K8 revF
Rudolf Marek
2009-04-13
Following patch implements ACPI resume support for coreboot. The hardware main
Rudolf Marek
[next]