Commit Graph

2927 Commits (7fae9e249367172d225b7fc9e62d9f3e96fcd8e5)

Author SHA1 Message Date
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
Simon Glass 4f427a421f fdt: Update functions which write to an FDT to return -ENOSPC 11 years ago
Simon Glass 31890ae299 hash: Export the function to show a hash 11 years ago
Wu, Josh 31e997f921 fs: fatwrite: use map_sysmem before use file_fat_write 11 years ago
Masahiro Yamada 66948c25bb nand_spl: remove nand_spl infrastructure 11 years ago
Heiko Schocher 21d29f7f9f bootm: make use of legacy image format configurable 11 years ago
Siva Durga Prasad Paladugu ed6a5d4f88 env_eeprom: Assign default environment during board_init_f 11 years ago
Simon Glass 4eb580b780 Correct return code from builtin_run_command_list() 11 years ago
Simon Glass 587e1d43e7 Fix hush to give the correct return code for a simple command 11 years ago
Simon Glass c9bcb6f13d Fix itest mask overflow 11 years ago
Stephen Warren 77b83e6d09 usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY 11 years ago
Stephen Warren 0d437bcaf9 usb: hub: fix power good delay timing 11 years ago
Simon Glass 95856248ca main: Avoid unncessary strdup()/free() 11 years ago
Simon Glass affb215626 main: Make the execution path a little clearer in main.c 11 years ago
Simon Glass c1bb2cd0b6 main: Hide the hush/simple details inside cli.c 11 years ago
Simon Glass 1364a0e48a Simplify the main loop 11 years ago
Simon Glass 9272a9b4f6 m68k: powerpc: Clean up do_mdm_init 11 years ago
Simon Glass b26440f1fa Rename bootretry functions and remove #ifdefs 11 years ago
Simon Glass 0098e179e1 Move bootretry code into bootretry.c and clean up 11 years ago
Simon Glass 30354978ff Move command line API into cli.c 11 years ago
Simon Glass 66ded17dfc Move autoboot code to autoboot.c 11 years ago