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
2015-01-14
Revert "vboot2: add verstage"
Paul Menzel
2015-01-13
vboot2: add verstage
Daisuke Nojiri
2014-12-28
intel: Fix UPDATE-FIT step in build
Kyösti Mälkki
2014-12-24
build system: Fix regression after adding cbfs-files alignment
Kyösti Mälkki
2014-12-19
build system: allow defining alignment for cbfs-files
Patrick Georgi
2014-12-03
build system: fix alignment function
Patrick Georgi
2014-12-02
build system: remove ROMSTAGE_ELF variable
Patrick Georgi
2014-12-01
Add UCB RISCV support for architecture, soc, and emulation mainboard..
Ronald G. Minnich
2014-11-30
build system: only do the compiler test for gcc
Patrick Georgi
2014-11-26
Export board-status info.
Vladimir Serbinenko
2014-11-20
crossgcc: Add buildsystem support for aarch64 compiler
Patrick Georgi
2014-11-14
build system: improve portability
Patrick Georgi
2014-11-09
build: Add ccopts back into the build
Marc Jones
2014-11-04
build: fetch submodules as required
Patrick Georgi
2014-10-04
Kconfig: Allow native vga init to be selectable for SeaBIOS payload
Edward O'Callaghan
2014-10-02
Provide a way to compile some files with -O0 option
Vadim Bendebury
2014-10-02
nvidia/cbootimage: avoid upstream's build system
Patrick Georgi
2014-09-23
coreboot arm64: Add support for arm64 into coreboot framework
Furquan Shaikh
2014-09-10
nvidia-cbootimage: integrate into coreboot make
Isaac Christensen
2014-09-08
ARM: Generalize armv7 as arm.
Gabe Black
2014-09-05
what-jenkins-does: kill build results early
Patrick Georgi
2014-09-04
build: add what-jenkins-does target
Patrick Georgi
2014-08-30
AMD Steppe Eagle: New integrated southbridge (Avalon)
Bruce Griffith
2014-08-11
coreboot classes: Add dynamic classes to coreboot
Furquan Shaikh
2014-08-11
lint: always remove temporary files
Patrick Georgi
2014-07-10
build system: avoid more race conditions
Patrick Georgi
2014-07-08
build system: prevent race on more tool binaries
Patrick Georgi
2014-06-30
Makefile.inc: Detect if a working clang binary exists before set
Edward O'Callaghan
2014-06-29
build: remove -ccopts mechanism
Patrick Georgi
2014-05-26
build system: re-enable clang use
Patrick Georgi
2014-05-23
build: allow obj=/absolute/path
Patrick Georgi
2014-05-17
build: allow romcc to be wrapped
Patrick Georgi
2014-05-17
build: kill one indirection
Patrick Georgi
2014-05-17
build: separate CPPFLAGS from CFLAGS
Patrick Georgi
2014-05-17
build: CPPFLAGS is more common than INCLUDES
Patrick Georgi
2014-05-17
build: reduce duplication in payload adding rules
Patrick Georgi
2014-05-09
Makefile.inc: Make clang once again a valid toolchain
Edward O'Callaghan
2014-05-06
Introduce stage-specific architecture for coreboot
Furquan Shaikh
2014-05-03
Move redundant Makefile rules from arch to top level.
Furquan Shaikh
2014-04-26
Rename coreboot_ram stage to ramstage
Furquan Shaikh
2014-04-16
buildsystem: check for coreboot toolchain by default
Patrick Georgi
2014-03-20
rmodules: use rmodtool to create rmodules
Aaron Durbin
2014-02-12
utils/crossgcc: Refactor Makefiles for separate arm/i386.
Edward O'Callaghan
2014-01-31
baytrail: add initial support
Aaron Durbin
2013-12-01
Fix build with USE_OPTION_TABLE
Kyösti Mälkki
2013-06-24
sandybridge: Make build possible without descriptor.bin
Nico Huber
2013-03-18
rmodule: add rmodules class and new type
Aaron Durbin
2013-03-14
x86: SMM Module Support
Aaron Durbin
2013-03-12
Fix 'git describe' invocation
Vadim Bendebury
2013-02-19
build system: Retire REQUIRES_BLOB
Patrick Georgi
2013-02-07
armv7: Clean up arm/snow bootblock build process.
Hung-Te Lin
2013-02-03
armv7: Add 'bootblock' build class.
Hung-Te Lin
2013-01-12
Implement GCC code coverage analysis
Stefan Reinauer
2013-01-03
Add the push default to 'make gitconfig'
Ronald G. Minnich
2012-11-30
Rename devices -> device
Stefan Reinauer
2012-11-30
Drop boot directory
Stefan Reinauer
2012-11-27
build system: Split linking into multiple steps
Patrick Georgi
2012-11-27
Get rid of drivers class
Patrick Georgi
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
[next]