Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commits/commit/7445207f0fa495108736a5642b5b98aef3aed757/common You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

2890 Commits (7445207f0fa495108736a5642b5b98aef3aed757)

Author SHA1 Message Date
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
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
Simon Glass e1bf824dfd Add cli_ prefix to readline functions 11 years ago
Simon Glass 6493ccc7cf Split out simple parser and readline into separate files 11 years ago
Simon Glass 18d66533ac move CLI prototypes to cli.h and add comments 11 years ago
Simon Glass eca86fad3d Rename hush to cli_hush 11 years ago
Simon Glass ae4223f444 Remove unnecessary use of hush header file 11 years ago
Heiko Schocher 54c5d08a09 dm: rename device struct to udevice 11 years ago
Andreas Bießmann 7b1a411743 mkimage: add atmelimage 11 years ago
Stephen Warren df348d8245 cmd_mmc: use new mmc_select_hwpart() function 11 years ago
Stephen Warren 8210a343cd cmd_part: fix typo in part command help text 11 years ago
Pierre Aubert 1fd93c6e7d eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command 11 years ago
Pierre Aubert a5dffa4b67 Add the function 'confirm_yesno' for interactive 11 years ago
Siva Durga Prasad Paladugu 1a897668ac fpga: Added support to load bit stream from SD/MMC 11 years ago
Michal Simek 67193864bc fpga: Add support to load partial bitstreams 11 years ago
Michal Simek 7a78bd2679 fpga: Define bitstream type based on command selection 11 years ago
Siva Durga Prasad Paladugu 64e809afea fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK 11 years ago
Tim Harvey 50c8d66d33 nand: remove CONFIG_SYS_NAND_PAGE_SIZE 11 years ago
York Sun fa39ffe5d6 common/board_f: Fix size variable 11 years ago
York Sun 2a1680e30e common/board_f: Initialized global data for generic board 11 years ago
Tom Rini 717ccc1d7f cmd_bootm.c: Only say XIP image when load is image_start 11 years ago
Kristian Otnes 5c50a92bbe hush shell: Avoid string write overflow when entering max cmd length 11 years ago
Masahiro Yamada 1d64377177 cmd_time: do not show ticks 11 years ago
Masahiro Yamada 8e2615752e bd_info: remove bi_barudrate member from struct bd_info 11 years ago
Simon Glass 1992dbfdb9 Make 'run' use run_command_list() instead of run_command() 11 years ago
Simon Glass fd37dac9eb sandbox: Support 'env import' and 'env export' 11 years ago
Sebastian Siewior 3aab70afc5 usb/gadget: add the fastboot gadget 11 years ago
Sebastian Siewior 9ace3fc814 image: add support for Android's boot image format 11 years ago
Stephen Warren 8c6004568f ums: allow the user to specify the device type 11 years ago
Stephen Warren 1725f12882 ums: move all variable declarations to the start of the block 11 years ago
Stephen Warren d0cc456dc3 ums: use get_device() not find_mmc_device(); 11 years ago
Stephen Warren abfe8afe88 ums: move IO support code to common location 11 years ago
Stephen Warren 66b88b07cd usb: ums: add error handling for failed registration 11 years ago
Mateusz Zalega c4d0e85604 USB: gadget: added a saner gadget downloader registration API 11 years ago
Mateusz Zalega 75504e9592 usb: dfu: fix boards wo USB cable detection 11 years ago
Adrian Cox 08a98b89df usb: Fix USB keyboard polling via control endpoint 11 years ago
York Sun 34e026f9b1 driver/ddr/fsl: Add DDR4 support to Freescale DDR driver 11 years ago
Alexander Graf c48e686889 fdt_support: Add helper function to read "ranges" property 11 years ago