summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-08ARM: embestmx6boards: convert mars/riot boards to DM_ETHPeter Robinson1-6/+0
2021-04-08ARM: embestmx6boards: convert mars/riot boards to DM_USBPeter Robinson1-1/+0
2021-04-08apalis/colibri_imx6: remove video= settingsOleksandr Suvorov2-6/+2
2021-04-08colibri_imx6ull/imx7: add missing tdxargs variablePhilippe Schenker2-2/+2
2021-04-08colibri_imx6: adjust boot orderIgor Opaniuk1-1/+0
2021-04-08board: gateworks: venice: increase CONFIG_SYS_SPL_MALLOC_SIZETim Harvey1-2/+2
2021-04-08imx: ventana: enable dm for MTD and NANDTim Harvey1-12/+2
2021-04-08imx: ventana: enable dm support for USBTim Harvey1-1/+0
2021-04-08dt-bindings: add tda1997x and bindingsTim Harvey1-0/+74
2021-04-08imx8m: Add DEK blob encapsulation for imx8mClement Faure1-2/+2
2021-04-08crypto: caam: Add secure memory vid 3 supportAymen Sghaier1-7/+15
2021-04-08crypto: caam: Fix build warnings pointer castingAymen Sghaier1-2/+2
2021-04-08crypto: caam: Add CAAM support to i.MX8M platformsAymen Sghaier1-4/+9
2021-04-08caam: enable support for iMX7ULPFranck LENORMAND1-4/+4
2021-04-08cmd: blob: Instantiate RNG before running CMD_BLOBBreno Lima1-0/+3
2021-04-08imx: imx7 Support for Manufacturing ProtectionBreno Lima1-0/+8
2021-04-08power: pca9450: add a new parameter for power_pca9450_initPeng Fan1-1/+1
2021-04-08imx8mp_evk: add/cleanup variable for distroPeng Fan1-4/+4
2021-04-08imx8mm_evk: add/cleanup variable for distroPeng Fan1-4/+4
2021-04-07Merge tag 'mmc-2021-4-6' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom 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-06Merge tag 'rockchip-for-v2021.07' of https://source.denx.de/u-boot/custodians...Tom 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...Tom 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-30Merge tag 'v2021.04-rc5' into nextTom Rini7-148/+151
2021-03-29test: 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