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
2014-08-11
board-status: remove whitespace
Patrick Georgi
2014-08-10
ifdtool: Provide bounds on string parser
Patrick Georgi
2014-08-10
cbfstool: free stale memory
Patrick Georgi
2014-08-10
nvramtool: check for successful seek
Patrick Georgi
2014-08-10
romcc: properly check out-of-range unsigned longs
Patrick Georgi
2014-08-09
cbfstool: fix option parsing
Patrick Georgi
2014-08-07
cbfstool: process cbfs_payload_segment(s) in host byte order
Aaron Durbin
2014-08-04
sconfig: improve argument parsing
Patrick Georgi
2014-08-04
util/sconfig/main.c: Remove assigned but unused variable `link`
Paul Menzel
2014-08-04
sconfig: more careful string resource handling
Patrick Georgi
2014-08-03
ifdtool: Check if file was opened
Patrick Georgi
2014-08-03
ifdtool: Avoid potential buffer overflow
Patrick Georgi
2014-08-03
nvramtool: Close file after use
Patrick Georgi
2014-07-30
build system: remove duplicate architecture list
Patrick Georgi
2014-07-30
util/sconfig: fix check for count of command line arguments
Daniele Forsi
2014-07-30
util/i915tool: close the file also when fread() returned an error
Daniele Forsi
2014-07-30
cbmem: Terminate the cbmem console at the cursor position.
Gabe Black
2014-07-30
util/cbfstool: free buffer on error path
Daniele Forsi
2014-07-28
util/board_status: use the right location of cbfstool
Idwer Vollering
2014-07-21
board_status.sh minor fixes - no functional changes
Martin Roth
2014-07-21
board_status.sh: Read coreboot boot log from a serial device
Martin Roth
2014-07-21
board_status.sh: name temp dir and print the name
Martin Roth
2014-07-21
board_status.sh allow cmd() to not save output
Martin Roth
2014-07-15
build system: fix another cbfstool race
Patrick Georgi
2014-07-15
build system: create .xcompile dependency
Patrick Georgi
2014-07-15
util/xcompile: Print fatal error messages to stderr instead of stdout
Daniele Forsi
2014-07-15
board_status.sh add non-fatal test_cmd
Martin Roth
2014-06-29
utils/cbfstool: No need to pass -g flag twice
Edward O'Callaghan
2014-06-20
util/cbmem: Workaround for IS_ENABLED()
Kyösti Mälkki
2014-06-11
util/inteltool: Add pci ids for 4 northbridge models instead of 1.
Damien Zammit
2014-05-31
util/board_status/board_status.sh: Move `cbfs.txt` to results directory
Paul Menzel
2014-05-28
util/board_status/board_status.sh: Save ROM contents in `cbfs.txt`
Paul Menzel
2014-05-27
util/cbfstool: Use `%zu` instead of `%ld` for size_t arguments
Paul Menzel
2014-05-23
abuild: make build directory configurable with a variable
Patrick Georgi
2014-05-23
abuild: update version and copyright
Patrick Georgi
2014-05-23
abuild: allow build results outside the source tree
Patrick Georgi
2014-05-23
abuild: allow deleting the work directories immediately
Patrick Georgi
2014-05-19
Board-status: Add second vendor line
Kyösti Mälkki
2014-05-19
abuild: Only build boards with Kconfig
Patrick Georgi
2014-05-17
build: make scan-build work again
Patrick Georgi
2014-05-17
abuild: replace hardcoded values by their variables
Patrick Georgi
2014-05-17
build: break compiler flags out of $(CC)
Patrick Georgi
2014-05-17
build: get rid of a special case
Patrick Georgi
2014-05-15
xcompile: ABIs are really architecture specific
Patrick Georgi
2014-05-15
xcompile: break out big loop content into function
Patrick Georgi
2014-05-15
xcompile: move tempfile cleanup closer together
Patrick Georgi
2014-05-15
xcompile: actually use "special compile flags" idea
Patrick Georgi
2014-05-15
xcompile: fail earlier on missing host tools
Patrick Georgi
2014-05-15
xcompile: slightly refactor variable expansion magic
Patrick Georgi
2014-05-15
xcompile: use bash
Patrick Georgi
2014-05-15
abuild: add -L|--clang to enable clang builds
Patrick Georgi
2014-05-09
cbfstool: account for the trampoline code in bzImage payload
Aaron Durbin
2014-05-07
kconfig: update to follow upstream more closely
Patrick Georgi
2014-05-03
Move ARCH_* from board/Kconfig to cpu or soc Kconfig.
Furquan Shaikh
2014-04-29
towiki.sh Move vendor link to the first column.
Rudolf Marek
2014-04-29
crossgcc: Support OSX 10.9 built-in tar utility program.
Andrew Wu
2014-04-29
util/board_status/board_status.sh: set its executable flag
Paul Menzel
2014-04-26
Rename coreboot_ram stage to ramstage
Furquan Shaikh
2014-04-18
util/cbfstool: Fix "Bad segment type 53534220 Could not load payload".
Wei Hu
2014-04-16
util/board_status: Only pass switch `-a` once to `git commit`
Paul Menzel
2014-04-16
sconfig: Fix build dependencies
Patrick Georgi
2014-04-16
abuild: break early if building tools fails
Patrick Georgi
2014-04-16
abuild: more verbose configuration step
Patrick Georgi
2014-04-07
util/cbfstool: Make cbfs_image_delete() NULL-tolerant.
Edward O'Callaghan
2014-04-02
util/cbmem: handle larger than 1MiB mappings for console
Aaron Durbin
2014-03-28
cbfstool: provide structure to linux payload builder
Aaron Durbin
2014-03-27
util/superiotool: Add initial support for Fintek F71869ED.
Wilbert Duijvenvoorde
2014-03-24
util/superiotool: Register fix for Fintek F71869AD
Wilbert Duijvenvoorde
2014-03-20
util: add rmodtool for parsing ELF files to rmodules
Aaron Durbin
2014-03-18
cbfstool: add ELF writing support
Aaron Durbin
2014-03-17
romcc.c: Fixes warning about unused function from unused macros.
Edward O'Callaghan
2014-03-14
cbfstool: add symbol table parsing to the ELF parser
Aaron Durbin
2014-03-14
cbfstool: add string table parsing to ELF parser
Aaron Durbin
2014-03-14
cbfstool: add relocation parsing to ELF parser
Aaron Durbin
2014-03-14
cbfstool: introduce struct parsed_elf and parse_elf()
Aaron Durbin
2014-03-13
cbfstool: remove incorrect section size check
Aaron Durbin
2014-03-13
cbfstool: elfparsing: check segment and section regions
Aaron Durbin
2014-03-13
cbfstool: elfheaders: use proper parameters to calloc()
Aaron Durbin
2014-03-13
cbfstool: add eflparsing.h
Aaron Durbin
2014-03-13
cbfstool: move iself() to eflheaders.c
Aaron Durbin
2014-03-13
cbfstool: elfheaders: use common checks and buffer helpers
Aaron Durbin
2014-03-12
Revert "boardstatus/towiki: Declare southbridge=northbridge=cpu on SOCs"
Alexandru Gagniuc
2014-03-11
cbfstool: add struct buffer helper routines
Aaron Durbin
2014-03-11
cbfstool: add bputs() to store a byte stream to a buffer
Aaron Durbin
2014-03-11
cbfstool: add get8/put8 variants to xdr structures
Aaron Durbin
2014-03-11
cbfstool: move verbose to common.c
Aaron Durbin
2014-03-09
lbtdump: Dump forwarded tables.
Vladimir Serbinenko
2014-03-08
utils/romcc.c: Fix spurious unsigned integer comparisons.
Edward O'Callaghan
2014-03-02
cbfstool/lzma: Remove dead code under #ifdefs
Alexandru Gagniuc
2014-02-28
util/ifdtool: cleanup some magic numbers
Chris Douglass
2014-02-28
util/ifdtool: add option to change flash layout
Chris Douglass
2014-02-28
util/ifdtool: add option to dump flashrom layout
Chris Douglass
2014-02-28
boardstatus/towiki: Skip OVERRIDE_FANCTL
Vladimir Serbinenko
2014-02-28
boardstatus/towiki: Skip comments after options.
Vladimir Serbinenko
2014-02-28
boardstatus/to-wiki.sh: Accept Kconfig with non-tab separators.
Vladimir Serbinenko
2014-02-14
crossgcc: Update IASL to latest version (20140114)
Alexandru Gagniuc
2014-02-12
utils/crossgcc: Refactor Makefiles for separate arm/i386.
Edward O'Callaghan
2014-02-11
cbfstool/lzma: Remove code which depends on commented out defines
Alexandru Gagniuc
2014-02-11
cbfstool: Deserialize CBFS master header when reading image
Alexandru Gagniuc
2014-02-10
cbfstool/lzma: Remove LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OK
Alexandru Gagniuc
[prev]
[next]