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
/
util
Age
Commit message (
Expand
)
Author
2015-07-18
cbfstool: rename checksum to attributes_offset
Patrick Georgi
2015-07-18
cbfstool: move fill value to cbfs.h
Patrick Georgi
2015-07-17
lint/gitconfig: Enable checkpatch.pl checking of commits
Stefan Reinauer
2015-07-16
release: add release script
Patrick Georgi
2015-07-16
cbfstool: Remove extra comma after {0, NULL} list element
Sol Boucher
2015-07-16
cbfstool: Factor out compression algorithm list
Sol Boucher
2015-07-16
cbfstool: rename field
Sol Boucher
2015-07-16
cbfstool: move bit swapping macros to swab.h
Sol Boucher
2015-07-16
cbfstool: use variable length array to model cbfs_file's filename
Patrick Georgi
2015-07-16
cbfstool: improve specification of struct cbfs_file
Patrick Georgi
2015-07-15
cbfstool: fix alignment to 64 byte
Patrick Georgi
2015-07-14
cbmem: export base_time in timestamp table
Aaron Durbin
2015-07-14
abuild: Allow disabling mainboards
Patrick Georgi
2015-07-14
cbmem: convert x86 timestamps on OpenBSD
Patrick Georgi
2015-07-14
buildgcc: Show the archive URL
Paul Menzel
2015-07-12
Update crossgcc Makefile for new buildgcc arguments
Martin Roth
2015-07-11
Fix GCC 5.1 compile issue seen at Linux Arch
Anatol Pomozov
2015-07-09
libpayload: Use top level xcompile
Stefan Reinauer
2015-07-09
xcompile: switch around armv7 TCARCHes
Stefan Reinauer
2015-07-07
cbfstool: Make sure CBFS data structures are packed gcc style
Stefan Reinauer
2015-07-07
cbfstool: Fix kv_pair on Windows
Stefan Reinauer
2015-07-07
Unconditionally compile romstage with -Wa,--divide
Stefan Reinauer
2015-07-07
buildgcc: update IASL to version 20150619
Stefan Reinauer
2015-07-07
xcompile: Fix compiler invocation in testcc
Stefan Reinauer
2015-07-07
buildgcc: work around bug in --print-librt-file-name
Stefan Reinauer
2015-07-07
util/cbfstool: use _XOPEN_SOURCE=700 to find strdup(3)
Jonathan A. Kollasch
2015-07-06
util/ectool: don't dump the whole ram when writing to it
Alexander Couzens
2015-07-06
util/cbfstool: don't override ntohl(3) and htonl(3) on NetBSD
Jonathan A. Kollasch
2015-07-06
util/xcompile/xcompile: use env(1) to find bash
Jonathan A. Kollasch
2015-07-04
buildgcc: Deal with gmp on 32bit Linux on 64bit CPUs
Patrick Georgi
2015-07-04
xcompile: ask for compiler runtime using appropriate CFLAGS
Patrick Georgi
2015-07-04
crossgcc: Fix binutils for aarch64
Patrick Georgi
2015-06-30
kconfig: Fix defconfig targets
Stefan Reinauer
2015-06-30
libpayload: Drop duplicate copy of Kconfig
Stefan Reinauer
2015-06-30
util/scripts: add some support scripts
Patrick Georgi
2015-06-30
cbfstool: Handle elf with different virtual and physical address
Furquan Shaikh
2015-06-24
crossgcc/Makefile: Allow making toolchains using multiple cores
Martin Roth
2015-06-24
crossgcc/Makefile: clean more, add distclean target
Martin Roth
2015-06-24
autoport: Include 'default_irq_route.asl' into DSDT
Stefan Reinauer
2015-06-22
buildgcc: Add list of valid platform to the help text.
Martin Roth
2015-06-20
buildgcc: Update clang search string
Marc Jones
2015-06-20
xcompile: x86-64-elf wants -Wa,--divide, too
Stefan Reinauer
2015-06-17
buildgcc: Don't build iasl with gcc
Stefan Reinauer
2015-06-17
buildgcc: enable biarch support for x86_64-elf
Stefan Reinauer
2015-06-17
buildgcc: Check for dependencies after printing banner
Stefan Reinauer
2015-06-17
buildgcc: Clarify required user action
Stefan Reinauer
2015-06-16
kconfig: allow specifying the target for savedefconfig
Patrick Georgi
2015-06-16
xcompile: Don't print error messages
Stefan Reinauer
2015-06-16
buildgcc: Define $CMAKE only if clang package is built
David Hendricks
2015-06-16
xcompile: add support for x86-64
Stefan Reinauer
2015-06-12
bimgtool: initialize data header
Patrick Georgi
2015-06-12
buildgcc: improve portability of 'type' use
Patrick Georgi
2015-06-12
to-wiki: Adjust nice name retrievals to match current tree.
Vladimir Serbinenko
2015-06-12
buildgcc: replace [[ ... == ... ]] with something more portable
Patrick Georgi
2015-06-11
kconfig: enforce stable sort order
Patrick Georgi
2015-06-10
ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19
Furquan Shaikh
2015-06-10
buildgcc: build with bfd and gold linker
Stefan Reinauer
2015-06-10
buildgcc: move to a package centric user interface
Stefan Reinauer
2015-06-10
buildgcc: fix compilation of IASL
Stefan Reinauer
2015-06-10
buildgcc: Update and fix GDB
Stefan Reinauer
2015-06-10
buildgcc: Reorder main program
Stefan Reinauer
2015-06-10
buildgcc: Don't use BUILDDIRPREFIX
Stefan Reinauer
2015-06-10
buildgcc: solidify and remove boilerplate code
Stefan Reinauer
2015-06-10
util/kconfig/Makefile: Add savedefconfig target
Martin Roth
2015-06-09
buildgcc: use ${GDB_DIR} instead of gdb-${GDB_VERSION}
Stefan Reinauer
2015-06-09
buildgcc: Fail if a patch failed to apply
Stefan Reinauer
2015-06-09
buildgcc: Don't run autoconf
Stefan Reinauer
2015-06-09
buildgcc: move from if test to if [ .. ]
Stefan Reinauer
2015-06-09
buildgcc: move from `..` to $( .. )
Stefan Reinauer
2015-06-09
genbuild_h: set LC_ALL=C to get rid of language influence to date
Alexander Couzens
2015-06-09
genbuild_h: refactor environment variable into export's
Alexander Couzens
2015-06-09
cbmem: Break out CBMEM_ID to a separate header file
Marc Jones
2015-06-08
xcompile: Fix errors thrown during make gitconfig
Stefan Reinauer
2015-06-08
buildgcc: Unify and refactor build scripts
Stefan Reinauer
2015-06-08
crossgcc: Add clang support
Stefan Reinauer
2015-06-08
buildgcc: refactor package unpacking, patching and building
Stefan Reinauer
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-06-07
genbuild_h: timestamps should not depend on LANG or LC_ALL
Alexander Couzens
2015-06-06
buildgcc: factor out downloading, unpacking and patching
Stefan Reinauer
2015-06-04
build system: move more clang handling to xcompile
Patrick Georgi
2015-06-04
build system: move compiler runtime determination to xcompile
Patrick Georgi
2015-06-04
xcompile: Detect clang compilers
Patrick Georgi
2015-06-04
xcompile: Rename internal variable CFLAGS to CFLAGS_GCC
Patrick Georgi
2015-06-04
crossgcc: Improve compatibility of the toolchain across host systems
Patrick Georgi
2015-06-02
cbfs: Fix mismerge.
Vladimir Serbinenko
2015-06-02
superiotool: detect the NCT5572D
Felix Held
2015-05-31
autoport: Update documentation to mention runtime prerequisites
Vladimir Serbinenko
2015-05-30
autoport: Improve keyboard detection.
Vladimir Serbinenko
2015-05-30
autoport: Add a note that slot labeling is unreliable.
Vladimir Serbinenko
2015-05-30
autoport: Fix SPD map guessing function.
Vladimir Serbinenko
2015-05-30
autoport/ec_fixme: Fix error in resulting code.
Vladimir Serbinenko
2015-05-30
autoport: Strip inc, co and corp suffixes from vendor name
Vladimir Serbinenko
2015-05-30
autoport/bd82x6x: Fix off-by-one error
Vladimir Serbinenko
2015-05-30
autoport: Allow binary prerequisites to be placed in the autoport directory.
Vladimir Serbinenko
2015-05-30
autoport: Minor style fixes in readme.
Vladimir Serbinenko
2015-05-29
autoport: Write autoport together with porting guide for sandy/ivybridge.
Vladimir Serbinenko
2015-05-28
board-status: Don't consider Kconfig.name a valid mainboard.
Vladimir Serbinenko
2015-05-28
to-wiki: Correct retreval of nice vendor name
Vladimir Serbinenko
2015-05-28
Remove address from GPLv2 headers
Patrick Georgi
2015-05-27
xcompile: Add CROSS_COMPILE_* variable
Furquan Shaikh
[prev]
[next]