summaryrefslogtreecommitdiff
path: root/cmd/fdt.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-01cmd: fdt: Correct checking of configuration nodeBin Meng1-1/+1
2023-04-02fdt: Make fdt addr -q quieterPeter Hoyes1-5/+14
2023-04-02cmd: fdt: Use env_set_hex() for "get addr" and "get size"Marek Vasut1-11/+2
2023-03-15cmd: fdt: Drop the 0x prefixMarek Vasut1-1/+1
2023-03-08cmd: fdt: Add support for integer arrays in fdt get value with indexMarek Vasut1-2/+12
2023-03-08cmd: fdt: Map address returned from fdt get addr to sysmemMarek Vasut1-1/+2
2023-03-08cmd: fdt: Handle 64bit pointers in fdt get addrMarek Vasut1-2/+2
2023-03-08cmd: fdt: Align checksign parameter names in help textMarek Vasut1-2/+2
2023-03-08cmd: fdt: Check argc before accessing argv in fdt memoryMarek Vasut1-0/+4
2023-03-08cmd: fdt: Check argc before accessing argv in fdt bootcpuMarek Vasut1-1/+6
2023-03-08cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message spaceMarek Vasut1-4/+4
2023-03-08cmd: fdt: Fix fdt rm behavior on non-existent property and error message spaceMarek Vasut1-4/+4
2023-03-08cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get sizeMarek Vasut1-5/+7
2023-03-08cmd: fdt: Import is_printable_string() from DTC to fix u32 misprintMarek Vasut1-22/+14
2023-02-13cmd: fdt: allow standalone "fdt move"Andre Przywara1-11/+17
2023-02-13cmd: fdt: move: Use map_sysmem to convert pointersAndre Przywara1-3/+3
2022-11-23cmd: fdt: Fix iteration over elements above index 1 in fdt getMarek Vasut1-3/+6
2022-10-18fdt: Show a message when the working FDT changesSimon Glass1-0/+1
2022-09-21cmd: fdt: Add support for reading stringlist property valuesMarek Vasut1-6/+28
2022-05-05cmd: fix long text for fdt commandHeinrich Schuchardt1-1/+1
2022-04-22fdt: Add -q option to fdt addr for distro_bootcmdPeter Hoyes1-7/+23
2022-04-01cmd: fdt: Use start/size for chosen instead of start/endSean Anderson1-3/+3
2021-09-28ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini1-1/+1
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