summaryrefslogtreecommitdiff
path: root/cmd/fdt.c
AgeCommit message (Expand)Author
2023-03-09cmd: fdt: Add support for integer arrays in fdt get value with indexMarek Vasut
2023-03-09cmd: fdt: Map address returned from fdt get addr to sysmemMarek Vasut
2023-03-09cmd: fdt: Handle 64bit pointers in fdt get addrMarek Vasut
2023-03-09cmd: fdt: Align checksign parameter names in help textMarek Vasut
2023-03-09cmd: fdt: Check argc before accessing argv in fdt memoryMarek Vasut
2023-03-09cmd: fdt: Check argc before accessing argv in fdt bootcpuMarek Vasut
2023-03-09cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message spaceMarek Vasut
2023-03-09cmd: fdt: Fix fdt rm behavior on non-existent property and error message spaceMarek Vasut
2023-03-09cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get sizeMarek Vasut
2023-03-09cmd: fdt: Import is_printable_string() from DTC to fix u32 misprintMarek Vasut
2023-02-12cmd: fdt: allow standalone "fdt move"Andre Przywara
2023-02-12cmd: fdt: move: Use map_sysmem to convert pointersAndre Przywara
2022-11-22cmd: fdt: Fix iteration over elements above index 1 in fdt getMarek Vasut
2022-10-17fdt: Show a message when the working FDT changesSimon Glass
2022-09-21cmd: fdt: Add support for reading stringlist property valuesMarek Vasut
2022-05-05cmd: fix long text for fdt commandHeinrich Schuchardt
2022-04-22fdt: Add -q option to fdt addr for distro_bootcmdPeter Hoyes
2022-04-01cmd: fdt: Use start/size for chosen instead of start/endSean Anderson
2021-09-27ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-08-01fdt: Show the type of devicetree with fdt addrSimon Glass
2021-08-01fdt: Tidy up the code a bit with fdt addrSimon Glass
2021-05-13fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent
2020-07-09cmd: fdt: remove CMD_FDT_MAX_DUMPHeinrich Schuchardt
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