summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2017-04-30Convert CONFIG_CMD_DIAG to KconfigSimon Glass
2017-04-30fs: Kconfig: Add a separate option for FS_CRAMFSSimon Glass
2017-04-30fs: Convert CONFIG_CMD_CRAMFS to KconfigSimon Glass
2017-04-30Convert CONFIG_CMD_CLK to KconfigSimon Glass
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass
2017-04-30fs: Convert CONFIG_CMD_CBFS to KconfigSimon Glass
2017-04-30Convert CONFIG_CMD_BSP to KconfigSimon Glass
2017-04-30Convert CONFIG_CMD_BMP to KconfigSimon Glass
2017-04-30Convert CONFIG_CMD_BLOB to KconfigSimon Glass
2017-04-30Convert CONFIG_CMD_BEDBUG to KconfigSimon Glass
2017-04-30Convert CONFIG_CMD_AES et al to KconfigSimon Glass
2017-04-27add Kconfig for fsuuid commandJosua Mayer
2017-04-18Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini
2017-04-18cmd: remove Blackfin specific commandsMasahiro Yamada
2017-04-18cmd: cramfs: use map_sysmem for sandbox supportTyler Hall
2017-04-18cmd: ubi: remove unnecessary logical constraintxypron.glpk@gmx.de
2017-04-15dm: led: Add a new 'led' commandSimon Glass
2017-04-15led: Mark existing driver as legacySimon Glass
2017-04-15sandbox: Add some test LEDsSimon Glass
2017-04-13Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2017-04-13pci: Add a command to show PCI regionsSimon Glass
2017-04-12Rename aes.h to uboot_aes.hStefano Babic
2017-04-12cmd_mmc: fix arg parsing for setdsr subcmdMarkus Niebel
2017-04-07cmd: nand: Make the NAND options default to NAND_SUNXIMaxime Ripard
2017-04-07cmd: ubifs: Add a dependency on CMD_UBIMaxime Ripard
2017-04-07sunxi: Enable UBI and NAND supportHans de Goede
2017-04-07cmd: nand: Expose optional suboptions in KconfigBoris Brezillon
2017-04-07cmd: Expose a Kconfig option to enable UBIFS commandsBoris Brezillon
2017-04-07cmd: Add Kconfig option for CMD_MTDPARTS and related optionsMaxime Ripard
2017-04-05OpenRISC: RemoveTom Rini
2017-04-05SPARC: RemoveTom Rini
2017-04-05Blackfin: RemoveTom Rini
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese
2017-04-04Merge git://git.denx.de/u-boot-dmTom Rini
2017-03-28i2c: Set default I2C bus numberLukasz Majewski
2017-03-26lib: tpm: Add command to list resourcesmario.six@gdsys.cc
2017-03-26cmd: tpm: Fix flush commandmario.six@gdsys.cc
2017-03-26tpm: Add function to load keys via their parent's SHA1 hashmario.six@gdsys.cc
2017-03-17gpt: Fix uuid string formatVincent Tinelli
2017-03-17cmd: itest: correct calculus for long formatSebastien Colleur
2017-03-17Kconfig: introduce md5sum command selectionAndre Przywara
2017-03-16Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-03-15arm64: booti: allow to place kernel image anywhere in physical memoryMasahiro Yamada
2017-03-14armv8: Add global variable resv_ramYork Sun
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada
2017-02-08cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to KconfigMasahiro Yamada
2017-02-08cmd: bootm: fix build when CONFIG_CMD_IMLS_NANDGrygorii Strashko
2017-02-08cmd: rework "license" commandMasahiro Yamada
2017-02-08cmd: add a new command "config" to show .config contentsMasahiro Yamada
2017-02-01lib: tpm: Add command to flush resourcesMario Six