aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2014-08-10cbfstool: free stale memoryPatrick Georgi
2014-08-10nvramtool: check for successful seekPatrick Georgi
2014-08-10romcc: properly check out-of-range unsigned longsPatrick Georgi
2014-08-09cbfstool: fix option parsingPatrick Georgi
2014-08-07cbfstool: process cbfs_payload_segment(s) in host byte orderAaron Durbin
2014-08-04sconfig: improve argument parsingPatrick Georgi
2014-08-04util/sconfig/main.c: Remove assigned but unused variable `link`Paul Menzel
2014-08-04sconfig: more careful string resource handlingPatrick Georgi
2014-08-03ifdtool: Check if file was openedPatrick Georgi
2014-08-03ifdtool: Avoid potential buffer overflowPatrick Georgi
2014-08-03nvramtool: Close file after usePatrick Georgi
2014-07-30build system: remove duplicate architecture listPatrick Georgi
2014-07-30util/sconfig: fix check for count of command line argumentsDaniele Forsi
2014-07-30util/i915tool: close the file also when fread() returned an errorDaniele Forsi
2014-07-30cbmem: Terminate the cbmem console at the cursor position.Gabe Black
2014-07-30util/cbfstool: free buffer on error pathDaniele Forsi
2014-07-28util/board_status: use the right location of cbfstoolIdwer Vollering
2014-07-21board_status.sh minor fixes - no functional changesMartin Roth
2014-07-21board_status.sh: Read coreboot boot log from a serial deviceMartin Roth
2014-07-21board_status.sh: name temp dir and print the nameMartin Roth
2014-07-21board_status.sh allow cmd() to not save outputMartin Roth
2014-07-15build system: fix another cbfstool racePatrick Georgi
2014-07-15build system: create .xcompile dependencyPatrick Georgi
2014-07-15util/xcompile: Print fatal error messages to stderr instead of stdoutDaniele Forsi
2014-07-15board_status.sh add non-fatal test_cmdMartin Roth
2014-06-29utils/cbfstool: No need to pass -g flag twiceEdward O'Callaghan
2014-06-20util/cbmem: Workaround for IS_ENABLED()Kyösti Mälkki
2014-06-11util/inteltool: Add pci ids for 4 northbridge models instead of 1.Damien Zammit
2014-05-31util/board_status/board_status.sh: Move `cbfs.txt` to results directoryPaul Menzel
2014-05-28util/board_status/board_status.sh: Save ROM contents in `cbfs.txt`Paul Menzel
2014-05-27util/cbfstool: Use `%zu` instead of `%ld` for size_t argumentsPaul Menzel
2014-05-23abuild: make build directory configurable with a variablePatrick Georgi
2014-05-23abuild: update version and copyrightPatrick Georgi
2014-05-23abuild: allow build results outside the source treePatrick Georgi
2014-05-23abuild: allow deleting the work directories immediatelyPatrick Georgi
2014-05-19Board-status: Add second vendor lineKyösti Mälkki
2014-05-19abuild: Only build boards with KconfigPatrick Georgi
2014-05-17build: make scan-build work againPatrick Georgi
2014-05-17abuild: replace hardcoded values by their variablesPatrick Georgi
2014-05-17build: break compiler flags out of $(CC)Patrick Georgi
2014-05-17build: get rid of a special casePatrick Georgi
2014-05-15xcompile: ABIs are really architecture specificPatrick Georgi
2014-05-15xcompile: break out big loop content into functionPatrick Georgi
2014-05-15xcompile: move tempfile cleanup closer togetherPatrick Georgi
2014-05-15xcompile: actually use "special compile flags" ideaPatrick Georgi
2014-05-15xcompile: fail earlier on missing host toolsPatrick Georgi
2014-05-15xcompile: slightly refactor variable expansion magicPatrick Georgi
2014-05-15xcompile: use bashPatrick Georgi
2014-05-15abuild: add -L|--clang to enable clang buildsPatrick Georgi
2014-05-09cbfstool: account for the trampoline code in bzImage payloadAaron Durbin
2014-05-07kconfig: update to follow upstream more closelyPatrick Georgi
2014-05-03Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh
2014-04-29towiki.sh Move vendor link to the first column.Rudolf Marek
2014-04-29crossgcc: Support OSX 10.9 built-in tar utility program.Andrew Wu
2014-04-29util/board_status/board_status.sh: set its executable flagPaul Menzel
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-04-18util/cbfstool: Fix "Bad segment type 53534220 Could not load payload".Wei Hu
2014-04-16util/board_status: Only pass switch `-a` once to `git commit`Paul Menzel
2014-04-16sconfig: Fix build dependenciesPatrick Georgi
2014-04-16abuild: break early if building tools failsPatrick Georgi
2014-04-16abuild: more verbose configuration stepPatrick Georgi
2014-04-07util/cbfstool: Make cbfs_image_delete() NULL-tolerant.Edward O'Callaghan
2014-04-02util/cbmem: handle larger than 1MiB mappings for consoleAaron Durbin
2014-03-28cbfstool: provide structure to linux payload builderAaron Durbin
2014-03-27util/superiotool: Add initial support for Fintek F71869ED.Wilbert Duijvenvoorde
2014-03-24util/superiotool: Register fix for Fintek F71869ADWilbert Duijvenvoorde
2014-03-20util: add rmodtool for parsing ELF files to rmodulesAaron Durbin
2014-03-18cbfstool: add ELF writing supportAaron Durbin
2014-03-17romcc.c: Fixes warning about unused function from unused macros.Edward O'Callaghan
2014-03-14cbfstool: add symbol table parsing to the ELF parserAaron Durbin
2014-03-14cbfstool: add string table parsing to ELF parserAaron Durbin
2014-03-14cbfstool: add relocation parsing to ELF parserAaron Durbin
2014-03-14cbfstool: introduce struct parsed_elf and parse_elf()Aaron Durbin
2014-03-13cbfstool: remove incorrect section size checkAaron Durbin
2014-03-13cbfstool: elfparsing: check segment and section regionsAaron Durbin
2014-03-13cbfstool: elfheaders: use proper parameters to calloc()Aaron Durbin
2014-03-13cbfstool: add eflparsing.hAaron Durbin
2014-03-13cbfstool: move iself() to eflheaders.cAaron Durbin
2014-03-13cbfstool: elfheaders: use common checks and buffer helpersAaron Durbin
2014-03-12Revert "boardstatus/towiki: Declare southbridge=northbridge=cpu on SOCs"Alexandru Gagniuc
2014-03-11cbfstool: add struct buffer helper routinesAaron Durbin
2014-03-11cbfstool: add bputs() to store a byte stream to a bufferAaron Durbin
2014-03-11cbfstool: add get8/put8 variants to xdr structuresAaron Durbin
2014-03-11cbfstool: move verbose to common.cAaron Durbin
2014-03-09lbtdump: Dump forwarded tables.Vladimir Serbinenko
2014-03-08utils/romcc.c: Fix spurious unsigned integer comparisons.Edward O'Callaghan
2014-03-02cbfstool/lzma: Remove dead code under #ifdefsAlexandru Gagniuc
2014-02-28util/ifdtool: cleanup some magic numbersChris Douglass
2014-02-28util/ifdtool: add option to change flash layoutChris Douglass
2014-02-28util/ifdtool: add option to dump flashrom layoutChris Douglass
2014-02-28boardstatus/towiki: Skip OVERRIDE_FANCTLVladimir Serbinenko
2014-02-28boardstatus/towiki: Skip comments after options.Vladimir Serbinenko
2014-02-28boardstatus/to-wiki.sh: Accept Kconfig with non-tab separators.Vladimir Serbinenko
2014-02-14crossgcc: Update IASL to latest version (20140114)Alexandru Gagniuc
2014-02-12utils/crossgcc: Refactor Makefiles for separate arm/i386.Edward O'Callaghan
2014-02-11cbfstool/lzma: Remove code which depends on commented out definesAlexandru Gagniuc
2014-02-11cbfstool: Deserialize CBFS master header when reading imageAlexandru Gagniuc
2014-02-10cbfstool/lzma: Remove LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OKAlexandru Gagniuc
2014-02-10cbfstool: Fix LzmaEnc.c and build with -WshadowAlexandru Gagniuc
2014-02-10cbfstool: Fix build errors when building with clangAlexandru Gagniuc