summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cmd: fdt: Fix fdt address information after the movementHiroyuki Yokoyama2018-11-201-1/+1
|/
* cmd: adc: add an option to scan some or all available channelsFabrice Gasnier2018-11-201-1/+54
* cmd: adc: print single conversion also in uVFabrice Gasnier2018-11-201-2/+7
* cmd: adc: add info on channel maskFabrice Gasnier2018-11-201-1/+5
* cmd: pinmux: Add pinmux commandPatrice Chotard2018-11-163-0/+155
* cmd/bdinfo: correct output of numerical valuesHeinrich Schuchardt2018-11-161-2/+2
* virtio: cmd: Add virtio command for virtio devicesTuomas Tynkkynen2018-11-143-0/+46
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-9/+0
* cmd: ubi: Remove useless call to mtdparts_init()Boris Brezillon2018-11-132-6/+0
* mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selectedBoris Brezillon2018-11-131-2/+2
* cmd: remove CONFIG_SOURCE support in MakefilePatrick Delaunay2018-11-011-1/+0
* cmd: remoteproc: Fix the base of strtoul for ID conversion from 3 to 10Keerthy2018-11-011-2/+2
* cmd: mii: don't check address for 'device' subcommandHector Palacios2018-10-241-1/+1
* Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-bootTom Rini2018-10-171-17/+7
|\
| * efi_loader: execute efi_save_gd() firstHeinrich Schuchardt2018-10-161-17/+7
* | cmd: kgdb: Enable kgdb only for PPCMichal Simek2018-10-161-0/+1
|/
* Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini2018-10-103-35/+19
|\