summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass2018-10-091-1/+1
| * x86: Update mtrr functions to allow leaving cache aloneSimon Glass2018-10-091-4/+4
| * cros: Update ec_commands to latest versionSimon Glass2018-10-091-3/+2
| * tpm: Add a few new commands for v1Simon Glass2018-10-091-15/+0
| * cros: Update cros_ec code to use struct udeviceSimon Glass2018-10-091-12/+12
* | fdt: add call to ft_board_setup_ex() for ks2 boardsNicholas Faustini2018-10-101-0/+3
* | cmd: pxe: add support for FIT config selectionPatrick Delaunay2018-10-081-3/+51
|/
* cmd: avb: print error message if command failsJens Wiklander2018-10-071-0/+17
* cmd: avb read_rb: print rb_idx in hexadecimalJens Wiklander2018-10-071-1/+1
* riscv: cmd: bdinfo: Print the relocation addressBin Meng2018-10-031-0/+2
* riscv: Remove mach typeBin Meng2018-10-031-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-025-95/+531
|\