aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-12-16common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()Miao Yan1-2/+3
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...Miao Yan1-12/+69
2013-12-13common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.Miao Yan1-3/+12
2013-12-13Makefile: delete unnecessary CPPFLAGS settingsMasahiro Yamada1-2/+0
2013-12-13board_f: explicitly disable console on early bootAlexey Brodkin1-0/+1
2013-12-13Correct vxWorks elf boot to load at correct addressStany MARCEL1-3/+3
2013-12-13netbsd:fix documentation typo.Kees Jongenburger1-4/+4
2013-12-05cmd_eeprom: bug fix for i2c read/writeKuo-Jung Su1-2/+2
2013-11-25Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2-18/+61
2013-11-25common: Delete unnecessary rules.Masahiro Yamada1-4/+1
2013-11-25hash.c: Correct non-hash subcommand crc32 addr-save supportTom Rini1-2/+2
2013-11-22net: add support for extended registers to mdio commandStefano Babic1-16/+59
2013-11-22net: trivial: Fix typos in mii field descriptionsStephan Bauroth1-2/+2
2013-11-13cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROMAlexey Brodkin1-2/+2
2013-11-12lcd: allow overriding lcd_get_size()Anatolij Gustschin1-3/+7
2013-11-08Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini1-28/+23
2013-11-08env: fix the env export varnamePierre Aubert1-4/+2
2013-11-08autoboot: add an option to override keyed autobootMark Langsdorf1-2/+2
2013-11-08cmd_zfs: normalize 'file not found' errorsLuka Perkov1-1/+1
2013-11-08cmd_reiser: normalize 'file not found' errorsLuka Perkov1-1/+1
2013-11-08cmd_ubifs: normalize 'file not found' errorsTim Harvey1-4/+8
2013-11-08cmd/gpt: Support gpt command for all devicesEgbert Eich1-26/+19
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak1-8/+13
2013-11-08usb: ums: allows using every mmc device with ums.Przemyslaw Marczak1-10/+5
2013-11-08usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak1-16/+11
2013-11-08common/cmd_bootm.c: fix subcommand processing in OS specific do_bootm_xxx() f...Miao Yan1-24/+8
2013-11-08cmd_nvedit.c: Add env exists commandAndrew Ruder1-0/+23
2013-11-06fpga: Add support for gzip images with bitstreamsMichal Simek1-3/+19
2013-11-04pxe: fix handling of absolute pathsRob Herring1-1/+8
2013-10-31common: convert makefiles to Kbuild styleMasahiro Yamada2-237/+190
2013-10-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-36/+152
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-10-20usb: rename board_usb_init_type to usb_init_typeTroy Kisky1-1/+1
2013-10-20cmd:thor: Support for TIZEN's download command (thordown)Lukasz Majewski2-0/+73
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega3-33/+47
2013-10-20USB: xHCI: Add stack support for xHCIVivek Gautam1-2/+31
2013-10-17i2c: fix init on generic boardtrem1-0/+4
2013-10-16common: fsl: Fix broken SPDX-License-Identifier changeMichal Simek1-4/+4
2013-10-15mtd: fix warnings due to 64-bit partition supportScott Wood1-2/+2
2013-10-16sf: Add GPL-2.0+ SPDX-License-Identifier for missing onesJagannadha Sutradharudu Teki1-1/+2
2013-10-14cmd_sandbox.c: Update for do_(load|save) not taking a number baseTom Rini1-2/+2
2013-10-14Prevent null pointer dereference originating in cmd_pxe.cSteven Falco1-42/+42
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2-4/+4
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk21-21/+21
2013-10-14env_mmc: fix buffer allocation for armv7Markus Niebel1-5/+4
2013-10-14env: dataflash: fix env_init issueBo Shen1-32/+18
2013-10-09cmd_ubi: add write.part command, to write a volume in multiple partsPaul Burton1-15/+48
2013-10-09cmd_ubi: use int64_t volume size for 'ubi create'Paul Burton1-8/+8
2013-10-09cmd_mtdparts: use 64 bits for flash size, partition size & offsetPaul Burton1-25/+29
2013-10-07Fix number base handling of "load" commandWolfgang Denk4-13/+8
2013-10-07mtd: Fix function description in part_validate commentOtavio Salvador1-4/+3
2013-09-24usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski2-4/+0
2013-09-24dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski1-14/+2
2013-09-24cmd_pxe.c: Pass along 'cmdtp' to do_bootm()/do_bootz()Tom Rini1-10/+10
2013-09-23cmd_bootm.c: Only pass BOOTM_STATE_OS_CMDLINE on PowerPC/MIPSTom Rini1-1/+4
2013-09-20Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+16
2013-09-20FIT: delete unnecessary castsMasahiro Yamada3-7/+3
2013-09-20cosmetic: FIT: fix typos in commentsMasahiro Yamada1-2/+2
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day1-1/+1
2013-09-20Fix loading freeze when netconsole is activeFrederic Leroy1-0/+1
2013-09-20Fix some obvious typos across multiple subsystems.Robert P. J. Day4-6/+6
2013-09-20bootm: use BOOTM_STATE_OS_CMDLINE flag for plain bootmPaul Burton1-2/+3
2013-09-17spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton1-0/+16
2013-09-17spl: remove unnecessary (& ARM specific) include of asm/utils.hPaul Burton1-1/+0
2013-09-16Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-1/+12
2013-09-06Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+1
2013-09-05Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+1
2013-09-03bootm: allow correct bounds-check of destinationKees Cook1-1/+1
2013-09-03sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass2-6/+9
2013-08-31ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut1-0/+1
2013-08-27cmd_sf: let "sf update" preserve the final part of the last sectorGerlando Falauto1-1/+12
2013-08-27Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-26/+102
2013-08-27i2c: fix i2c dev command for not using new frameworkHeiko Schocher1-0/+2
2013-08-26console: usb: kbd: To fix slow TFTP bootingJim Lin1-10/+10
2013-08-26console: usb: kbd: To improve TFTP booting performanceJim Lin1-0/+15
2013-08-26usb: Use well-known descriptor sizes when parsing configurationJulius Werner2-26/+75
2013-08-26USB: usb-hub: Add a weak function for resetting devicesDan Murphy1-0/+12
2013-08-22env_nand.c: support falling back to redundant env when writingPhil Sutter1-62/+54
2013-08-22cmd_nand: Do not show usage when scrub is abortedMasahiro Yamada1-2/+2
2013-08-22cmd_nand: slight optimization of nand_dump functionMasahiro Yamada1-5/+8
2013-08-22cmd_nand: fix a memory leak in nand_dump functionMasahiro Yamada1-7/+16
2013-08-21Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-2/+0
2013-08-20spl: env_common.c: make CONFIG_SPL_BUILD contain function env_importYing Zhang1-2/+0
2013-08-20ppc4xx: Remove support for PPC405CR CPUsMatthias Fuchs1-3/+3
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk1-24/+1
2013-08-18Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini1-0/+4
2013-08-16image: Display FIT timestamp when bootingSimon Glass1-0/+11
2013-08-16bootm: fix conditional controlling call to fixup_silent_linuxPaul B. Henson1-1/+1
2013-08-16RFC: bootm: Add silent_linux environment variableSimon Glass1-2/+12
2013-08-16SPL: Limit image name print lengthTaras Kondratiuk1-2/+3
2013-08-16Enable xmodem supportAngus Ainslie1-4/+20
2013-08-13Merge branch 'dcc' of git://www.denx.de/git/u-boot-microblazeTom Rini1-3/+0
2013-08-13serial: arm_dcc: Remove stdio structure supportJagannadha Sutradharudu Teki1-3/+0
2013-08-12Merge branch 'master' of git://www.denx.de/git/u-boot-videoTom Rini1-1/+0
2013-08-12video: Encapsulate font in video_font_data.hMarek Vasut1-1/+0
2013-08-07cmd_sf: let "sf update" erase last sector as a wholeGerlando Falauto1-1/+2
2013-08-06cmd_sf|env_sf: Fix code cleanupJagannadha Sutradharudu Teki2-14/+15
2013-07-29usb_hub: fix power cycling logicNikita Kiryanov1-2/+2
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski1-1/+13
2013-07-26spl_mmc.c: Detect missing kernel image in RAW MMCTom Rini1-0/+4
2013-07-26powerpc/ppc4xx: Convert new gdsys files to SPDX license tagsTom Rini1-17/+1
2013-07-25powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registersDirk Eibach2-0/+101
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini7-298/+123
2013-07-24Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk1-33/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk146-2405/+159
2013-07-23cmd_i2c: Use ARRAY_SIZE instead of reinventing itAxel Lin1-4/+2
2013-07-23i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher2-260/+6
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher3-11/+6
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher6-43/+129
2013-07-17bootm: Move fixup_silent_linux() earlier in the bootm stagesSimon Glass1-4/+4
2013-07-16tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau1-0/+100
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-1/+2
2013-07-15common: remove unaligned access error in bootmenu_getoption()Lan Yixun (dlan)1-2/+2
2013-07-15scsi: Correct types of scsi_read/write()Simon Glass1-4/+6
2013-07-12bootm: Handle errors consistentlySimon Glass1-13/+8
2013-07-12common/image.c: Fix regression with ramdisk load/entry points in FITStefano Babic1-1/+1
2013-07-12bootm: Correct the arguments for the ELF image loaderSimon Glass1-3/+3
2013-07-12bootm: Use selected configuration for ramdisk and fdtSimon Glass4-6/+11
2013-07-12blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass1-0/+16
2013-07-12bootm: Remove extra OK messageSimon Glass1-1/+0
2013-07-12cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2Tom Rini1-3/+2
2013-07-10cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itselfTom Rini1-16/+40
2013-07-10cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argcTom Rini1-5/+13
2013-07-10bootm: Add the missing PREP stage to bootz and correct image handlingSimon Glass1-2/+3
2013-07-10bootm: Clean up bootz_setup() functionSimon Glass1-5/+3
2013-07-10bootm: Require boot function only if it is about to be usedSimon Glass1-2/+5
2013-07-10bootm: Disable interrupts only when loadingSimon Glass1-24/+43
2013-07-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini4-47/+96
2013-07-08video: consolidate splash screen alignment codeAnatolij Gustschin3-17/+30
2013-07-04cmd_bootm.c: Correct check/return for unsupported sub-commandTom Rini1-2/+7
2013-07-01video: lcd: Make splash_screen_prepare weak, remove config macroRobert Winkler1-9/+4
2013-07-01video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler3-13/+40
2013-07-01lcd: align bmp header when uncopmressing imagePiotr Wilczek1-14/+28
2013-07-01lcd: remove unaligned access in lcd_dt_simplefb_configure_node()Stephen Warren1-3/+3
2013-07-01Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-8/+1
2013-06-28bootm: Disable interrupts before loading OSSimon Glass1-26/+27
2013-06-28cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handlingTom Rini1-27/+38
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe2-11/+11
2013-06-26cmd_bootm: Add command line arguments to Plan 9Steven Stallion1-7/+29
2013-06-26image: Add support for signing of FIT configurationsSimon Glass1-1/+230
2013-06-26image: Add RSA support for image signingSimon Glass1-0/+7
2013-06-26image: Support signing of imagesSimon Glass2-23/+204
2013-06-26image: Add signing infrastructureSimon Glass2-0/+43
2013-06-26Add a 'fake' go command to the bootm commandSimon Glass1-2/+17
2013-06-26Refactor the bootm command to reduce code duplicationSimon Glass1-241/+216
2013-06-26Clarify bootm OS argumentsSimon Glass3-31/+48
2013-06-26Add trace support to generic boardSimon Glass2-1/+27
2013-06-26Add a trace commandSimon Glass2-0/+134
2013-06-26Add function to print a number with grouped digitsSimon Glass1-18/+4
2013-06-26bootstage: Correct printf typesSimon Glass1-2/+2
2013-06-26Fix missing return in do_mem_loop()Simon Glass1-0/+2
2013-06-24pxe: add ipappend supportRob Herring1-3/+44
2013-06-24net: Fix build regression in cmd_pxe.cJoe Hershberger1-0/+2
2013-06-24pxe: add support for per arch and SoC default pathsRob Herring1-6/+20
2013-06-24pxe: add support for ontimeout tokenRob Herring1-5/+6
2013-06-24pxe: simplify menu display and selectionRob Herring1-18/+16
2013-06-24pxe: always display a menu when presentRob Herring1-1/+2
2013-06-24pxe: try bootz if bootm fails to find a valid imageRob Herring1-1/+10
2013-06-24bootz: un-staticize do_bootzRob Herring1-1/+1
2013-06-24pxe: fix handling of different localboot valuesRob Herring1-18/+19
2013-06-24pxe: make string parameters constRob Herring1-12/+12
2013-06-24pxe: Use ethact setting for pxeRob Herring1-25/+9
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+107
2013-06-21nand: Don't call adjust_size_for_badblocks for eraseScott Wood1-8/+1
2013-06-20Makefile: move the common makefile line to public areaYing Zhang1-8/+9
2013-06-20common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPLYing Zhang1-10/+17
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+107
2013-06-17image: Use ENOENT instead of ENOMEDIUM for better compatibilitySimon Glass1-1/+1
2013-06-14Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini1-2/+10
2013-06-13env_mmc: allow negative CONFIG_ENV_OFFSETStephen Warren1-2/+10
2013-06-13Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-16/+18
2013-06-13COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partitionAmar1-2/+107
2013-06-12Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-5/+20
2013-06-12usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su1-1/+6
2013-06-12usb: hub: make minimum power-on delay configurableKuo-Jung Su1-2/+6
2013-06-12usb: workaround non-working keyboards.Vincent Palatin1-2/+7
2013-06-12usb: properly re-initialize the USB keyboard.Vincent Palatin1-0/+1
2013-06-11powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood1-1/+1
2013-06-07fdt: remove unaligned access in fdt_fixup_ethernet()Stephen Warren1-1/+2
2013-06-07generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada2-55/+55
2013-06-07spl_mmc: add Falcon mode support for raw variantPeter Korsgaard1-0/+18
2013-06-07spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard1-9/+6
2013-06-07spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard1-0/+21
2013-06-07spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard1-14/+13
2013-06-07spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard1-10/+14
2013-06-07Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+87
2013-06-05lcd: add functions to set up simplefb device treeStephen Warren1-0/+87
2013-06-04fdt: allow bootdelay to be specified via device treeStephen Warren1-0/+5
2013-06-04common: board_f: Do not call board_postclk_init twiceMasahiro Yamada1-6/+3
2013-06-04sandbox: image: Adjust FIT image printing to work with sandboxSimon Glass1-3/+6
2013-06-04image: Use fit_image_load() to load kernelSimon Glass2-152/+8
2013-06-04sandbox: Adjust bootm command to work with sandboxSimon Glass1-13/+12
2013-06-04image: Use fit_image_load() to load FDTSimon Glass3-199/+31
2013-06-04image: Use fit_image_load() to load ramdiskSimon Glass2-168/+16
2013-06-04image: Introduce fit_image_load() to load images from FITsSimon Glass1-0/+231
2013-06-04main: Add debug_bootkeys to avoid #ifdefsSimon Glass1-12/+12
2013-06-04main: Add debug_parser() to avoid #ifdefsSimon Glass1-35/+23
2013-06-04main: Correct header orderSimon Glass1-15/+4
2013-06-04main: Fix typos and checkpatch warnings in command line readingSimon Glass1-11/+11
2013-06-04main: Use get/setenv_ulong()Simon Glass1-6/+2