summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini206-575/+1
2020-08-08include/u-boot, lib/zlib: add sources for zlib decompressionJoao Marcos Costa1-0/+32
2020-08-08fs/squashfs: new filesystemJoao Marcos Costa2-0/+26
2020-08-08cmd: Update the memory-search commandSimon Glass1-0/+1
2020-08-08test: Add a flag for tests that need console recordingSimon Glass1-0/+1
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass2-9/+10
2020-08-08console: Always define the console-recording functionsSimon Glass1-1/+39
2020-08-08test: Add a way to check part of a console line or skip itSimon Glass1-0/+59
2020-08-06drivers: serial: Make serial_initialize return intOvidiu Panait1-1/+1
2020-08-06board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait1-0/+12
2020-08-06board_f: Introduce setup_bdinfo initcallOvidiu Panait1-0/+10
2020-08-06Kconfig: Remove CONFIG_SYS_SRAM_STARTOvidiu Panait2-6/+0
2020-08-06Kconfig: Convert CONFIG_SYS_SRAM_SIZE to KconfigOvidiu Panait3-4/+0
2020-08-06Kconfig: Convert CONFIG_SYS_SRAM_BASE to KconfigOvidiu Panait1-1/+0
2020-08-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini1-1/+0
2020-08-05dt-bindings: Sync include/dt-bindings/phy/phy.h from LinuxMichal Simek1-0/+4
2020-08-05arm: move CONFIG_PREBOOT="usb start" to KConfigJonas Smedegaard1-1/+0
2020-08-05lmb/bdinfo: dump lmb info via bdinfoTero Kristo1-0/+1
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini4-0/+82
2020-08-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-0/+19
2020-08-04Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-0/+12
2020-08-04dm: core: Guard against including dm.h in header filesSimon Glass1-0/+4
2020-08-04net: Drop dm.h header file in eth_phy.hSimon Glass1-1/+2
2020-08-04clk: Drop dm.h header file in clk-provider.hSimon Glass2-6/+4
2020-08-04efi: Tidy up header includesSimon Glass1-2/+0
2020-08-04w1: Drop dm.h header fileSimon Glass1-1/+1
2020-08-04thermal: Drop dm.h header fileSimon Glass1-1/+1
2020-08-04sf: Drop dm.h header file from spi_flash.hSimon Glass1-1/+2
2020-08-04net: Drop dm.h header file from phy.hSimon Glass3-3/+9
2020-08-04fs: fs-loader: Drop dm.h header fileSimon Glass1-1/+1
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass2-3/+1
2020-08-04dm: core: Drop dm.h header file from dm-demo.hSimon Glass1-2/+0
2020-08-04mtd: spi: Drop SPI_XFER_MMAP*Simon Glass1-2/+0
2020-08-04mtd: spi-mem: Drop dm.h header fileSimon Glass1-4/+1
2020-08-04wdt: Drop dm.h header fileSimon Glass1-3/+1
2020-08-04dt-bindings: prci: add indexes for reset signals available in prciSagar Shrikant Kadam1-0/+19
2020-08-03clk: clk_octeon: Add simple MIPS Octeon clock driverStefan Roese1-0/+12
2020-08-03imx8m: enlarge CONFIG_SYS_BOOTM_LENPeng Fan3-0/+6
2020-08-03imx: Add MYiR Tech MYS-6ULX supportParthiban Nallathambi1-0/+76
2020-08-02sh: r2dplus: Enable DM_SERIAL and DM_CLKMarek Vasut1-1/+0
2020-08-01efi_loader: Enable run-time variable support for tee based variablesIlias Apalodimas1-0/+74
2020-07-31env: Add support for explicit write access listMarek Vasut1-1/+5
2020-07-31env: Discern environment coming from external storageMarek Vasut2-2/+6
2020-07-31env: Add H_DEFAULT flagMarek Vasut1-0/+1
2020-07-31cmd: env: add env select commandPatrick Delaunay1-1/+7
2020-07-31cmd: env: add env load commandPatrick Delaunay1-0/+7
2020-07-31env: the ops driver load becomes mandatory in struct env_driverPatrick Delaunay1-2/+1
2020-07-31env: add prototypes for weak functionPatrick Delaunay1-0/+20
2020-07-30Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dmTom Rini4-1/+63
2020-07-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-stmTom Rini1-1/+1