summaryrefslogtreecommitdiff
path: root/cmd/fdt.c
AgeCommit message (Expand)Author
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-04-16fdt: Fix 'system' commandTom Warren
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2018-11-29cmd, fdt: add subcommand "get" to fdt headerHeiko Schocher
2018-11-20cmd: fdt: Fix fdt address information after the movementHiroyuki Yokoyama
2018-10-10fdt: add call to ft_board_setup_ex() for ks2 boardsNicholas Faustini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2017-11-16cmd/fdt.c align data buffer to avoid unaligned word accessBernhard Messerklinger
2017-09-15fdt: Switch to using the verbose overlay application methodPantelis Antoniou
2017-09-04fdt: fix 'prop (...) not found!' error in 'fdt set' commandHannes Schmelzer
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename common functions related to setenv()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-07-11fdt: Check for NULL return from fdt_getprop in 'fdt set'Tom Rini
2017-06-12fdt: Add a check to fdt_print() for coveritySimon Glass
2017-06-12fdt: Add a check to do_fdt() for coveritySimon Glass
2017-06-09cmd/fdt: support single value replacement within an arrayHannes Schmelzer
2017-05-22Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMPSimon Glass
2017-01-14cmd/fdt: Make fdt get value endian-safe for single-cell propertiesAndreas Färber
2017-01-13cmd: fdt: Print error message when fdt application failsStefan Agner
2016-12-02cmd/fdt: fix uncallable systemsetup commandFabien Parent
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer
2016-08-20cmd: fdt: add fdt overlay application subcommandMaxime Ripard
2016-08-20cmd: fdt: Narrow the check for fdt addrMaxime Ripard
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day
2016-01-25Remove the cmd_ prefix from command filesSimon Glass