summaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-11arm: mach-k3: do board config for PM only if supportedTero Kristo1-0/+2
2021-06-11arm: mach-k3: add support for detecting firmware images from FITTero Kristo3-10/+78
2021-06-11arm: mach-k3: Add platform data for j721e and j7200Dave Gerlach7-1/+1491
2021-06-11tools: k3_fit_atf: add DM binary to the FIT imageTero Kristo1-0/+4
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla1-1/+2
2021-06-11arm: mach-k3: introduce new config option for sysfw splitTero Kristo1-0/+11
2021-06-09configs: am64x_evm_*_defconfig: Rearrange the components in SRAM to satisfy t...Aswath Govindraju1-4/+2
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 Govindraju3-4/+20
2021-06-09tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig...Aswath Govindraju2-0/+8
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn3-4/+4
2021-05-12arm: am64x: Add support for selecting DT based on EEPROMLokesh Vutla1-0/+26
2021-05-12board: ti: am64x: Add support for reading eeprom dataLokesh Vutla1-0/+3
2021-05-12arm: mach-k3: am642: Add support for triggering ddr init from SPLDave Gerlach1-0/+6
2021-05-12board: ti: am64x: Add board support for am64x evmDave Gerlach1-0/+1
2021-05-12armv8: mach-k3: am642: Add custom MMU supportKeerthy1-0/+41
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 Gerlach2-0/+23
2021-05-12arm: mach-k3: am642: Unlock all applicable control MMR registersDave Gerlach2-4/+22
2021-05-12arm: mach-k3: am642: Add support for boot device detectionKeerthy5-0/+198
2021-05-12arm: mach-k3: Add basic support for AM642 SoC definitionDave Gerlach3-4/+39
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass3-3/+3
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass3-3/+3
2020-09-15armv8: K3: j7200: Add custom MMU supportSuman Anna1-1/+58
2020-09-15arm: mach-k3: Add HyperFlash boot mode supportVignesh Raghavendra1-0/+1
2020-08-11arm: mach-k3: j7200: Detect if ROM has already loaded sysfwLokesh Vutla3-1/+12
2020-08-11arm: mach-k3: j7200: Add support for storing extended boot info from ROMLokesh Vutla3-2/+15
2020-08-11arm: mach-k3: j7200: Add support for SOC detectionLokesh Vutla3-0/+12
2020-08-11arm: mach-k3: j721e: Fix unlocking control module registersLokesh Vutla1-2/+2
2020-08-11arm: mach-k3: j721e: Add detection for j721eLokesh Vutla5-0/+18
2020-08-11arm: mach-k3: sysfw-loader: Add support for rom loading sysfw imageLokesh Vutla4-21/+43
2020-08-11arm: mach-k3: Move mmr_unlock to a common locationLokesh Vutla4-20/+11
2020-08-11arm: mach-k3: Fix platform hang when SPL_MULTI_DTB_FIT is not enabledJean-Jacques Hiblot1-1/+7
2020-08-11board: ti: j721e: Probe eeprom only when CONFIG_TI_I2C_BOARD_DETECT is definedLokesh Vutla1-1/+2
2020-08-11arm: mach-k3: am6_init: Add support for USB boot modeFaiz Abbas3-1/+9
2020-08-11arm: mach-k3: am6_init: Do USB fixups to facilitate host and device boot modesFaiz Abbas1-0/+40
2020-08-11arm: mach-k3: am6_init: Gate mmc related configurations with the appropriate ...Faiz Abbas1-1/+4
2020-08-11arm: mach-k3: sysfw-loader: Add support to load SYSFW from USBFaiz Abbas1-0/+11