summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-12-20common: Fix logic in fpga programmingMichal Simek
2016-12-20dm: Add support for scsi/sata based devicesMichal Simek
2016-12-20common: miiphyutil: Add helper function for mdio bus nameMichal Simek
2016-12-09spl: Drop announce_boot_device()Simon Glass
2016-12-09spl: Pass the loader into spl_load_image()Simon Glass
2016-12-09spl: Move the loading code into its own functionSimon Glass
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini
2016-12-08common: miiphyutil: Add helper function for mdio bus nameMichal Simek
2016-12-08dm: Add support for scsi/sata based devicesMichal Simek
2016-12-05dm: spl: mmc: Fix EXT SPL supportMichal Simek
2016-12-04common: image: Remove FIT header update from image post-processingAndrew F. Davis
2016-12-03Merge branch 'master' of git://www.denx.de/git/u-boot-dmTom Rini
2016-12-03cmd: Convert CMD_BOOTMENUTom Rini
2016-12-03image: Add Trusted Execution Environment image typeAndrew F. Davis
2016-12-03image: Add FIT image loadable section custom processingAndrew F. Davis
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
2016-12-02dm: core: Handle global_data moving in SPLSimon Glass
2016-12-02common: sh: add necessary define bits to board_fVladimir Zapolskiy
2016-12-02scsi: Separate SCSI private block description initializationMichal Simek
2016-12-02scsi: Change scsi_scan() to be able to return valueMichal Simek
2016-12-02scsi: Make private functions staticMichal Simek
2016-12-02scsi: Remove completely unused functionsMichal Simek
2016-12-02scsi: Simplify scsi_read/scsi_write()Michal Simek
2016-12-02scsi: Move pccb buffer initalization directly to scsi_detect_devMichal Simek
2016-12-02scsi: Take lun from device block descriptionMichal Simek
2016-12-02scsi: Extract device detection algorithmMichal Simek
2016-12-02scsi: Extract block device initializationMichal Simek
2016-12-02common: miiphyutil: Work and report phy address in hex in mdio cmdMichal Simek
2016-12-01SPL: mmc: Make spl_mmc_load_image availableMarek Vasut
2016-12-01mmc: Tinification of the mmc codeMarek Vasut
2016-11-30Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2016-11-30common/board_f: enable initr_trap for MIPSDaniel Schwierzeck
2016-11-30Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-11-29Merge git://git.denx.de/u-boot-mpc85xxTom Rini
2016-11-29spl: mmc: fix switch statementMax Krummenacher
2016-11-28spl: add USB Gadget config optionStefan Agner
2016-11-28spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner
2016-11-28spl: add RAM boot device only if it is actually definedStefan Agner
2016-11-28xyz-modem: Change getc timeout loop waitingtomas.melin@vaisala.com
2016-11-28sata: fix sata command can not being executed bugTang Yuantian
2016-11-28generic-board: make show_board_info a weak functionMarcel Ziswiler
2016-11-28Revert "generic-board: allow showing custom board info"Marcel Ziswiler
2016-11-28spl: remove redundant call to parse_image_header()tomas.melin@vaisala.com
2016-11-28spl: add check for FIT-header when loading imagetomas.melin@vaisala.com
2016-11-26Merge git://git.denx.de/u-boot-rockchipTom Rini
2016-11-25stdio: Correct numbering logic in stdio_probe_device()Simon Glass
2016-11-25stdio: Correct code style nitsSimon Glass
2016-11-25Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-11-23tools/env: Correct include kconfigYork Sun