summaryrefslogtreecommitdiff
path: root/cmd/fdt.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-15fdt: Switch to using the verbose overlay application methodPantelis Antoniou1-4/+3
2017-09-04fdt: fix 'prop (...) not found!' error in 'fdt set' commandHannes Schmelzer1-5/+3
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2017-08-16env: Rename common functions related to setenv()Simon Glass1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-11/+14
2017-07-11fdt: Check for NULL return from fdt_getprop in 'fdt set'Tom Rini1-0/+4
2017-06-12fdt: Add a check to fdt_print() for coveritySimon Glass1-1/+1
2017-06-12fdt: Add a check to do_fdt() for coveritySimon Glass1-1/+1
2017-06-09cmd/fdt: support single value replacement within an arrayHannes Schmelzer1-8/+21
2017-05-22Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMPSimon Glass1-5/+3
2017-01-14cmd/fdt: Make fdt get value endian-safe for single-cell propertiesAndreas Färber1-2/+2
2017-01-14cmd: fdt: Print error message when fdt application failsStefan Agner1-1/+5
2016-12-03cmd/fdt: fix uncallable systemsetup commandFabien Parent1-12/+10
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer1-2/+7
2016-08-20cmd: fdt: add fdt overlay application subcommandMaxime Ripard1-0/+24
2016-08-20cmd: fdt: Narrow the check for fdt addrMaxime Ripard1-1/+1
2016-05-06Fix various typos, scattered over the code.Robert P. J. Day1-1/+1
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+1065