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
Age
Commit message (
Expand
)
Author
2010-03-29
dualcore.h and quadcore.h are almost exactly the same.
Stefan Reinauer
2010-03-29
This patch fixes build.h dependencies in coreboot again.
Stefan Reinauer
2010-03-28
Add a non-time consuming version of ram check so we can print a decent error
Stefan Reinauer
2010-03-28
drop post_code()
Stefan Reinauer
2010-03-28
drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more
Stefan Reinauer
2010-03-28
drop __ROMCC__ define checks.. __PRE_RAM__ is what the code should be looking...
Stefan Reinauer
2010-03-27
ccache and scan-build actually work together, so remove the
Patrick Georgi
2010-03-27
make only needs to read Makefile.incs once, thanks to the
Patrick Georgi
2010-03-26
Remove dead code and make white space more consistent for acpi_tables.c
Myles Watson
2010-03-26
Update libpayload default configuration so a make oldconfig
Stefan Reinauer
2010-03-26
Make sconfig only complain about real conflicts.
Patrick Georgi
2010-03-26
1. Remove warnings and multiple blank lines.
Zheng Bao
2010-03-25
USB updates from our internal tree
Stefan Reinauer
2010-03-25
libpayload update
Stefan Reinauer
2010-03-25
Add support to build with ccache in the build system
Patrick Georgi
2010-03-25
Make build verbose when requested by abuild
Patrick Georgi
2010-03-25
Add coreboot framebuffer support to libpayload
Stefan Reinauer
2010-03-25
don't hardcode i386 in lpgcc
Stefan Reinauer
2010-03-25
allow libpayload to completely build out of tree.
Stefan Reinauer
2010-03-25
prevent timer overflows in libpayload
Stefan Reinauer
2010-03-25
make keyboard reset driver generic (not pc keyboard driver dependent)
Stefan Reinauer
2010-03-25
Copy argument of -include as it's modified later.
Patrick Georgi
2010-03-25
It's really obj=, not O= (see toplevel Makefile)
Patrick Georgi
2010-03-25
One feature I've been really missing since we switched to
Stefan Reinauer
2010-03-24
abuild should be using O=, not obj=
Stefan Reinauer
2010-03-24
Get rid of type-punned pointer errors.
Myles Watson
2010-03-24
Some keyboards need a longer timeout. Also increase error level, because a
Stefan Reinauer
2010-03-24
Drop unneeded code that checks for CONFIG_ variables in
Stefan Reinauer
2010-03-24
fix acpi dsdt copy on roda rk886ex
Stefan Reinauer
2010-03-24
SMM: remove hack that was needed back in oldconfig times.
Stefan Reinauer
2010-03-24
oops, forgot to cleanup extra output in bootblock creation for dependency patch
Stefan Reinauer
2010-03-24
dependency tracking for coreboot
Stefan Reinauer
2010-03-24
CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders.
Stefan Reinauer
2010-03-23
mahogany_fam10: rename apc_auto.c to ap_romstage.c like on all other boards
Stefan Reinauer
2010-03-23
Fix reading HT link offsets.
Maximilian Thuermer
2010-03-23
Use coreboot-internal version of x86emu for the vgabios utility.
Stefan Reinauer
2010-03-23
Prepare for using coreboot x86emu in userspace utility "vgabios"
Stefan Reinauer
2010-03-23
fix newly introduced printk_foo warnings..
Stefan Reinauer
2010-03-23
Remove the building warnings.
Zheng Bao
2010-03-23
Remove the building warnings.
Zheng Bao
2010-03-23
Removing build warning of sb600 & rs690.
Wang Qing Pei
2010-03-22
Fix i82801dx_power_options() so CONFIG_MAINBOARD_POWER_ON_AFTER_POWER_FAIL wo...
Joseph Smith
2010-03-22
Revert my debugging patch that got committed by accident. Sorry.
Myles Watson
2010-03-22
Fix all the format string warnings.
Myles Watson
2010-03-22
drop some unused files and fix warnings on i945 based systems.
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-21
drop dead code.
Stefan Reinauer
2010-03-21
fix "make" after "rm -rf build"
Stefan Reinauer
2010-03-21
Don't abuse LDFLAGS and fix linking with -Wl,--as-needed.
Christian Ruppert
2010-03-19
I ran into a couple of errors while building a mahogany_fam10 target;
Ed Swierk
[next]