Commit Graph

2947 Commits (e3917b21c05776b41663bdfcc7666aca11a381a0)

Author SHA1 Message Date
Ian Campbell 2c997e7a8f board_r: run scsi init() on ARM too 10 years ago
Alexander Holler ecd1446fe1 Add option -r to env import to allow import of text files with CRLF as line endings 10 years ago
Jeroen Hofstee 288afdc9b9 common: cmd_ide: use __weak and add prototypes 10 years ago
Jeroen Hofstee 2bb8eb8ec6 common: cmd_ide: remove PIO mode 10 years ago
Masahiro Yamada c13bb16757 spl: nand: read only in the size of image_header on the first access 10 years ago
Pavel Machek 6b367467f1 Fix help text of ext2load and fatload. 10 years ago
Jeroen Hofstee c68112f3f5 common: cmd_mii: fix printf format warning 10 years ago
Jeroen Hofstee 39e1230ed0 autoboot: add its own header 10 years ago
Jeroen Hofstee 0b7df65657 common: env_common: make env_get_char_spec __weak 10 years ago
Jeroen Hofstee 82c3a4c445 common: bootm_os: make arch_preboot_os __weak 10 years ago
Jeroen Hofstee 3422299dc2 common: main.c: make show_boot_progress __weak 10 years ago
Jeroen Hofstee cc64b92cde common:splash: use __weak 10 years ago
Jeroen Hofstee c5d4001a1c common: board_f: cosmetic use __weak for leds 10 years ago
Jeroen Hofstee 0e350f81e1 common: commands: make commands static 10 years ago
Wu, Josh be354c1a21 env_fat: use get_device_and_partition() during env save and load 11 years ago
Stephen Warren afb8e71cae dfu: free entities when parsing fails 11 years ago
Stephen Warren 4d907025d6 sandbox: restore ability to access host fs through standard commands 11 years ago
Simon Glass aa53233a15 Add an I/O tracing feature 11 years ago
Jeroen Hofstee 9e546ee9c9 cosmetic: autoboot: update old style GNU struct init 11 years ago
Jeroen Hofstee 9fb70f31fe cmd_md5sum.c: remove dead code / fix warning 11 years ago
Jeroen Hofstee 2b9912e6a7 includes: move openssl headers to include/u-boot 11 years ago
Simon Glass ce1400f694 Enhance fit_check_sign to check all images 11 years ago
Simon Glass 2b164f1cea bootm: Move decompression code into its own function 11 years ago
Simon Glass ea51a62823 Allow compiling common/bootm.c on with HOSTCC 11 years ago
Simon Glass e3c83c0a1f Fix small 'case' typo in image-fit.c 11 years ago
Simon Glass 07c0cd7134 bootm: Support android boot on sandbox 11 years ago
Simon Glass 126cc86420 image: Remove the fit_load_image() property parameter 11 years ago
Simon Glass b639640371 bootm: Split out code from cmd_bootm.c 11 years ago
Simon Glass 12df2abe3e Reverse the meaning of the fit_config_verify() return code 11 years ago
Simon Glass 04819a4ff1 hash: Use uint8_t in preference to u8 11 years ago
Masahiro Yamada 50babaf852 fdt_support: correct the return condition of fdt_initrd() 11 years ago
Masahiro Yamada f18295d383 fdt_support: fix an endian bug of fdt_initrd() 11 years ago
Masahiro Yamada 739a01ed8e fdt_support: fix an endian bug of fdt_fixup_memory_banks 11 years ago
Masahiro Yamada f89d482fe5 fdt_support: add 'const' qualifier for unchanged argument 11 years ago
Masahiro Yamada 972f2a8905 fdt_support: refactor fdt_fixup_stdout() function 11 years ago
Masahiro Yamada bc6ed0f9dc fdt_support: delete force argument of fdt_chosen() 11 years ago
Masahiro Yamada dbe963ae51 fdt_support: delete force argument of fdt_initrd() 11 years ago
Masahiro Yamada 8edb21925e fdt_support: refactor with fdt_find_or_add_subnode helper func 11 years ago
Masahiro Yamada 0613c57ce3 fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR 11 years ago
Dan Murphy b1f49ab8c7 ARM: fdt support: Add usbethaddr as an acceptable MAC 11 years ago
Stephen Warren a5710920b7 cmd_mmc: make mmc dev always re-probe the HW 11 years ago
Stephen Warren 941944e445 cmd_mmc: Use init_mmc_device() from do_mmc_rescan() 11 years ago
Stephen Warren 1ae24a5041 cmd_mmc: add force_init parameter to init_mmc_device() 11 years ago
Stephen Warren 60dc58f735 cmd_mmc: default to HW partition 0 if not specified 11 years ago
Jeroen Hofstee e153b13c8e common/xyzModem.c: move empty statements to newline 11 years ago
Jeroen Hofstee 930e4254ec common/cli_hush.c: remove unnecessary double braces 11 years ago
Jeroen Hofstee 8b9cc866c1 common: hash: zero end the string instead of the pointer 11 years ago
Thomas Betker 52715f8931 Use run_command_repeatable() 11 years ago
Thomas Betker 1d43bfd2d5 Add run_command_repeatable() 11 years ago
Thomas Betker 73671dad49 Check run_command() return code properly 11 years ago