index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
fdt.c
Age
Commit message (
Expand
)
Author
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-14
cmd: fdt: Print error message when fdt application fails
Stefan Agner
2016-12-03
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-06
Fix various typos, scattered over the code.
Robert P. J. Day
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass