summaryrefslogtreecommitdiff
path: root/cmd/fdt.c
Commit message (Expand)AuthorAgeFilesLines
* cmd, fdt: add subcommand "get" to fdt headerHeiko Schocher2018-11-291-1/+39
* cmd: fdt: Fix fdt address information after the movementHiroyuki Yokoyama2018-11-201-1/+1
* fdt: add call to ft_board_setup_ex() for ks2 boardsNicholas Faustini2018-10-101-0/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* cmd/fdt.c align data buffer to avoid unaligned word accessBernhard Messerklinger2017-11-161-1/+1
* fdt: Switch to using the verbose overlay application methodPantelis Antoniou2017-09-151-4/+3
* fdt: fix 'prop (...) not found!' error in 'fdt set' commandHannes Schmelzer2017-09-041-5/+3
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* env: Rename common functions related to setenv()Simon Glass2017-08-161-2/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-161-11/+14
* fdt: Check for NULL return from fdt_getprop in 'fdt set'Tom Rini2017-07-111-0/+4
* fdt: Add a check to fdt_print() for coveritySimon Glass2017-06-121-1/+1
* fdt: Add a check to do_fdt() for coveritySimon Glass2017-06-121-1/+1
* cmd/fdt: support single value replacement within an arrayHannes Schmelzer2017-06-091-8/+21
* Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMPSimon Glass2017-05-221-5/+3
* cmd/fdt: Make fdt get value endian-safe for single-cell propertiesAndreas Färber2017-01-141-2/+2
* cmd: fdt: Print error message when fdt application failsStefan Agner2017-01-131-1/+5
* cmd/fdt: fix uncallable systemsetup commandFabien Parent2016-12-021-12/+10
* cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2016-10-131-2/+7
* cmd: fdt: add fdt overlay application subcommandMaxime Ripard2016-08-201-0/+24
* cmd: fdt: Narrow the check for fdt addrMaxime Ripard2016-08-201-1/+1
* Fix various typos, scattered over the code.Robert P. J. Day2016-05-051-1/+1
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+1065