summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-03-26cmd_fat: add FAT write commandDonggeun Kim1-0/+57
2012-03-24Revert "Add board_pre_console_putc to deal with early console output"Simon Glass1-9/+1
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger3-26/+16
2012-03-19bootstage: Plumb in bootstage calls for basic operationsSimon Glass3-1/+9
2012-03-19bootstage: Implement core microsecond boot time measurementSimon Glass2-0/+159
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass6-121/+121
2012-03-19bootstage: Convert FIT progress numbers to enumsSimon Glass2-38/+42
2012-03-19bootstage: Convert net progress numbers to enumsSimon Glass2-9/+10
2012-03-19bootstage: Convert NAND progress numbers to enumsSimon Glass1-17/+17
2012-03-19bootstage: Convert IDE progress numbers to enumsSimon Glass1-23/+25
2012-03-18bootstage: Convert progress numbers 10-19 to enumsSimon Glass1-10/+10
2012-03-18bootstage: Convert progress numbers 1-9 into enumsSimon Glass2-22/+21
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass6-63/+63
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-4/+4
2012-03-18bootvx: Clear and disable data cache, and call vxWorks with parameter.Reinhard Arlt1-1/+2
2012-03-07image: Support FDTs already loaded at their load addressStephen Warren1-3/+10
2012-03-07cmd_cache: use cache/invalidate functions available in common.hStefan Kristiansson1-8/+8
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass57-168/+167
2012-03-07Add cmd_process() to process commands in one placeSimon Glass3-77/+53
2012-03-07Remove interleave of non-U-Boot code in hushSimon Glass1-13/+11
2012-03-07Create a single cmd_call() function to handle command executionSimon Glass3-8/+25
2012-03-07Don't include standard parser if hush is usedSimon Glass1-0/+2
2012-03-07Stop using builtin_run_command()Simon Glass4-33/+30
2012-03-07Rename run_command2() to run_command()Simon Glass2-6/+6
2012-03-07Rename run_command() to builtin_run_command()Simon Glass4-8/+9
2012-03-07Remove CMD_PXE's static on run_command()Simon Glass1-3/+0
2012-03-03USB: relax usbcore reset timingsWolfgang Grandegger1-1/+4
2012-03-03USB: move keyboard polling into kbd driveramartin@nvidia.com1-1/+17
2012-03-03USB: reevaluate iomux stdin on USB kbd detectamartin@nvidia.com1-0/+6
2012-03-03usb: add numeric keypad support to HID driverVincent Palatin1-0/+10
2012-03-03USB: fix USB keyboard polling parameterVincent Palatin1-1/+1
2012-03-03USB: Make struct devrequest setup_packet localMarek Vasut1-1/+2
2012-03-03USB: Separate out USB hub driverMarek Vasut3-431/+479
2012-03-03USB: Staticize internal functionsMarek Vasut1-22/+23
2012-03-03Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-2/+3
2012-02-29cmd_nand.c: Fix 'nand dump' after latest MTD resyncTom Rini1-2/+3
2012-02-28common/image.c: align usage of fdt_high with initrd_highShawn Guo1-7/+5
2012-02-18Merge branch 'trini@ti.com' of git://git.denx.de/u-boot-stagingWolfgang Denk1-1/+1
2012-02-14cmd_eeprom: typoPeter Meerwald1-1/+1
2012-02-14Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk1-16/+21
2012-02-13sf command: allow default bus and chip selectsEric Nelson1-16/+21
2012-02-12davinci: add support for printing clock frequencyHadli, Manjunath1-0/+9
2012-02-12common, menu: do not trigger timeout again, if a line is readHeiko Schocher1-1/+3
2012-02-12common, menu: show menu on startup if CONFIG_MENU_SHOW is definedHeiko Schocher1-0/+4
2012-02-12common, menu: add statusline supportHeiko Schocher1-0/+8
2012-02-12common: add possibility for readline_into_buffer timeoutHeiko Schocher3-6/+19
2012-01-14openrisc: Add board info printout to cmd_bdinfoStefan Kristiansson1-0/+22
2012-01-14openrisc: Add architecture image supportStefan Kristiansson1-0/+1
2012-01-05usb_storage: Fix EHCI "out of buffer pointers" with CD-ROMKyle Moffett1-20/+25
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg9-39/+9