summaryrefslogtreecommitdiff
path: root/cmd/fdt.c
Commit message (Expand)AuthorAgeFilesLines
* fdt: Make fdt addr -q quieterPeter Hoyes2023-04-031-5/+14
* cmd: fdt: Use env_set_hex() for "get addr" and "get size"Marek Vasut2023-04-031-11/+2
* cmd: fdt: Drop the 0x prefixMarek Vasut2023-03-141-1/+1
* cmd: fdt: Add support for integer arrays in fdt get value with indexMarek Vasut2023-03-081-2/+12
* cmd: fdt: Map address returned from fdt get addr to sysmemMarek Vasut2023-03-081-1/+2
* cmd: fdt: Handle 64bit pointers in fdt get addrMarek Vasut2023-03-081-2/+2
* cmd: fdt: Align checksign parameter names in help textMarek Vasut2023-03-081-2/+2
* cmd: fdt: Check argc before accessing argv in fdt memoryMarek Vasut2023-03-081-0/+4
* cmd: fdt: Check argc before accessing argv in fdt bootcpuMarek Vasut2023-03-081-1/+6
* cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message spaceMarek Vasut2023-03-081-4/+4
* cmd: fdt: Fix fdt rm behavior on non-existent property and error message spaceMarek Vasut2023-03-081-4/+4
* cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get sizeMarek Vasut2023-03-081-5/+7
* cmd: fdt: Import is_printable_string() from DTC to fix u32 misprintMarek Vasut2023-03-081-22/+14
* cmd: fdt: allow standalone "fdt move"Andre Przywara2023-02-121-11/+17
* cmd: fdt: move: Use map_sysmem to convert pointersAndre Przywara2023-02-121-3/+3
* cmd: fdt: Fix iteration over elements above index 1 in fdt getMarek Vasut2022-11-221-3/+6
* fdt: Show a message when the working FDT changesSimon Glass2022-10-171-0/+1
* cmd: fdt: Add support for reading stringlist property valuesMarek Vasut2022-09-211-6/+28
* cmd: fix long text for fdt commandHeinrich Schuchardt2022-05-051-1/+1
* fdt: Add -q option to fdt addr for distro_bootcmdPeter Hoyes2022-04-221-7/+23
* cmd: fdt: Use start/size for chosen instead of start/endSean Anderson2022-04-011-3/+3
* ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini2021-09-271-1/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-20/+21
* fdt: Show the type of devicetree with fdt addrSimon Glass2021-08-011-2/+3
* fdt: Tidy up the code a bit with fdt addrSimon Glass2021-08-011-24/+13
* fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent2021-05-131-49/+0
* cmd: fdt: remove CMD_FDT_MAX_DUMPHeinrich Schuchardt2020-07-091-3/+8
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* fdt: Fix 'system' commandTom Warren2020-04-161-1/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* cmd, fdt: add subcommand "get" to fdt headerHeiko Schocher2018-11-291-1/+39
* cmd: fdt: Fix fdt address information after the movementHiroyuki Yokoyama2018-11-201-1/+1
* fdt: add call to ft_board_setup_ex() for ks2 boardsNicholas Faustini2018-10-101-0/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* cmd/fdt.c align data buffer to avoid unaligned word accessBernhard Messerklinger2017-11-161-1/+1
* fdt: Switch to using the verbose overlay application methodPantelis Antoniou2017-09-151-4/+3
* fdt: fix 'prop (...) not found!' error in 'fdt set' commandHannes Schmelzer2017-09-041-5/+3
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* env: Rename common functions related to setenv()Simon Glass2017-08-161-2/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-161-11/+14
* fdt: Check for NULL return from fdt_getprop in 'fdt set'Tom Rini2017-07-111-0/+4
* fdt: Add a check to fdt_print() for coveritySimon Glass2017-06-121-1/+1
* fdt: Add a check to do_fdt() for coveritySimon Glass2017-06-121-1/+1
* cmd/fdt: support single value replacement within an arrayHannes Schmelzer2017-06-091-8/+21
* Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMPSimon Glass2017-05-221-5/+3
* cmd/fdt: Make fdt get value endian-safe for single-cell propertiesAndreas Färber2017-01-141-2/+2
* cmd: fdt: Print error message when fdt application failsStefan Agner2017-01-131-1/+5
* cmd/fdt: fix uncallable systemsetup commandFabien Parent2016-12-021-12/+10