aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2019-02-01gpio: Use more command-specific enums valuesSimon Glass1-14/+23
2019-01-25cmd: ximg: Invert check for fit image compressionStefan Theil1-1/+1
2019-01-18cmd: mtd: fix compilation warning for help when SYS_LONGHELP=nQuentin Schulz1-3/+2
2019-01-15cmd: adc: Use the sub-command infrastructureBoris Brezillon1-28/+5
2019-01-15cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commandsBoris Brezillon1-181/+267
2019-01-15common: command: Rework the 'cmd is repeatable' logicBoris Brezillon3-4/+4
2019-01-15cmd: zip: use correct format codeHeinrich Schuchardt1-1/+1
2019-01-15cmd: unzip: use correct format codeHeinrich Schuchardt1-1/+1
2019-01-15cmd: ubi: remove unreachable codeHeinrich Schuchardt1-5/+1
2019-01-15cmd: tpm-v2: use correct format codeHeinrich Schuchardt1-1/+1
2019-01-15cmd: sf: use correct printf codeHeinrich Schuchardt1-1/+1
2019-01-15cmd: nvedit: use correct format codeHeinrich Schuchardt1-2/+2
2019-01-15cmd: gpio: use correct printf codeHeinrich Schuchardt1-1/+1
2019-01-15cmd: mmc: Invalidate MMC block cache after initMarek Vasut1-0/+6
2019-01-15cmd: mmc: Force mmc reinit when no card presentMarek Vasut1-0/+3
2018-12-31fs: cbfs: Add missing standard CBFS component typesBin Meng1-0/+30
2018-12-31fs: cbfs: Make all CBFS_TYPE_xxx macros consistentBin Meng1-2/+2
2018-12-15cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini2-0/+89
2018-12-13dm: sound: Complete migration to driver modelSimon Glass1-12/+0
2018-12-13dm: sound: Create a uclass for soundSimon Glass1-2/+21
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2-0/+2
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-10/+10
2018-12-10cmd: i2c: Fix help output of i2c command.Christoph Muellner1-0/+1
2018-12-10cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPATJean-Jacques Hiblot1-0/+1
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot5-10/+10
2018-12-07ensure active menuitem is inside menuFrank Wunderlich1-0/+6
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-18/+1
2018-12-05Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-videoTom Rini4-5/+57
2018-12-04cmd: bmp: manage centered displayPatrick Delaunay1-5/+13
2018-12-04cmd: add clear screen 'cls' commandAnatolij Gustschin3-0/+44
2018-12-03Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-108/+136
2018-12-03eeprom: Add device model based I2C support to eeprom commandLukasz Majewski1-3/+21
2018-12-02efi_loader: create fdt reservation before copyHeinrich Schuchardt1-9/+3
2018-12-02efi_loader: fix memory mapping for sandboxHeinrich Schuchardt1-12/+17
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt1-9/+6
2018-12-02efi: Rename bootefi_test_finish() to bootefi_run_finish()Simon Glass1-22/+24
2018-12-02efi: Create a function to set up for running EFI codeSimon Glass1-21/+31
2018-12-02efi: Split out test init/uninit into functionsSimon Glass1-21/+64
2018-12-02efi: Check for failure to create objects in selftestSimon Glass1-0/+5
2018-12-02efi_loader: carving out memory reservationsHeinrich Schuchardt1-1/+10
2018-12-02efi_loader: memory reservation for fdtHeinrich Schuchardt1-16/+5
2018-12-02efi_loader: fix typosHeinrich Schuchardt1-1/+1
2018-12-02efi_loader: add efi_dp_from_name()AKASHI Takahiro1-34/+8
2018-12-02efi_loader: rename parent to headerHeinrich Schuchardt1-6/+6
2018-12-02efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt1-14/+14
2018-11-29tpm: Convert to use a device parameterSimon Glass4-189/+364
2018-11-29cmd, fdt: add subcommand "get" to fdt headerHeiko Schocher1-1/+39
2018-11-27spi: Remove unused mpc8xx codeJagan Teki1-14/+1
2018-11-26add default-option to bootmenuFrank Wunderlich1-0/+5
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass1-1/+20