index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2012-11-27
Make xcompile support multiple architectures
Ronald G. Minnich
2012-11-19
build system: use strip_quotes on cbfs-files
Patrick Georgi
2012-11-13
SandyBridge/IvyBridge: Add IFD and ME firmware automatically
Stefan Reinauer
2012-11-12
cbfstool: Rework to use getopt style parameters
Stefan Reinauer
2012-11-09
mc146818rtc: Remove the hyphen to build on NetBSD and Darwin
Zheng Bao
2012-11-09
mc146818rtc: Update the Day of Week in CMOS in the right way.
Zheng Bao
2012-11-09
Makefile.inc: Delete trailing space in build.h
Zheng Bao
2012-11-07
Strip quotes from $(objcbfs)
Stefan Reinauer
2012-11-07
rtc: erase CMOS memory after power failure
Vincent Palatin
2012-10-22
gitconfig: Create .git/hooks before copying files.
Zheng Bao
2012-10-03
buildsystem: ensure directory exists before use
Patrick Georgi
2012-09-28
build.h: Re-run hostname if it doesn't take '-s' option.
Zheng Bao
2012-09-28
lint: Add template for mktemp to meet BSD requirements
Zheng Bao
2012-09-05
buildsystem: Make CPU microcode updating more configurable
Alexandru Gagniuc
2012-08-21
Support use of the compression option when adding payloads to cbfs.
Dave Frodin
2012-08-10
gitconfig: upate commit-msg if newer one is available
zbao
2012-08-04
Make the device tree available in the rom stage
Stefan Reinauer
2012-07-27
Re-run the git-describe if it fails at first try.
zbao
2012-05-10
abuild: Build boards in parallel if possible
Patrick Georgi
2012-05-08
Add config_enabled() from Linux
Patrick Georgi
2012-05-01
Add vsa processor to cbfs-files
Patrick Georgi
2012-05-01
Add Kconfig options to handle the blobs repository
Patrick Georgi
2012-04-27
Move top level pc80 directory to drivers/
Stefan Reinauer
2012-04-21
Makefile: define build result directories
Kyösti Mälkki
2012-04-04
Drop duplicate inclusion of src/vendorcode
Stefan Reinauer
2012-04-04
Add support to run SMM handler in TSEG instead of ASEG
Stefan Reinauer
2012-04-03
Add preprocessing capabilities to the cbfs-files mechanism
Patrick Georgi
2012-04-03
Add nvramtool to coreboot build system
Patrick Georgi
2012-04-02
Add Google ChromeOS vendor support
Stefan Reinauer
2012-03-26
Fix cleaning SeaBIOS from coreboot makefile
Marc Jones
2012-03-10
Portability improvement
Patrick Georgi
2012-03-09
Fix lint-stable checkin hooks on MacOS X
Stefan Reinauer
2012-03-08
Unify Local APIC address definitions
Patrick Georgi
2012-03-01
gitconfig: Add lint-stable as pre-commit hook
Patrick Georgi
2012-03-01
lint: create two classes of tests, stable and dev
Patrick Georgi
2011-12-02
Change AMD vendorcode build
Kyösti Mälkki
2011-09-14
Provide mechanism to local additions to the build
Patrick Georgi
2011-09-07
Add support for the tracing infastructure in coreboot.
Rudolf Marek
2011-08-27
Add dirty flag to git describe
Sven Schnelle
2011-08-26
Add automatic SMBIOS table generation
Sven Schnelle
2011-08-21
Use git describe to set KERNELVERSION
Peter Stuge
2011-08-10
Add iasl to buldgcc and rev the version.
Marc Jones
2011-07-18
Fix coreboot revision detection
Patrick Georgi
2011-06-30
Add local copy of commit-msg hook
Patrick Georgi
2011-06-09
Change make crossgcc to build without gdb by default
Peter Stuge
2011-06-07
Add "gitconfig" make target to simplify gerrit configuration
Patrick Georgi
2011-06-01
Really fix iasl filename issues in our build system
Patrick Georgi
2011-05-20
Handle both cases, obj being absolute and relative
Patrick Georgi
2011-05-20
Fix building with relative path to object directory outside the source tree
Patrick Georgi
2011-05-20
iasl still can't cope with extra "." in file paths
Patrick Georgi
2011-05-16
Move crossgcc rules to coreboot specific Makefile
Patrick Georgi
2011-05-05
Remove AMD Agesa requirement for standard include files
Frank Vibrans
2011-05-02
Add option 'compress ramstage'
Sven Schnelle
2011-04-14
drop half an uart8250 implementation from smiutil and use the common code
Stefan Reinauer
2011-04-10
In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
Stefan Reinauer
2011-03-29
BUILD: add missing config.h dependency
Sven Schnelle
2011-03-20
BUILD: add -MMD to iasl cpp call
Sven Schnelle
2011-03-17
More complete control over KERNELVERSION variable
Patrick Georgi
2011-03-08
Add option_table.h as dependency for all C based object files if option table...
Patrick Georgi
2011-02-22
Move coreboot specific rules and setup to toplevel Makefile.inc
Patrick Georgi