summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* configs: am65x_evm_a53: Enable USB Mass storage and DFU boot modesFaiz Abbas2020-08-111-0/+2
* configs: am65x_evm: Add support for DFU related configsFaiz Abbas2020-08-111-1/+3
* spl: usb: Create an API spl_usb_load()Faiz Abbas2020-08-111-0/+14
* Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini2020-08-08206-575/+1
* include/u-boot, lib/zlib: add sources for zlib decompressionJoao Marcos Costa2020-08-071-0/+32
* fs/squashfs: new filesystemJoao Marcos Costa2020-08-072-0/+26
* cmd: Update the memory-search commandSimon Glass2020-08-071-0/+1
* test: Add a flag for tests that need console recordingSimon Glass2020-08-071-0/+1
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-072-9/+10
* console: Always define the console-recording functionsSimon Glass2020-08-071-1/+39
* test: Add a way to check part of a console line or skip itSimon Glass2020-08-071-0/+59
* drivers: serial: Make serial_initialize return intOvidiu Panait2020-08-061-1/+1
* board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait2020-08-061-0/+12
* board_f: Introduce setup_bdinfo initcallOvidiu Panait2020-08-061-0/+10
* Kconfig: Remove CONFIG_SYS_SRAM_STARTOvidiu Panait2020-08-062-6/+0
* Kconfig: Convert CONFIG_SYS_SRAM_SIZE to KconfigOvidiu Panait2020-08-063-4/+0
* Kconfig: Convert CONFIG_SYS_SRAM_BASE to KconfigOvidiu Panait2020-08-061-1/+0
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini2020-08-051-1/+0
|\
| * sh: r2dplus: Enable DM_SERIAL and DM_CLKMarek Vasut2020-08-021-1/+0
* | dt-bindings: Sync include/dt-bindings/phy/phy.h from LinuxMichal Simek2020-08-041-0/+4
* | arm: move CONFIG_PREBOOT="usb start" to KConfigJonas Smedegaard2020-08-041-1/+0
* | lmb/bdinfo: dump lmb info via bdinfoTero Kristo2020-08-041-0/+1
* | Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-08-044-0/+82
|\ \
| * | imx8m: enlarge CONFIG_SYS_BOOTM_LENPeng Fan2020-08-033-0/+6
| * | imx: Add MYiR Tech MYS-6ULX supportParthiban Nallathambi2020-08-031-0/+76
| * | dm: Fix build error when OF_CONTROL is not setDan Murphy2020-07-271-0/+2
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-08-041-0/+19
|\ \ \
| * | | dt-bindings: prci: add indexes for reset signals available in prciSagar Shrikant Kadam2020-08-041-0/+19
* | | | Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-08-041-0/+12
|\ \ \ \
| * | | | clk: clk_octeon: Add simple MIPS Octeon clock driverStefan Roese2020-08-031-0/+12
| |/ / /
* | | | dm: core: Guard against including dm.h in header filesSimon Glass2020-08-031-0/+4
* | | | net: Drop dm.h header file in eth_phy.hSimon Glass2020-08-031-1/+2
* | | | clk: Drop dm.h header file in clk-provider.hSimon Glass2020-08-032-6/+4
* | | | efi: Tidy up header includesSimon Glass2020-08-031-2/+0
* | | | w1: Drop dm.h header fileSimon Glass2020-08-031-1/+1
* | | | thermal: Drop dm.h header fileSimon Glass2020-08-031-1/+1
* | | | sf: Drop dm.h header file from spi_flash.hSimon Glass2020-08-031-1/+2
* | | | net: Drop dm.h header file from phy.hSimon Glass2020-08-033-3/+9
* | | | fs: fs-loader: Drop dm.h header fileSimon Glass2020-08-031-1/+1
* | | | dm: core: Drop header files from dm/test.hSimon Glass2020-08-032-3/+1
* | | | dm: core: Drop dm.h header file from dm-demo.hSimon Glass2020-08-031-2/+0
* | | | mtd: spi: Drop SPI_XFER_MMAP*Simon Glass2020-08-031-2/+0
* | | | mtd: spi-mem: Drop dm.h header fileSimon Glass2020-08-031-4/+1
* | | | wdt: Drop dm.h header fileSimon Glass2020-08-031-3/+1
|/ / /
* | / efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas2020-08-011-0/+74
| |/ |/|
* | env: Add support for explicit write access listMarek Vasut2020-07-311-1/+5
* | env: Discern environment coming from external storageMarek Vasut2020-07-312-2/+6
* | env: Add H_DEFAULT flagMarek Vasut2020-07-311-0/+1
* | cmd: env: add env select commandPatrick Delaunay2020-07-311-1/+7
* | cmd: env: add env load commandPatrick Delaunay2020-07-311-0/+7