aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-07Convert CONFIG_SYS_DISCOVER_PHY to KconfigTom Rini15-106/+5
2022-07-07Convert CONFIG_SYS_UNIFY_CACHE to KconfigTom Rini9-8/+8
2022-07-07layerscape: Remove some unused CONFIG symbolsTom Rini6-18/+1
2022-07-07usb: Remove some unused CONFIG settingsTom Rini9-41/+0
2022-07-07usb: ohci-hcd: Remove some unused legacy codeTom Rini3-126/+0
2022-07-07Convert CONFIG_USB_OHCI_NEW et al to KconfigTom Rini107-214/+173
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini27-36/+50
2022-07-07Convert CONFIG_USB_XHCI_EXYNOS et al to KconfigTom Rini6-18/+16
2022-07-06Merge branch '2022-07-06-platform-updates' into nextTom Rini40-215/+920
2022-07-06misc: nuvoton: Add host interface configuration driverJim Liu3-0/+117
2022-07-06CI: Add Aspeed AST2600Joel Stanley2-0/+9
2022-07-06aspeed/spl: Remove OVERLAY from linker scriptJoel Stanley1-1/+1
2022-07-06ast2600: Configure u-boot-with-spl.bin targetJoel Stanley1-0/+2
2022-07-06spl: Set SPL_MAX_SIZE default for AST2600Joel Stanley1-0/+1
2022-07-06config/ast2600: Disable hash hardware accelJoel Stanley1-3/+0
2022-07-06config/ast2600: Make position independentJoel Stanley1-0/+1
2022-07-06config/ast2600: Enable CRC32Joel Stanley1-0/+1
2022-07-06config/ast2600: Enable eMMC related boot optionsJoel Stanley1-0/+12
2022-07-06mmc/aspeed: Enable controller clocksJoel Stanley1-0/+15
2022-07-06mmc/aspeed: Probe from controllerJoel Stanley2-0/+22
2022-07-06mmc/aspeed: Add debuging for clock probe failuresJoel Stanley1-2/+7
2022-07-06clk/ast2500: Add SD clockJoel Stanley1-0/+23
2022-07-06clk/ast2600: Adjust eMMC clock namesJoel Stanley1-2/+2
2022-07-06clk/aspeed: Add debug message when clock failsJoel Stanley2-2/+5
2022-07-06ARM: dts: ast2500: Update SDHCI nodesJoel Stanley3-25/+32
2022-07-06ARM: dts: ast2600: Update SDHCI nodesJoel Stanley2-46/+35
2022-07-06config/aspeed: Enable EEPROM optionsJoel Stanley2-0/+5
2022-07-06config/ast2600: Enable I2C driverJoel Stanley1-0/+1
2022-07-06i2c/aspeed: Add AST2600 compatibleJoel Stanley1-0/+1
2022-07-06i2c/aspeed: Fix reset controlJoel Stanley1-7/+15
2022-07-06reset/aspeed: Implement status callbackJoel Stanley2-0/+36
2022-07-06ARM: dts: ast2600-evb: Add I2C devicesJoel Stanley1-0/+16
2022-07-06ARM: dts: ast2500-evb: Add I2C devicesJoel Stanley1-0/+19
2022-07-06ARM: dts: ast2600-evb: Remove redundant pinctrlJoel Stanley1-15/+0
2022-07-06ARM: dts: ast2600: Disable I2C nodes by defaultJoel Stanley1-0/+7
2022-07-06ARM: dts: ast2600: Add I2C reset propertiesJoel Stanley1-0/+16
2022-07-06ARM: dts: ast2600: Add I2C pinctrlEddie James1-0/+33
2022-07-06soc: soc_ti_k3: identify j7200 SR2.0 SoCsBryan Brattlof1-11/+5
2022-07-06phy: nuvoton: add NPCM7xx phy control driverJim Liu3-0/+223
2022-07-06toradex: tdx-cfg-block: add new toradex oui rangePhilippe Schenker3-8/+41
2022-07-06board: ti: common: board_detect: Do 1byte address checks first.Nishanth Menon1-10/+10
2022-07-06board: ti: common: Handle the legacy eeprom address width properlyNishanth Menon1-7/+15
2022-07-06board: ti: common: Optimize boot when detecting consecutive bad recordsNishanth Menon1-1/+4
2022-07-06firmware: ti_sci_static_data: Make file board agnosticVignesh Raghavendra1-38/+4
2022-07-06configs: am62x_evm_r5: Add CONFIG_NR_DRAM_BANKS as done in a53 defconfigGeorgi Vlaev1-0/+1
2022-07-06board: ti: am62x: Account for DDR size fixups if ECC is enabledGeorgi Vlaev1-0/+53
2022-07-06board: ti: am62x: Use fdt functions for ram and bank initGeorgi Vlaev1-9/+2
2022-07-06arm: dts: k3-am625-*: Mark memory with u-boot,dm-splGeorgi Vlaev2-0/+5
2022-07-06arm: mach-k3: common: Use ddr_init in spl_enable_dcacheGeorgi Vlaev1-1/+1
2022-07-06toradex: tdx-cfg-block: extend assembly versionPhilippe Schenker2-9/+48