aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3
AgeCommit message (Expand)AuthorFilesLines
2022-08-04arm: mach-k3: security: Remove certificate if detected on GP deviceAndrew Davis1-1/+29
2022-08-04arm: mach-k3: security: Bypass image signing at runtime for GP devicesAndrew Davis3-4/+4
2022-08-04arm: mach-k3: security: Allow signing bypass if type is HS-FSAndrew Davis1-1/+21
2022-08-04arm: mach-k3: Add support for device type detectionAndrew Davis3-1/+70
2022-07-25arm: k3: config.mk: Read software revision information from file on HSAndrew Davis1-0/+8
2022-07-25k3_gen_x509_cert: Make SWRV configurable for anti-rollback protectionYogesh Siraswar2-1/+10
2022-07-25arm: mach-k3: Remove ROM firewalls on GP devicesAndrew Davis2-8/+0
2022-07-25arm: mach-k3: Rename SOC_K3_AM6 to SOC_K3_AM654Andrew Davis6-12/+12
2022-07-25arm: mach-k3: Only build init files for SPLAndrew Davis6-18/+8
2022-07-25armv8: mach-k3: correct define checking for AM625/AM642 memory mapsMatt Ranostay1-1/+1
2022-07-25arm64: mach-k3: am625_init: Probe ESM nodesJulien Panis2-0/+26
2022-07-06arm: mach-k3: common: Use ddr_init in spl_enable_dcacheGeorgi Vlaev1-1/+1
2022-07-06arm: k3: j721e: add dynamic sf bus override support for j721eVaishnav Achath2-2/+13
2022-06-20Merge branch 'master' into nextTom Rini1-0/+3
2022-06-16arch: arm: mach-k3: am642_init: bring back MCU_PADCFG_MMR1 unlockChristian Gmeiner1-0/+3
2022-06-10board: ti: Introduce the basic files to support AM62 SK boardSuman Anna1-0/+1
2022-06-10arm: mach-k3: am62: Introduce autogenerated SoC dataSuman Anna3-0/+450
2022-06-10arm: mach-k3: Introduce the basic files to support AM62Suman Anna8-3/+414
2022-06-10arm: mach-k3: am6_init: Fix the path and value's length in the fixup performe...Aswath Govindraju1-2/+2
2022-06-10arm: k3: sysfw-loader: add hyperflash supportVaishnav Achath1-0/+28
2022-04-05Merge branch '2022-04-04-platform-updates'Tom Rini1-4/+36
2022-04-04arch: arm: mach-k3: am642_init: Probe ESM nodesHari Nagalla1-4/+36
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara4-4/+4
2022-03-04arm: mach-k3: am6_init: Use CONFIG_TI_I2C_BOARD_DETECTChristian Gmeiner1-1/+2
2022-02-16arm: j721e: Add support for selecting DT based on board nameSinthu Raja1-0/+59
2022-02-08drivers: misc: Makefile: Enable fs_loader compilation at SPL LevelKeerthy1-7/+3
2022-02-08arm: K3: Add basic support for J721S2 SoC definitionDavid Huang11-5/+971
2022-01-15mach-k3: am64_spl: Alias Ethernet RGMII boot to CPGMACVignesh Raghavendra1-0/+1
2022-01-15mach-k3: am642_init: Probe AM65 CPSW NUSS for R5/A53 SPLVignesh Raghavendra1-0/+7
2022-01-15mach-k3: common: Instantiate AM65 CPSW NUSS wrapperVignesh Raghavendra1-0/+16
2022-01-15ARM: mach-k3: sysfw-loader: Copy sysfw.itb to OCRAM in OSPI/SPI bootmodeVignesh Raghavendra1-2/+16
2022-01-15arm: mach-k3: am642_init: Unlock MCU PADCFG regsMichael Liebert2-0/+5
2021-10-03board: siemens: Add support for SIMATIC IOT2050 devicesJan Kiszka1-0/+1
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini7-113/+163
2021-09-17arm: mach-k3: common: Make sure firmware sections are loaded prior to armv8 s...WIP/2021-09-17-TI-platform-updatesNishanth Menon1-12/+18
2021-09-17arm: mach-k3: am6_init: Prioritize MSMC traffic over DDR in NAVSS NorthbridgeRoger Quadros2-0/+21
2021-09-17clk: ti: k3: Update driver to account for divider flagsSuman Anna2-97/+99
2021-09-17arm: mach-k3: Add note to auto-generated filesDave Gerlach4-4/+20
2021-09-17arm: mach-k3: j7200: Fix clk-data parenting for postdiv PLL clocksSuman Anna1-4/+4
2021-09-17arm: mach-k3: j721e: Fix clk-data parenting for postdiv PLL clocksSuman Anna1-4/+4
2021-09-17arm: mach-k3: common: Add a release_resources_for_core_shutdown() stubSuman Anna1-0/+5
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-1/+1
2021-07-27arm: mach-k3: Cleanup common start_non_linux_remote_cores()Suman Anna2-6/+0
2021-07-27arm: mach-k3: j721e: Cleanup MAIN R5 boot code from R5 SPLSuman Anna1-40/+0
2021-07-27arm: mach-k3: j721e: Move booting of Main R5FSS Core0 to A72 U-BootSuman Anna1-1/+5
2021-07-27arch: arm: mach-k3: am642_init: Correct the function name spl_boot_mode() to ...Aswath Govindraju1-1/+1
2021-07-15arm: mach-k3: am642_init: Add missing ddr guardGowtham Tammana1-1/+1
2021-06-11arm: mach-k3: j721e_init: Force early probe of clk-k3 driverDave Gerlach1-0/+12
2021-06-11arm: mach-k3: sysfw-loader: pass boardcfg to sciserverTero Kristo1-7/+106
2021-06-11arm: mach-k3: common: Drop main r5 startDave Gerlach1-3/+4