aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3/am642_init.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-03arm: mach-k3: Workaround errata ID i2331Nitin Yadav1-0/+33
2023-04-24arm: mach-k3: am642: move do_dt_magic() after sysfw loadingWIP/2023-04-24-TI-platform-updatesChristian Gmeiner1-2/+2
2023-04-24arm: mach-k3: Remove empty sys_proto.h includeAndrew Davis1-2/+0
2023-04-24arm: mach-k3: Add weak do_board_detect() to common fileAndrew Davis1-2/+2
2023-04-24arm: mach-k3: Move sysfw-loader.h out of mach includesAndrew Davis1-1/+1
2023-04-24arm: mach-k3: Make release_resources_for_core_shutdown() commonAndrew Davis1-51/+0
2023-03-29arm: mach-k3: introduce generic board detction kconfig optionChristian Gmeiner1-1/+1
2022-11-24arm: mach-k3: fix spelling mistake "entended" -> "extended"Bryan Brattlof1-1/+1
2022-10-18arm: mach-k3: Move hardware handling to common filesAndrew Davis1-1/+0
2022-07-25arm: mach-k3: Only build init files for SPLAndrew Davis1-2/+0
2022-06-16arch: arm: mach-k3: am642_init: bring back MCU_PADCFG_MMR1 unlockChristian Gmeiner1-0/+3
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 Przywara1-1/+1
2022-01-15mach-k3: am642_init: Probe AM65 CPSW NUSS for R5/A53 SPLVignesh Raghavendra1-0/+7
2022-01-15arm: mach-k3: am642_init: Unlock MCU PADCFG regsMichael Liebert1-0/+3
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-09arm: mach-k3: am642_init: Do USB fixups to facilitate host and device boot modesAswath Govindraju1-0/+33
2021-06-09arm: mach-k3: am642_init: Add support for USB boot modeAswath Govindraju1-2/+11
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-1/+1
2021-05-12arm: am64x: Add support for selecting DT based on EEPROMLokesh Vutla1-0/+26
2021-05-12arm: mach-k3: am642: Add support for triggering ddr init from SPLDave Gerlach1-0/+6
2021-05-12arm: mach-k3: am642: Shut down R5 core after ATF startup on A53Suman Anna1-0/+51
2021-05-12arm: mach-k3: am642: Use mmc start and stop callbacksDave Gerlach1-1/+33
2021-05-12arm: mach-k3: am642: Load SYSFW binary and config from boot mediaDave Gerlach1-0/+37
2021-05-12arm: mach-k3: am642: Store boot info from ROMDave Gerlach1-0/+21
2021-05-12arm: mach-k3: am642: Unlock all applicable control MMR registersDave Gerlach1-0/+16
2021-05-12arm: mach-k3: am642: Add support for boot device detectionKeerthy1-0/+98
2021-05-12arm: mach-k3: Add basic support for AM642 SoC definitionDave Gerlach1-0/+28