summaryrefslogtreecommitdiff
path: root/tools/ifdtool.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-28tools: include necessary headers explicitlyMasahiro Yamada1-0/+1
2016-12-19binman: Drop microcode features from ifdtoolSimon Glass1-249/+5
2015-09-09x86: ifdtool: Support checking region overlap before U-BootBin Meng1-20/+46
2015-08-26x86: ifdtool: Drop microcode from the device tree when collatingSimon Glass1-2/+53
2015-08-26x86: ifdtool: Support collating microcode into one placeSimon Glass1-10/+55
2015-08-26x86: ifdtool: Split microcode linking into its own functionSimon Glass1-27/+78
2015-08-26x86: ifdtool: Check that U-Boot does not overlap other regionsSimon Glass1-11/+22
2015-07-15tools: ifdtool: Write correct offset on 32-bit machineBin Meng1-1/+1
2015-06-04tools: ifdtool: Do not write region while its size is negativeBin Meng1-1/+1
2015-01-13x86: Correct ifdtool microcode calculationSimon Glass1-2/+2
2014-12-19x86: ifdtool: Add support for early microcode accessSimon Glass1-8/+102
2014-12-19x86: ifdtool: Use a structure for the file/address listSimon Glass1-6/+18
2014-12-19x86: ifdtool: Display filename when file errors are reportedSimon Glass1-12/+18
2014-12-19x86: ifdtool: Correct a debug() missing parameterSimon Glass1-1/+2
2014-12-14x86: ifdtool: Separate out filenames for -D and -iSimon Glass1-6/+6
2014-12-14tools/ifdtool: Support writing multiple files (-w) simultaneouslyBin Meng1-7/+24
2014-11-21x86: ifdtool: Allow creation of an empty ROMSimon Glass1-1/+1
2014-11-21x86: Add ifdtool for working with Intel Flash Descriptor ROM imagesSimon Glass1-0/+1039