Commit Graph

2910 Commits (8edb21925e6135fb402770a288c4f321f7a05e1b)

Author SHA1 Message Date
Masahiro Yamada 8edb21925e fdt_support: refactor with fdt_find_or_add_subnode helper func 10 years ago
Masahiro Yamada 0613c57ce3 fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR 10 years ago
Dan Murphy b1f49ab8c7 ARM: fdt support: Add usbethaddr as an acceptable MAC 10 years ago
Stephen Warren a5710920b7 cmd_mmc: make mmc dev always re-probe the HW 10 years ago
Stephen Warren 941944e445 cmd_mmc: Use init_mmc_device() from do_mmc_rescan() 10 years ago
Stephen Warren 1ae24a5041 cmd_mmc: add force_init parameter to init_mmc_device() 10 years ago
Stephen Warren 60dc58f735 cmd_mmc: default to HW partition 0 if not specified 10 years ago
Jeroen Hofstee e153b13c8e common/xyzModem.c: move empty statements to newline 10 years ago
Jeroen Hofstee 930e4254ec common/cli_hush.c: remove unnecessary double braces 10 years ago
Jeroen Hofstee 8b9cc866c1 common: hash: zero end the string instead of the pointer 10 years ago
Thomas Betker 52715f8931 Use run_command_repeatable() 10 years ago
Thomas Betker 1d43bfd2d5 Add run_command_repeatable() 10 years ago
Thomas Betker 73671dad49 Check run_command() return code properly 10 years ago
Simon Glass 4f427a421f fdt: Update functions which write to an FDT to return -ENOSPC 10 years ago
Simon Glass 31890ae299 hash: Export the function to show a hash 10 years ago
Wu, Josh 31e997f921 fs: fatwrite: use map_sysmem before use file_fat_write 10 years ago
Masahiro Yamada 66948c25bb nand_spl: remove nand_spl infrastructure 10 years ago
Heiko Schocher 21d29f7f9f bootm: make use of legacy image format configurable 10 years ago
Siva Durga Prasad Paladugu ed6a5d4f88 env_eeprom: Assign default environment during board_init_f 10 years ago
Simon Glass 4eb580b780 Correct return code from builtin_run_command_list() 10 years ago
Simon Glass 587e1d43e7 Fix hush to give the correct return code for a simple command 10 years ago
Simon Glass c9bcb6f13d Fix itest mask overflow 10 years ago
Stephen Warren 77b83e6d09 usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY 10 years ago
Stephen Warren 0d437bcaf9 usb: hub: fix power good delay timing 10 years ago
Simon Glass 95856248ca main: Avoid unncessary strdup()/free() 10 years ago
Simon Glass affb215626 main: Make the execution path a little clearer in main.c 10 years ago
Simon Glass c1bb2cd0b6 main: Hide the hush/simple details inside cli.c 10 years ago
Simon Glass 1364a0e48a Simplify the main loop 10 years ago
Simon Glass 9272a9b4f6 m68k: powerpc: Clean up do_mdm_init 10 years ago
Simon Glass b26440f1fa Rename bootretry functions and remove #ifdefs 10 years ago
Simon Glass 0098e179e1 Move bootretry code into bootretry.c and clean up 10 years ago
Simon Glass 30354978ff Move command line API into cli.c 10 years ago
Simon Glass 66ded17dfc Move autoboot code to autoboot.c 10 years ago
Simon Glass e1bf824dfd Add cli_ prefix to readline functions 10 years ago
Simon Glass 6493ccc7cf Split out simple parser and readline into separate files 10 years ago
Simon Glass 18d66533ac move CLI prototypes to cli.h and add comments 10 years ago
Simon Glass eca86fad3d Rename hush to cli_hush 10 years ago
Simon Glass ae4223f444 Remove unnecessary use of hush header file 10 years ago
Heiko Schocher 54c5d08a09 dm: rename device struct to udevice 10 years ago
Andreas Bießmann 7b1a411743 mkimage: add atmelimage 10 years ago
Stephen Warren df348d8245 cmd_mmc: use new mmc_select_hwpart() function 10 years ago
Stephen Warren 8210a343cd cmd_part: fix typo in part command help text 10 years ago
Pierre Aubert 1fd93c6e7d eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command 10 years ago
Pierre Aubert a5dffa4b67 Add the function 'confirm_yesno' for interactive 10 years ago
Siva Durga Prasad Paladugu 1a897668ac fpga: Added support to load bit stream from SD/MMC 10 years ago
Michal Simek 67193864bc fpga: Add support to load partial bitstreams 10 years ago
Michal Simek 7a78bd2679 fpga: Define bitstream type based on command selection 10 years ago
Siva Durga Prasad Paladugu 64e809afea fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK 10 years ago
Tim Harvey 50c8d66d33 nand: remove CONFIG_SYS_NAND_PAGE_SIZE 10 years ago
York Sun fa39ffe5d6 common/board_f: Fix size variable 10 years ago