summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2019-02-15Merge tag '2019.01-next' of https://github.com/mbgg/u-bootTom Rini
2019-02-15cmd: bmp: Make integer-to-pointer cast platform, independentAdam Heinrich
2019-02-13efi_loader: refactor switch to non-secure modeHeinrich Schuchardt
2019-02-13efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro
2019-02-13efi_loader: avoid unnecessary pointer to long conversionHeinrich Schuchardt
2019-02-13efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configsHeinrich Schuchardt
2019-02-13efi_loader: use named constant for efi_dp_from_mem()Heinrich Schuchardt
2019-02-09cmd: sata: add null pointer check for devMarcel Ziswiler
2019-02-01gpio: Use more command-specific enums valuesSimon Glass
2019-01-25cmd: ximg: Invert check for fit image compressionStefan Theil
2019-01-18cmd: mtd: fix compilation warning for help when SYS_LONGHELP=nQuentin Schulz
2019-01-15cmd: adc: Use the sub-command infrastructureBoris Brezillon
2019-01-15cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commandsBoris Brezillon
2019-01-15common: command: Rework the 'cmd is repeatable' logicBoris Brezillon
2019-01-15cmd: zip: use correct format codeHeinrich Schuchardt
2019-01-15cmd: unzip: use correct format codeHeinrich Schuchardt
2019-01-15cmd: ubi: remove unreachable codeHeinrich Schuchardt
2019-01-15cmd: tpm-v2: use correct format codeHeinrich Schuchardt
2019-01-15cmd: sf: use correct printf codeHeinrich Schuchardt
2019-01-15cmd: nvedit: use correct format codeHeinrich Schuchardt
2019-01-15cmd: gpio: use correct printf codeHeinrich Schuchardt
2019-01-15cmd: mmc: Invalidate MMC block cache after initMarek Vasut
2019-01-15cmd: mmc: Force mmc reinit when no card presentMarek Vasut
2018-12-31fs: cbfs: Add missing standard CBFS component typesBin Meng
2018-12-31fs: cbfs: Make all CBFS_TYPE_xxx macros consistentBin Meng
2018-12-15cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini
2018-12-13dm: sound: Complete migration to driver modelSimon Glass
2018-12-13dm: sound: Create a uclass for soundSimon Glass
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-12-10cmd: i2c: Fix help output of i2c command.Christoph Muellner
2018-12-10cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPATJean-Jacques Hiblot
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot
2018-12-07ensure active menuitem is inside menuFrank Wunderlich
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-12-05Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-videoTom Rini
2018-12-04cmd: bmp: manage centered displayPatrick Delaunay
2018-12-04cmd: add clear screen 'cls' commandAnatolij Gustschin
2018-12-03Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-12-03eeprom: Add device model based I2C support to eeprom commandLukasz Majewski
2018-12-02efi_loader: create fdt reservation before copyHeinrich Schuchardt
2018-12-02efi_loader: fix memory mapping for sandboxHeinrich Schuchardt
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt
2018-12-02efi: Rename bootefi_test_finish() to bootefi_run_finish()Simon Glass
2018-12-02efi: Create a function to set up for running EFI codeSimon Glass
2018-12-02efi: Split out test init/uninit into functionsSimon Glass
2018-12-02efi: Check for failure to create objects in selftestSimon Glass
2018-12-02efi_loader: carving out memory reservationsHeinrich Schuchardt
2018-12-02efi_loader: memory reservation for fdtHeinrich Schuchardt
2018-12-02efi_loader: fix typosHeinrich Schuchardt