Commit Graph

22 Commits (lime2-spi)

Author SHA1 Message Date
Nicholas Faustini 2c76d311a4 fdt: add call to ft_board_setup_ex() for ks2 boards 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Masahiro Yamada b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 6 years ago
Bernhard Messerklinger 6dfd65f81f cmd/fdt.c align data buffer to avoid unaligned word access 7 years ago
Pantelis Antoniou 81ecc5d92b fdt: Switch to using the verbose overlay application method 7 years ago
Hannes Schmelzer cee8c35d1b fdt: fix 'prop (...) not found!' error in 'fdt set' command 7 years ago
Simon Glass bfebc8c965 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 7 years ago
Simon Glass 018f530323 env: Rename common functions related to setenv() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Tom Rini 99bb38e2cc fdt: Check for NULL return from fdt_getprop in 'fdt set' 7 years ago
Simon Glass 9f95267271 fdt: Add a check to fdt_print() for coverity 7 years ago
Simon Glass 72c98ed1ab fdt: Add a check to do_fdt() for coverity 7 years ago
Hannes Schmelzer 9620d87259 cmd/fdt: support single value replacement within an array 7 years ago
Simon Glass 5d927b4286 Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMP 7 years ago
Andreas Färber b05bf6c75d cmd/fdt: Make fdt get value endian-safe for single-cell properties 7 years ago
Stefan Agner 082b1414e8 cmd: fdt: Print error message when fdt application fails 7 years ago
Fabien Parent f7f191ee41 cmd/fdt: fix uncallable systemsetup command 8 years ago
Hannes Schmelzer ef47683646 cmd/fdt: add possibilty to have 'extrasize' on fdt resize 8 years ago
Maxime Ripard e6628ad7b9 cmd: fdt: add fdt overlay application subcommand 8 years ago
Maxime Ripard f0ed68e21f cmd: fdt: Narrow the check for fdt addr 8 years ago
Robert P. J. Day 1cc0a9f496 Fix various typos, scattered over the code. 8 years ago
Simon Glass 2e192b245e Remove the cmd_ prefix from command files 8 years ago
Simon Glass 72a8cf8dcc Move all command code into its own directory 8 years ago
Sudeep Holla 8a133bb5ba cmd_fdt: save fdtaddr in hex format 9 years ago
Joe Hershberger 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 9 years ago
Joe Hershberger c71a0164d9 cmd_fdt: Print the control fdt in terms of virtual memory 9 years ago
Joe Hershberger 90fbee3e40 cmd_fdt: Actually fix fdt command in sandbox 9 years ago
Hua Yanghao 90bac29a76 cmd_fdt: fix working_fdt is set to wrong value 9 years ago
Simon Glass c654b5172a fdt: Add ft_system_setup() function for system device tree additions 10 years ago
Simon Glass 4ba98dc269 fdt: Report failure of ft_board_setup() 10 years ago
Simon Glass 5bf58ccc8e fdt: Rename fdt_resize() to fdt_shrink_to_minimum() 10 years ago
Simon Glass 12df2abe3e Reverse the meaning of the fit_config_verify() return code 10 years ago
Masahiro Yamada bc6ed0f9dc fdt_support: delete force argument of fdt_chosen() 10 years ago
Masahiro Yamada dbe963ae51 fdt_support: delete force argument of fdt_initrd() 10 years ago
Heiko Schocher 097dd3e0a9 fdt: add "fdt checksign" command 10 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Simon Glass a92fd6577e sandbox: fdt: Support fdt command for sandbox 11 years ago
Simon Glass 4b5786550d fdt: Allow fdt command to check and update control FDT 11 years ago
Simon Glass d14da91307 fdt: Add a parameter to fdt_valid() 11 years ago
Simon Glass bfc5996643 Update set_working_fdt_addr() to use setenv_addr() 11 years ago
Kim Phillips 12e06fe03f treewide: include libfdt_env.h before fdt.h 11 years ago
Kim Phillips 088f1b1991 common/cmd_*.c: sparse fixes 12 years ago
Tom Rini 085b9c3a1d cmd_fdt.c: Use %p when printing pointers 12 years ago
Joe Hershberger 8805beec8f fdt: Identify scripts in ITBs as printable strings 12 years ago
Joe Hershberger bc80295b62 fdt: Add get commands to fdt 12 years ago
Joe Hershberger f0a29d4331 fdt: Limit printed hex in fdt print and list commands 12 years ago
Marek Vasut e02c945874 fdt: Check if the FDT address is configured 12 years ago
Simon Glass 4c12eeb8b5 Convert cmd_usage() calls in common to use a return value 12 years ago
Haojian Zhuang b79003627d common/cmd_fdt.c: fix wrong data displayed in fdt print 13 years ago
Wolfgang Denk 47e26b1bf9 cmd_usage(): simplify return code handling 14 years ago