aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-06Merge tag 'mmc-2021-4-6' of https://source.denx.de/u-boot/custodians/u-boot-mmcWIP/06Apr2021Tom Rini1-0/+3
2021-04-06Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini1-0/+2
2021-04-06Merge tag 'dm-pull-6apr21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini8-15/+23
2021-04-06mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle1-0/+3
2021-04-06cfi_flash: Fix detection of 8-bit bus flash devices via address shiftJagannadha Sutradharudu Teki1-0/+2
2021-04-06test: Allow tests to run on any boardSimon Glass1-0/+9
2021-04-06sandbox: document parameters of os_realloc()Heinrich Schuchardt1-1/+3
2021-04-06Convert CONFIG_MISC_INIT_F to KconfigSimon Glass3-6/+0
2021-04-06log: Fix up debug_cond() when LOG is enabledSimon Glass1-4/+7
2021-04-06tlv_eeprom: Return -ENOSYS when system call is not availableSimon Glass1-3/+3
2021-04-06spi: Return -ENOSYS when system call is not availableSimon Glass1-1/+1
2021-04-05Merge tag 'rockchip-for-v2021.07' of https://source.denx.de/u-boot/custodians...WIP/05Apr2021Tom Rini3-20/+17
2021-04-05Merge branch 'next'Tom Rini48-193/+1419
2021-04-05imx8mn_ddr4_evk: Allow booting the kernel by defaultFabio Estevam1-2/+2
2021-03-31Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u...WIP/31Mar2021-nextTom Rini1-0/+16
2021-03-30xilinx: Sync DTs with Linux kernelMichal Simek1-0/+16
2021-03-30include: configs: rk3399: drop a dangling commentPeter Robinson1-2/+0
2021-03-30rockchip: rk3368: sync clock dt-binding header from LinuxHeiko Stuebner1-17/+14
2021-03-30rockchip: rk3368: set CONFIG_SYS_BOOTM_LEN to 64MBHeiko Stuebner1-0/+2
2021-03-30rockchip: rk3368: adjust CONFIG_SYS_LOAD_ADDRHeiko Stuebner1-1/+1
2021-03-29Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini7-148/+151
2021-03-28test: Add udevice declaration to avoid build errorSimon Glass1-0/+2
2021-03-27sysinfo: Allow showing model info from sysinfoSimon Glass1-0/+4
2021-03-27command: Fix operation of !CONFIG_CMDLINESimon Glass1-1/+9
2021-03-27malloc: Export malloc_simple_info()Simon Glass1-1/+2
2021-03-27sf: Support querying write-protectSimon Glass1-0/+27
2021-03-27sandbox: image: Allow sandbox to load any imageSimon Glass1-0/+5
2021-03-27sandbox: Provide a way to bind fixed/removeable devicesSimon Glass1-1/+8
2021-03-27dm: core: Add CBFS support to flashmapSimon Glass1-0/+8
2021-03-27cbfs: Support reading compression informationSimon Glass1-0/+11
2021-03-27cbfs: Allow file traversal with any CBFSSimon Glass1-2/+17
2021-03-27cbfs: Allow access to CBFS without a headerSimon Glass1-2/+6
2021-03-27smbios: Allow writing to the coreboot version stringSimon Glass1-0/+20
2021-03-27cbfs: Add support for attributesSimon Glass1-1/+38
2021-03-27x86: coral: Put the eMMC firstSimon Glass1-3/+3
2021-03-27mtd: spi_flash_free()Heinrich Schuchardt1-1/+3
2021-03-26Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into nextWIP/26Mar2021-nextTom Rini14-36/+343
2021-03-26dm: core: Add warnings to private / platform settersSimon Glass2-0/+21
2021-03-26dm: core: Use separate priv/plat data regionSimon Glass1-0/+9
2021-03-26dm: core: Allow storing priv/plat data separatelySimon Glass2-0/+13
2021-03-26dm: core: Move flags to device-runtime infoSimon Glass1-0/+8
2021-03-26dm: core: Create a struct for device runtime infoSimon Glass2-2/+29
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass1-0/+15
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-5/+11
2021-03-26dm: core: Drop device_get_by_driver_info()Simon Glass2-30/+0
2021-03-26clk: fixed-rate: Export driver parts for OF_PLATDATA_INSTSimon Glass1-0/+5
2021-03-26dm: core: Include dt-decl.h automaticallySimon Glass1-0/+2
2021-03-25efi_selfest: redefine enum efi_test_phaseHeinrich Schuchardt1-4/+3
2021-03-25efi: Add ESRT to the EFI system tableJose Marinho2-0/+45
2021-03-25efi_loader: Replace config option for initrd loadingIlias Apalodimas1-0/+1