aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-18TEST: Dead code checkTEST/check-for-sys-i2c-max-hopsTom Rini1-0/+1
2021-08-18varisys: Remove dead codeTom Rini3-527/+0
2021-08-18README: Remove some old i2c related textTom Rini1-13/+0
2021-08-18Convert CONFIG_I2C_SET_DEFAULT_BUS_NUM et al to KconfigTom Rini179-89/+143
2021-08-18tegra: Cleanup I2C supportTom Rini2-10/+0
2021-08-18i2c: fsl_i2c: Migrate to KconfigTom Rini141-211/+506
2021-08-18rcar: i2c: Migrate SYS_I2C_SH to KconfigTom Rini12-71/+54
2021-08-18Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini185-324/+383
2021-08-18Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini171-174/+193
2021-08-18cmd/i2c.c: Remove unused legacy codeTom Rini1-50/+0
2021-08-18i2c: Remove non-DM code from ihs_i2c.cTom Rini2-252/+0
2021-08-18ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespaceTom Rini17-64/+27
2021-08-18am43xx: Drop non-DM_I2C codeTom Rini1-27/+0
2021-08-18am335x: Drop non-DM_I2C codeTom Rini2-27/+0
2021-08-18i2c: designware: Remove unused non-DM functionalityTom Rini1-18/+0
2021-08-18Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini31-36/+33
2021-08-18Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini377-148/+402
2021-08-17i2c: Remove unused additional legacy soft i2c bus supportTom Rini2-91/+0
2021-08-17Convert CONFIG_SYS_I2C_MVTWSI to KconfigTom Rini111-10/+101
2021-08-17Convert CONFIG_SYS_I2C_SOFT et al to KconfigTom Rini17-15/+45
2021-08-17Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini316-305/+616
2021-08-17eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usageTom Rini13-20/+4
2021-08-17cl-som-imx7: Enable CMD_EEPROMTom Rini1-0/+1
2021-08-17i2c: S3C24X0: Finish Kconfig migrationTom Rini11-12/+11
2021-08-17Convert CONFIG_ID_EEPROM to KconfigTom Rini95-31/+75
2021-08-17siemens: Move CONFIG_SYS_I2C_EEPROM_ADDR usage out of CONFIG namespaceTom Rini3-9/+10
2021-08-17keymile: Use CONFIG_SYS_IVM_EEPROM_ADRTom Rini2-4/+3
2021-08-17arm: shc: Change CONFIG_SYS_I2C_EEPROM_ADDR to EEPROM_ADDRTom Rini2-3/+3
2021-08-17davinci: Drop CONFIG_MAC_ADDR_IN_EEPROMTom Rini5-104/+3
2021-08-17kp_imx53: Switch to using a local namespace for ID EEPROMTom Rini2-6/+6
2021-08-17Merge https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini1-2/+18
2021-08-16board: apalis-tk1: launch toradex easy installer in usb recoveryMarcel Ziswiler1-2/+18
2021-08-16Prepare v2021.10-rc2v2021.10-rc2Tom Rini1-1/+1
2021-08-16configs: Resync with savedefconfigWIP/16Aug2021Tom Rini37-41/+6
2021-08-16Merge https://source.denx.de/u-boot/custodians/u-boot-stmTom Rini37-133/+887
2021-08-16test: dm: Add test for ECDSA UCLASS supportAlexandru Gagniuc3-0/+41
2021-08-16Kconfig: FIT_SIGNATURE should not select RSA_VERIFYAlexandru Gagniuc1-4/+4
2021-08-16arm: stm32mp1: Implement ECDSA signature verificationAlexandru Gagniuc3-0/+112
2021-08-16lib: ecdsa: Implement UCLASS_ECDSA verification on targetAlexandru Gagniuc5-0/+160
2021-08-16dm: crypto: Define UCLASS API for ECDSA signature verificationAlexandru Gagniuc2-0/+40
2021-08-16ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHzMarek Vasut1-1/+1
2021-08-16ARM: stm32: Set environment sector size to 4k on DHSOMMarek Vasut2-2/+2
2021-08-16arm: dts: stm32mp15: alignment with v5.14Patrick Delaunay3-9/+42
2021-08-16stm32mp: correctly handle board_get_usable_ram_top(0)Patrick Delaunay1-0/+3
2021-08-16stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIPPatrick Delaunay4-0/+10
2021-08-16doc: st: stm32mp1: Add FIP support for trusted bootPatrick Delaunay1-96/+232
2021-08-16arm: stm32mp: add defconfig for trusted boot with FIPPatrick Delaunay6-16/+207
2021-08-16arm: stm32mp: handle the OP-TEE nodes in DT with FIP supportPatrick Delaunay3-1/+16
2021-08-16arm: stm32mp: add config for STM32IMAGE supportPatrick Delaunay4-4/+16
2021-08-16clk: stm32mp1: add support of BSEC clockPatrick Delaunay1-0/+1