aboutsummaryrefslogtreecommitdiff
path: root/cmd/fdt.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini
2023-05-31cmd: fdt: Correct checking of configuration nodeBin Meng
2023-04-03fdt: Make fdt addr -q quieterPeter Hoyes
2023-04-03cmd: fdt: Use env_set_hex() for "get addr" and "get size"Marek Vasut
2023-03-14cmd: fdt: Drop the 0x prefixMarek Vasut
2023-03-08cmd: fdt: Add support for integer arrays in fdt get value with indexMarek Vasut
2023-03-08cmd: fdt: Map address returned from fdt get addr to sysmemMarek Vasut
2023-03-08cmd: fdt: Handle 64bit pointers in fdt get addrMarek Vasut
2023-03-08cmd: fdt: Align checksign parameter names in help textMarek Vasut
2023-03-08cmd: fdt: Check argc before accessing argv in fdt memoryMarek Vasut
2023-03-08cmd: fdt: Check argc before accessing argv in fdt bootcpuMarek Vasut
2023-03-08cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message spaceMarek Vasut
2023-03-08cmd: fdt: Fix fdt rm behavior on non-existent property and error message spaceMarek Vasut
2023-03-08cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get sizeMarek Vasut
2023-03-08cmd: 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