summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd: adc: Use the sub-command infrastructureBoris Brezillon2019-01-151-28/+5
* cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commandsBoris Brezillon2019-01-151-181/+267
* common: command: Rework the 'cmd is repeatable' logicBoris Brezillon2019-01-153-4/+4
* cmd: zip: use correct format codeHeinrich Schuchardt2019-01-151-1/+1
* cmd: unzip: use correct format codeHeinrich Schuchardt2019-01-151-1/+1
* cmd: ubi: remove unreachable codeHeinrich Schuchardt2019-01-151-5/+1
* cmd: tpm-v2: use correct format codeHeinrich Schuchardt2019-01-151-1/+1
* cmd: sf: use correct printf codeHeinrich Schuchardt2019-01-151-1/+1
* cmd: nvedit: use correct format codeHeinrich Schuchardt2019-01-151-2/+2
* cmd: gpio: use correct printf codeHeinrich Schuchardt2019-01-151-1/+1
* cmd: mmc: Invalidate MMC block cache after initMarek Vasut2019-01-151-0/+6
* cmd: mmc: Force mmc reinit when no card presentMarek Vasut2019-01-151-0/+3
* fs: cbfs: Add missing standard CBFS component typesBin Meng2018-12-311-0/+30
* fs: cbfs: Make all CBFS_TYPE_xxx macros consistentBin Meng2018-12-311-2/+2
* cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini2018-12-152-0/+89
* dm: sound: Complete migration to driver modelSimon Glass2018-12-131-12/+0
* dm: sound: Create a uclass for soundSimon Glass2018-12-131-2/+21
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2018-12-102-0/+2
|\
| * cmd: i2c: Fix help output of i2c command.Christoph Muellner2018-12-101-0/+1
| * cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPATJean-Jacques Hiblot2018-12-101-0/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-105-10/+10
|\ \ | |/ |/|
| * usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot2018-12-075-10/+10
* | ensure active menuitem is inside menuFrank Wunderlich2018-12-071-0/+6
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-052-18/+1
|\
| * spi: Remove unused mpc8xx codeJagan Teki2018-11-271-14/+1
| * cmd: ubi: Make ubi_detach() staticStefan Roese2018-11-221-4/+1
* | Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-videoTom Rini2018-12-054-5/+57
|\ \
| * | cmd: bmp: manage centered displayPatrick Delaunay2018-12-041-5/+13
| * | cmd: add clear screen 'cls' commandAnatolij Gustschin2018-12-043-0/+44
* | | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-12-031-108/+136
|\ \ \
| * | | efi_loader: create fdt reservation before copyHeinrich Schuchardt2018-12-021-9/+3
| * | | efi_loader: fix memory mapping for sandboxHeinrich Schuchardt2018-12-021-12/+17
| * | | efi_loader: macro efi_size_in_pages()Heinrich Schuchardt2018-12-021-9/+6
| * | | efi: Rename bootefi_test_finish() to bootefi_run_finish()Simon Glass2018-12-021-22/+24
| * | | efi: Create a function to set up for running EFI codeSimon Glass2018-12-021-21/+31
| * | | efi: Split out test init/uninit into functionsSimon Glass2018-12-021-21/+64
| * | | efi: Check for failure to create objects in selftestSimon Glass2018-12-021-0/+5
| * | | efi_loader: carving out memory reservationsHeinrich Schuchardt2018-12-021-1/+10
| * | | efi_loader: memory reservation for fdtHeinrich Schuchardt2018-12-021-16/+5
| * | | efi_loader: fix typosHeinrich Schuchardt2018-12-021-1/+1
| * | | efi_loader: add efi_dp_from_name()AKASHI Takahiro2018-12-021-34/+8
| * | | efi_loader: rename parent to headerHeinrich Schuchardt2018-12-021-6/+6
| * | | efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt2018-12-021-14/+14
| |/ /
* | | eeprom: Add device model based I2C support to eeprom commandLukasz Majewski2018-12-031-3/+21
|/ /
* | tpm: Convert to use a device parameterSimon Glass2018-11-294-189/+364
* | cmd, fdt: add subcommand "get" to fdt headerHeiko Schocher2018-11-291-1/+39
* | add default-option to bootmenuFrank Wunderlich2018-11-261-0/+5
* | spl: Add support for passing handoff info to U-Boot properSimon Glass2018-11-261-1/+20
* | sandbox: Add a new 'sb' commandSimon Glass2018-11-262-0/+47
* | sandbox: Drop the deprecated 'sb' commandSimon Glass2018-11-261-5/+0