summaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3
AgeCommit message (Expand)AuthorFilesLines
2023-08-04board: toradex: add verdin am62 supportMarcel Ziswiler1-0/+1
2023-08-04arm: mach-k3: am62: fix 2nd mux option of clkout0Marcel Ziswiler1-2/+3
2023-07-28mach-k3: security: improve the checks around authenticationManorit Chawdhry1-11/+9
2023-07-28arm: k3: fix fdt_del_node_path implicit declaration and a missing includeEmanuele Ghidoli2-0/+2
2023-07-28arm: mach-k3: am62: Add timer0 id to the dev listSjoerd Simons1-0/+1
2023-07-22mach-k3: common: correct the calculations for determining firewallsManorit Chawdhry2-3/+2
2023-07-22Kconfig: j721s2: Fix the scratchpad baseManorit Chawdhry1-1/+1
2023-07-22arch: mach-k3: security: fix the check for authenticationManorit Chawdhry1-2/+3
2023-07-22k3: tools: config.mk: Update makefile and remove scriptsNeha Malcom Francis1-103/+0
2023-07-21board: ti: am62x: evm: Update function calls for splash screenNikhil M Jain1-0/+1
2023-07-21arch: arm: mach-k3: common: Return a pointer after setting page tableNikhil M Jain1-0/+2
2023-07-21arm: mach-k3: am62a7: change some prints to debug printsBryan Brattlof1-2/+2
2023-07-21arm: mach-k3: am62: Fixup CPU core, gpu and pru nodes in fdtEmanuele Ghidoli3-0/+90
2023-07-21arm: mach-k3: am62: Add CTRLMMR_WKUP_JTAG_DEVICE_ID register definitionEmanuele Ghidoli1-0/+22
2023-07-21arm: k3: Fix ft_system_setup so it can be enabled on any SoCEmanuele Ghidoli7-91/+148
2023-07-21arm: mach-k3: *: dev-data: Update to use ARRAY_SIZENishanth Menon5-20/+20
2023-07-21arm: mach-k3: am62a7_init: Open up FSS_DAT_REG3 firewallVignesh Raghavendra1-0/+7
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini5-11/+35
2023-06-01arm: mach-k3: am625_init: Add Erratum WA for RTC startupNishanth Menon1-0/+46
2023-06-01arm: mach-k3: arm64-mmu: do not map ATF and OPTEE regions in A53 MMUKamlesh Gurudasani1-5/+59
2023-06-01arm: mach-k3: j7200: clk-data.c: Add main_uart1 clock dataBhavya Kapoor1-2/+5
2023-06-01arm: mach-k3: j7200: dev-data.c: Add main_uart1 device dataBhavya Kapoor1-1/+2
2023-06-01arch: arm: mach-k3: j721e: add support for UDA FSUdit Kumar1-1/+1
2023-06-01arm: mach-k3: j721s2: clk-data.c: Add main_uart5 clock dataBhavya Kapoor1-2/+5
2023-06-01arm: mach-k3: j721s2: dev-data.c: Add main_uart5 device dataBhavya Kapoor1-1/+2
2023-06-01arm: mach-k3: j721e: clk-data.c: Add main_uart2 clock dataBhavya Kapoor1-2/+5
2023-06-01arm: mach-k3: j721e: dev-data.c: Add main_uart2 device dataBhavya Kapoor1-1/+2
2023-06-01arm: mach-k3: common: reorder removal of firewallsManorit Chawdhry2-20/+42
2023-06-01Revert "arm: mach-k3: common: don't reconfigure background firewalls"Manorit Chawdhry2-8/+1
2023-05-30arm: mach-k3: security: separate out validating binary logicManorit Chawdhry3-8/+30
2023-05-30arm: mach-k3: Increase SYSFW max image sizeDave Gerlach1-2/+1
2023-05-30Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled regionManorit Chawdhry1-1/+2
2023-05-30arm: k3: config.mk: Add missing dependencies on tispl.bin HSAndrew Davis1-0/+2
2023-05-04Kconfig: j721s2: Change K3_MCU_SCRATCHPAD_BASE to non firewalled regionManorit Chawdhry1-1/+1
2023-05-03arm: mach-k3: Workaround errata ID i2331Nitin Yadav1-0/+33
2023-05-03arm: mach-k3: am62a7: Enable QoS for DSSAradhya Bhatia5-0/+187
2023-05-03arm: mach-k3: j7200: Fix firewall warnings at boot timeManorit Chawdhry1-0/+6
2023-05-02arm: mach-k3: common: don't reconfigure background firewallsManorit Chawdhry2-1/+8
2023-05-02arm: mach-k3: common: Default to non fitImage boot on HS-FSVignesh Raghavendra1-2/+2
2023-04-25arch: mach-k3: j721s2_init: Disable the firewallsJayesh Choudhary1-0/+53
2023-04-24arm: mach-k3: am642: move do_dt_magic() after sysfw loadingChristian Gmeiner1-2/+2
2023-04-24arm: mach-k3: common: re-locate authentication for atf/opteeManorit Chawdhry1-2/+33
2023-04-24arm: mach-k3: Remove empty sys_proto.h includeAndrew Davis8-18/+0
2023-04-24arm: mach-k3: Move J721s2 SPL init functions to mach-k3Andrew Davis2-3/+64
2023-04-24arm: mach-k3: Move sdelay() and wait_on_value() declarationAndrew Davis1-4/+0
2023-04-24arm: mach-k3: Remove unused fdt_disable_node()Andrew Davis2-20/+0
2023-04-24arm: mach-k3: Add weak do_board_detect() to common fileAndrew Davis7-15/+20
2023-04-24arm: mach-k3: Move sysfw-loader.h out of mach includesAndrew Davis7-6/+6
2023-04-24arm: mach-k3: Make release_resources_for_core_shutdown() commonAndrew Davis12-214/+127
2023-04-24arm: mach-k3: Move J721e SoC detection out of common sectionAndrew Davis4-26/+25