index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
fdt.c
Age
Commit message (
Expand
)
Author
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
2017-01-13
cmd: fdt: Print error message when fdt application fails
Stefan Agner
2016-12-02
cmd/fdt: fix uncallable systemsetup command
Fabien Parent
2016-10-13
cmd/fdt: add possibilty to have 'extrasize' on fdt resize
Hannes Schmelzer
2016-08-20
cmd: fdt: add fdt overlay application subcommand
Maxime Ripard
2016-08-20
cmd: fdt: Narrow the check for fdt addr
Maxime Ripard
2016-05-05
Fix various typos, scattered over the code.
Robert P. J. Day
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass