index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
fdt.c
Age
Commit message (
Expand
)
Author
2023-10-16
cmd: Convert existing long help messages to the new macro
Tom Rini
2023-05-31
cmd: fdt: Correct checking of configuration node
Bin Meng
2023-04-03
fdt: Make fdt addr -q quieter
Peter Hoyes
2023-04-03
cmd: fdt: Use env_set_hex() for "get addr" and "get size"
Marek Vasut
2023-03-14
cmd: fdt: Drop the 0x prefix
Marek Vasut
2023-03-08
cmd: fdt: Add support for integer arrays in fdt get value with index
Marek Vasut
2023-03-08
cmd: fdt: Map address returned from fdt get addr to sysmem
Marek Vasut
2023-03-08
cmd: fdt: Handle 64bit pointers in fdt get addr
Marek Vasut
2023-03-08
cmd: fdt: Align checksign parameter names in help text
Marek Vasut
2023-03-08
cmd: fdt: Check argc before accessing argv in fdt memory
Marek Vasut
2023-03-08
cmd: fdt: Check argc before accessing argv in fdt bootcpu
Marek Vasut
2023-03-08
cmd: fdt: Fix fdt rsvmem behavior on non-existent index and error message space
Marek Vasut
2023-03-08
cmd: fdt: Fix fdt rm behavior on non-existent property and error message space
Marek Vasut
2023-03-08
cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size
Marek Vasut
2023-03-08
cmd: fdt: Import is_printable_string() from DTC to fix u32 misprint
Marek Vasut
2023-02-12
cmd: fdt: allow standalone "fdt move"
Andre Przywara
2023-02-12
cmd: fdt: move: Use map_sysmem to convert pointers
Andre Przywara
2022-11-22
cmd: fdt: Fix iteration over elements above index 1 in fdt get
Marek Vasut
2022-10-17
fdt: Show a message when the working FDT changes
Simon Glass
2022-09-21
cmd: fdt: Add support for reading stringlist property values
Marek Vasut
2022-05-05
cmd: fix long text for fdt command
Heinrich Schuchardt
2022-04-22
fdt: Add -q option to fdt addr for distro_bootcmd
Peter Hoyes
2022-04-01
cmd: fdt: Use start/size for chosen instead of start/end
Sean Anderson
2021-09-27
ti: keystone: Move away from CONFIG_SOC_KEYSTONE
Tom Rini
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-08-01
fdt: Show the type of devicetree with fdt addr
Simon Glass
2021-08-01
fdt: Tidy up the code a bit with fdt addr
Simon Glass
2021-05-13
fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c
Kory Maincent
2020-07-09
cmd: fdt: remove CMD_FDT_MAX_DUMP
Heinrich Schuchardt
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop image.h from common header
Simon Glass
2020-04-16
fdt: Fix 'system' command
Tom Warren
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
2018-11-29
cmd, fdt: add subcommand "get" to fdt header
Heiko Schocher
2018-11-20
cmd: fdt: Fix fdt address information after the movement
Hiroyuki Yokoyama
2018-10-10
fdt: add call to ft_board_setup_ex() for ks2 boards
Nicholas Faustini
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2017-11-16
cmd/fdt.c align data buffer to avoid unaligned word access
Bernhard Messerklinger
2017-09-15
fdt: Switch to using the verbose overlay application method
Pantelis Antoniou
2017-09-04
fdt: fix 'prop (...) not found!' error in 'fdt set' command
Hannes Schmelzer
2017-08-16
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
2017-07-11
fdt: Check for NULL return from fdt_getprop in 'fdt set'
Tom Rini
2017-06-12
fdt: Add a check to fdt_print() for coverity
Simon Glass
2017-06-12
fdt: Add a check to do_fdt() for coverity
Simon Glass
2017-06-09
cmd/fdt: support single value replacement within an array
Hannes Schmelzer
2017-05-22
Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMP
Simon Glass
2017-01-14
cmd/fdt: Make fdt get value endian-safe for single-cell properties
Andreas Färber
[next]