aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2017-02-01lib: tpm: Add command to flush resourcesMario Six1-0/+70
2017-01-28booti: Set images.os.archScott Wood1-0/+1
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay3-8/+15
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay1-1/+1
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay1-2/+2
2017-01-28disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay2-2/+2
2017-01-26Merge git://www.denx.de/git/u-boot-marvellTom Rini1-3/+22
2017-01-26cmd: ubi: allow '-' to specify maximum volume sizeLadislav Michl1-3/+5
2017-01-25arm64: mvebu: Update bubt command MMC block device accessKonstantin Porotchkin1-3/+22
2017-01-24bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setCédric Schieli2-0/+6
2017-01-21status_led: Kconfig migrationUri Mashiach3-36/+37
2017-01-20bootm: qnx: Disable data cache before booting QNX imageEmmanuel Vadot1-11/+0
2017-01-20cmd/host: add missing \n in help textSébastien Szymanski1-1/+1
2017-01-20bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setRick Altherr1-0/+3
2017-01-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+1
2017-01-18armv8: aarch64: Fix the warning about x1-x3 nonzero issueAlison Wang1-1/+1
2017-01-17usb: storage: Show number of storage devices detected for DM_USBMichal Simek1-1/+1
2017-01-14cmd: sata: fix init command return valueGary Bisson1-2/+3
2017-01-14cmd/fdt: Make fdt get value endian-safe for single-cell propertiesAndreas Färber1-2/+2
2017-01-13cmd: fdt: Print error message when fdt application failsStefan Agner1-1/+5
2017-01-12cmd: mem: Use memcpy for 'cp' commandFabio Estevam1-26/+2
2017-01-10fpga: Use enum for bitstream command typesMichal Simek1-9/+11
2016-12-27cmd: net: fix function name in commentBaruch Siach1-1/+1
2016-12-27cmd/Kconfig: Fix typo in CMD_MEMORY help textFabio Estevam1-2/+2
2016-12-12Merge git://www.denx.de/git/u-boot-marvellTom Rini5-0/+832
2016-12-12arm64: mvebu: Add bubt command for flash image burnKonstantin Porotchkin5-0/+832
2016-12-09cmd: pci: add option to parse and display BAR informationYehuda Yitschak1-0/+83
2016-12-03Merge branch 'master' of git://www.denx.de/git/u-boot-dmTom Rini3-18/+39
2016-12-03cmd: move CMD_PXE to KconfigYann E. MORIN1-0/+6
2016-12-03cmd: Convert CMD_BOOTMENUTom Rini1-0/+6
2016-12-02cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer1-0/+23
2016-12-02cmd/fdt: fix uncallable systemsetup commandFabien Parent1-12/+10
2016-12-02cmd/tpm_test: Fix misleading code indentationStefan Brüns1-6/+6
2016-12-02cmd: scsi: Make private functions staticMichal Simek1-2/+2
2016-12-02scsi: Change scsi_scan() to be able to return valueMichal Simek1-4/+10
2016-12-02common: miiphyutil: Work and report phy address in hex in mdio cmdMichal Simek1-3/+3
2016-12-01mmc: add bkops-enable commandTomas Melin2-0/+41
2016-11-28sata: fix sata command can not being executed bugTang Yuantian1-3/+6
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf1-1/+14
2016-11-26Merge git://git.denx.de/u-boot-rockchipTom Rini1-1/+4
2016-11-25Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-3/+20
2016-11-25power: regulator: Introduce regulator_set_value_force functionKeerthy1-1/+4
2016-11-22armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang1-3/+20
2016-11-21fastboot: simplify the Kconfig logicYann E. MORIN1-5/+4
2016-11-21fastboot: Add CONFIG_FASTBOOT_USB_DEV optionSemen Protsenko1-0/+8
2016-11-17efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3Alexander Graf1-0/+11
2016-11-14efi: x86: Adjust EFI files support efi_loaderSimon Glass1-1/+1
2016-11-14efi: arm: Add aarch64 EFI app supportSimon Glass1-1/+1
2016-11-14efi: arm: Add EFI app supportSimon Glass1-1/+1
2016-11-14efi: Add support for a hello world test programSimon Glass2-6/+30