Commit Graph

1 Commits (2e192b245ed36a63bab0ef576999a95e23f60ecd)

Author SHA1 Message Date
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
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 14 years ago
Heiko Schocher 4b142febff common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 15 years ago
Ken MacLeod 6e748ea004 cmd_fdt.c: fix parse of byte streams and strings 15 years ago
Wolfgang Denk a89c33db96 General help message cleanup 15 years ago
Peter Tyser 2fb2604d5c Command usage cleanup 16 years ago
Peter Tyser 62c3ae7c6e Standardize command usage messages with cmd_usage() 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago
Heiko Schocher 56844a22b7 powerpc: Fix bootm to boot up again with a Ramdisk 16 years ago
Kumar Gala 40afac22a9 fdt: Added resize command 16 years ago
Kumar Gala 54f9c86691 bootm: Set working fdt address as part of the bootm flow 16 years ago
Gerald Van Baren 109c30fb8e Add note on dereferencing /aliases pointers 16 years ago
Kumar Gala 7dbc38ad91 fdt: fdt addr w/o any args reports back the current working address 16 years ago
Kumar Gala f953d99fd5 fdt: added the ability to set initrd start/end via chosen command 16 years ago
Andrew Klossner dc4b0b38d4 Fix printf errors. 16 years ago
Gerald Van Baren ae9e97fa96 libfdt: Move the working_fdt pointer to cmd_fdt.c 16 years ago
Kim Phillips e489b9c078 fdt: unshadow global working fdt variable 16 years ago
Gerald Van Baren 2fb698bf50 Use strncmp() for the fdt command 16 years ago
Gerald Van Baren 47abe8ab29 The fdt boardsetup command criteria was not unique 16 years ago
Wolfgang Denk 53677ef18e Big white-space cleanup. 16 years ago
Andy Fleming 4abd844d8e Fix fdt set command to conform to dts spec 16 years ago
Jerry Van Baren 43ddd9c820 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T 16 years ago