summaryrefslogtreecommitdiff
path: root/cmd/fdt.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-20/+21
2021-08-01fdt: Show the type of devicetree with fdt addrSimon Glass1-2/+3
2021-08-01fdt: Tidy up the code a bit with fdt addrSimon Glass1-24/+13
2021-05-13fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent1-49/+0
2020-07-10cmd: fdt: remove CMD_FDT_MAX_DUMPHeinrich Schuchardt1-3/+8
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-16fdt: Fix 'system' commandTom Warren1-1/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2018-11-29cmd, fdt: add subcommand "get" to fdt headerHeiko Schocher1-1/+39
2018-11-21cmd: fdt: Fix fdt address information after the movementHiroyuki Yokoyama1-1/+1
2018-10-10fdt: add call to ft_board_setup_ex() for ks2 boardsNicholas Faustini1-0/+3
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
2017-11-17cmd/fdt.c align data buffer to avoid unaligned word accessBernhard Messerklinger1-1/+1
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