summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* varisys: Remove dead codeWIP/migrate-more-I2CTom Rini2021-08-183-527/+0
* README: Remove some old i2c related textTom Rini2021-08-181-13/+0
* Convert CONFIG_I2C_SET_DEFAULT_BUS_NUM et al to KconfigTom Rini2021-08-18179-89/+143
* tegra: Cleanup I2C supportTom Rini2021-08-182-10/+0
* i2c: fsl_i2c: Migrate to KconfigTom Rini2021-08-18141-211/+506
* rcar: i2c: Migrate SYS_I2C_SH to KconfigTom Rini2021-08-1812-71/+54
* Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini2021-08-18185-324/+383
* Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini2021-08-18171-174/+193
* cmd/i2c.c: Remove unused legacy codeTom Rini2021-08-181-50/+0
* i2c: Remove non-DM code from ihs_i2c.cTom Rini2021-08-182-252/+0
* ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespaceTom Rini2021-08-1817-64/+27
* am43xx: Drop non-DM_I2C codeTom Rini2021-08-181-27/+0
* am335x: Drop non-DM_I2C codeTom Rini2021-08-182-27/+0
* i2c: designware: Remove unused non-DM functionalityTom Rini2021-08-181-18/+0
* Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini2021-08-1831-36/+33
* Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-18377-148/+402
* i2c: Remove unused additional legacy soft i2c bus supportWIP/migrate-some-I2CTom Rini2021-08-172-91/+0
* Convert CONFIG_SYS_I2C_MVTWSI to KconfigTom Rini2021-08-17111-10/+101
* Convert CONFIG_SYS_I2C_SOFT et al to KconfigTom Rini2021-08-1717-15/+45
* Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini2021-08-17316-305/+616
* eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usageTom Rini2021-08-1713-20/+4
* cl-som-imx7: Enable CMD_EEPROMTom Rini2021-08-171-0/+1
* i2c: S3C24X0: Finish Kconfig migrationTom Rini2021-08-1711-12/+11
* Convert CONFIG_ID_EEPROM to KconfigTom Rini2021-08-1795-31/+75
* siemens: Move CONFIG_SYS_I2C_EEPROM_ADDR usage out of CONFIG namespaceTom Rini2021-08-173-9/+10
* keymile: Use CONFIG_SYS_IVM_EEPROM_ADRTom Rini2021-08-172-4/+3
* arm: shc: Change CONFIG_SYS_I2C_EEPROM_ADDR to EEPROM_ADDRTom Rini2021-08-172-3/+3
* davinci: Drop CONFIG_MAC_ADDR_IN_EEPROMTom Rini2021-08-175-104/+3
* kp_imx53: Switch to using a local namespace for ID EEPROMTom Rini2021-08-172-6/+6
* Merge https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini2021-08-171-2/+18
|\
| * board: apalis-tk1: launch toradex easy installer in usb recoveryMarcel Ziswiler2021-08-161-2/+18
|/
* Prepare v2021.10-rc2v2021.10-rc2Tom Rini2021-08-161-1/+1
* configs: Resync with savedefconfigTom Rini2021-08-1637-41/+6
* Merge https://source.denx.de/u-boot/custodians/u-boot-stmTom Rini2021-08-1637-133/+887
|\
| * test: dm: Add test for ECDSA UCLASS supportAlexandru Gagniuc2021-08-163-0/+41
| * Kconfig: FIT_SIGNATURE should not select RSA_VERIFYAlexandru Gagniuc2021-08-161-4/+4
| * arm: stm32mp1: Implement ECDSA signature verificationAlexandru Gagniuc2021-08-163-0/+112
| * lib: ecdsa: Implement UCLASS_ECDSA verification on targetAlexandru Gagniuc2021-08-165-0/+160
| * dm: crypto: Define UCLASS API for ECDSA signature verificationAlexandru Gagniuc2021-08-162-0/+40
| * ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHzMarek Vasut2021-08-161-1/+1
| * ARM: stm32: Set environment sector size to 4k on DHSOMMarek Vasut2021-08-162-2/+2
| * arm: dts: stm32mp15: alignment with v5.14Patrick Delaunay2021-08-163-9/+42
| * stm32mp: correctly handle board_get_usable_ram_top(0)Patrick Delaunay2021-08-161-0/+3
| * stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIPPatrick Delaunay2021-08-164-0/+10
| * doc: st: stm32mp1: Add FIP support for trusted bootPatrick Delaunay2021-08-161-96/+232
| * arm: stm32mp: add defconfig for trusted boot with FIPPatrick Delaunay2021-08-166-16/+207
| * arm: stm32mp: handle the OP-TEE nodes in DT with FIP supportPatrick Delaunay2021-08-163-1/+16
| * arm: stm32mp: add config for STM32IMAGE supportPatrick Delaunay2021-08-164-4/+16
| * clk: stm32mp1: add support of BSEC clockPatrick Delaunay2021-08-161-0/+1
|/
* Merge tag 'efi-2021-10-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-08-1529-1244/+845
|\