Commit Graph

1937 Commits (4e187fbcdf602bd6661e5fe7dc3f9c17b796dc39)

Author SHA1 Message Date
Simon Glass 3fa4977a9e Revert "Add board_pre_console_putc to deal with early console output" 13 years ago
Mike Frysinger 5b84dd67cf usb: replace wait_ms() with mdelay() 13 years ago
Simon Glass 573f14fe4e bootstage: Plumb in bootstage calls for basic operations 13 years ago
Simon Glass 3a608ca01d bootstage: Implement core microsecond boot time measurement 13 years ago
Simon Glass 770605e4f9 bootstage: Replace show_boot_progress/error() with bootstage_...() 13 years ago
Simon Glass aacc8c16ee bootstage: Convert FIT progress numbers to enums 13 years ago
Simon Glass c8e66db789 bootstage: Convert net progress numbers to enums 13 years ago
Simon Glass cd24a6bf21 bootstage: Convert NAND progress numbers to enums 13 years ago
Simon Glass 90e153d770 bootstage: Convert IDE progress numbers to enums 13 years ago
Simon Glass 5e41088364 bootstage: Convert progress numbers 10-19 to enums 13 years ago
Simon Glass 5dc887164e bootstage: Convert progress numbers 1-9 into enums 13 years ago
Simon Glass 5ddb118da4 bootstage: Use show_boot_error() for -ve progress numbers 13 years ago
Simon Glass 578ac1e9ba bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() 13 years ago
Reinhard Arlt 6eee21daf3 bootvx: Clear and disable data cache, and call vxWorks with parameter. 13 years ago
Stephen Warren e37ae40e9d image: Support FDTs already loaded at their load address 13 years ago
Stefan Kristiansson 23498935fa cmd_cache: use cache/invalidate functions available in common.h 13 years ago
Simon Glass 4c12eeb8b5 Convert cmd_usage() calls in common to use a return value 13 years ago
Simon Glass 9d12d5d41d Add cmd_process() to process commands in one place 13 years ago
Simon Glass 7344f9128d Remove interleave of non-U-Boot code in hush 13 years ago
Simon Glass bdf8e34b93 Create a single cmd_call() function to handle command execution 13 years ago
Simon Glass 7fed89e00e Don't include standard parser if hush is used 13 years ago
Simon Glass 5307153236 Stop using builtin_run_command() 13 years ago
Simon Glass 009dde1955 Rename run_command2() to run_command() 13 years ago
Simon Glass f47360a74e Rename run_command() to builtin_run_command() 13 years ago
Simon Glass 79714c1e26 Remove CMD_PXE's static on run_command() 13 years ago
Wolfgang Grandegger a1a28c6e64 USB: relax usbcore reset timings 13 years ago
amartin@nvidia.com f9636e8d38 USB: move keyboard polling into kbd driver 13 years ago
amartin@nvidia.com fb3ef649ed USB: reevaluate iomux stdin on USB kbd detect 13 years ago
Vincent Palatin d53da847cf usb: add numeric keypad support to HID driver 13 years ago
Vincent Palatin 3d17308e40 USB: fix USB keyboard polling parameter 13 years ago
Marek Vasut e159e4868e USB: Make struct devrequest setup_packet local 13 years ago
Marek Vasut 23faf2bc9e USB: Separate out USB hub driver 13 years ago
Marek Vasut c08b1b264d USB: Staticize internal functions 13 years ago
Tom Rini cfdae12f37 cmd_nand.c: Fix 'nand dump' after latest MTD resync 13 years ago
Shawn Guo fa34f6b25b common/image.c: align usage of fdt_high with initrd_high 13 years ago
Peter Meerwald e506a00691 cmd_eeprom: typo 13 years ago
Eric Nelson c1173bd075 sf command: allow default bus and chip selects 13 years ago
Hadli, Manjunath 8f5d468721 davinci: add support for printing clock frequency 13 years ago
Heiko Schocher fc4fa6a16d common, menu: do not trigger timeout again, if a line is read 13 years ago
Heiko Schocher 317d6c57d5 common, menu: show menu on startup if CONFIG_MENU_SHOW is defined 13 years ago
Heiko Schocher e0611dd97b common, menu: add statusline support 13 years ago
Heiko Schocher 9c3483113d common: add possibility for readline_into_buffer timeout 13 years ago
Stefan Kristiansson 2be9fdbfcc openrisc: Add board info printout to cmd_bdinfo 13 years ago
Stefan Kristiansson 3ddcaccda3 openrisc: Add architecture image support 13 years ago
Kyle Moffett 5dd95cf93d usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM 13 years ago
Igor Grinberg bf95df44ff env: factor out the env_get_char_spec() function 13 years ago
Stefano Babic 06297db066 FPGA: use debug() instead of module debug printf 13 years ago
Simon Glass 38bd80b485 net: Fix arguments in tftpput command 13 years ago
Heiko Schocher 43d4a5e687 common/cmd_pxe.c: Fix GCC 4.6 build warnings 13 years ago
Horst Kronstorfer d3f80c77ca common/cmd_nvedit.c: Fix size calculation in do_env_import() 13 years ago