summaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3
Commit message (Expand)AuthorAgeFilesLines
* arm: mach-k3: Cleanup common start_non_linux_remote_cores()Suman Anna2021-07-272-6/+0
* arm: mach-k3: j721e: Cleanup MAIN R5 boot code from R5 SPLSuman Anna2021-07-271-40/+0
* arm: mach-k3: j721e: Move booting of Main R5FSS Core0 to A72 U-BootSuman Anna2021-07-271-1/+5
* arch: arm: mach-k3: am642_init: Correct the function name spl_boot_mode() to ...Aswath Govindraju2021-07-271-1/+1
* arm: mach-k3: am642_init: Add missing ddr guardGowtham Tammana2021-07-151-1/+1
* arm: mach-k3: j721e_init: Force early probe of clk-k3 driverDave Gerlach2021-06-111-0/+12
* arm: mach-k3: sysfw-loader: pass boardcfg to sciserverTero Kristo2021-06-111-7/+106
* arm: mach-k3: common: Drop main r5 startDave Gerlach2021-06-111-3/+4
* arm: mach-k3: do board config for PM only if supportedTero Kristo2021-06-111-0/+2
* arm: mach-k3: add support for detecting firmware images from FITTero Kristo2021-06-113-10/+78
* arm: mach-k3: Add platform data for j721e and j7200Dave Gerlach2021-06-117-1/+1491
* tools: k3_fit_atf: add DM binary to the FIT imageTero Kristo2021-06-111-0/+4
* common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla2021-06-111-1/+2
* arm: mach-k3: introduce new config option for sysfw splitTero Kristo2021-06-111-0/+11
* configs: am64x_evm_*_defconfig: Rearrange the components in SRAM to satisfy t...Aswath Govindraju2021-06-091-4/+2
* arm: mach-k3: am642_init: Do USB fixups to facilitate host and device boot modesAswath Govindraju2021-06-091-0/+33
* arm: mach-k3: am642_init: Add support for USB boot modeAswath Govindraju2021-06-093-4/+20
* tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig...Aswath Govindraju2021-06-092-0/+8
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2021-05-243-4/+4
* arm: am64x: Add support for selecting DT based on EEPROMLokesh Vutla2021-05-121-0/+26
* board: ti: am64x: Add support for reading eeprom dataLokesh Vutla2021-05-121-0/+3
* arm: mach-k3: am642: Add support for triggering ddr init from SPLDave Gerlach2021-05-121-0/+6
* board: ti: am64x: Add board support for am64x evmDave Gerlach2021-05-121-0/+1
* armv8: mach-k3: am642: Add custom MMU supportKeerthy2021-05-121-0/+41
* arm: mach-k3: am642: Shut down R5 core after ATF startup on A53Suman Anna2021-05-121-0/+51
* arm: mach-k3: am642: Use mmc start and stop callbacksDave Gerlach2021-05-121-1/+33
* arm: mach-k3: am642: Load SYSFW binary and config from boot mediaDave Gerlach2021-05-121-0/+37
* arm: mach-k3: am642: Store boot info from ROMDave Gerlach2021-05-122-0/+23
* arm: mach-k3: am642: Unlock all applicable control MMR registersDave Gerlach2021-05-122-4/+22
* arm: mach-k3: am642: Add support for boot device detectionKeerthy2021-05-125-0/+198
* arm: mach-k3: Add basic support for AM642 SoC definitionDave Gerlach2021-05-123-4/+39
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-1/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-023-0/+3
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-053-3/+3
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-183-3/+3
* armv8: K3: j7200: Add custom MMU supportSuman Anna2020-09-151-1/+58
* arm: mach-k3: Add HyperFlash boot mode supportVignesh Raghavendra2020-09-151-0/+1
* arm: mach-k3: j7200: Detect if ROM has already loaded sysfwLokesh Vutla2020-08-113-1/+12
* arm: mach-k3: j7200: Add support for storing extended boot info from ROMLokesh Vutla2020-08-113-2/+15
* arm: mach-k3: j7200: Add support for SOC detectionLokesh Vutla2020-08-113-0/+12
* arm: mach-k3: j721e: Fix unlocking control module registersLokesh Vutla2020-08-111-2/+2
* arm: mach-k3: j721e: Add detection for j721eLokesh Vutla2020-08-115-0/+18
* arm: mach-k3: sysfw-loader: Add support for rom loading sysfw imageLokesh Vutla2020-08-114-21/+43
* arm: mach-k3: Move mmr_unlock to a common locationLokesh Vutla2020-08-114-20/+11
* arm: mach-k3: Fix platform hang when SPL_MULTI_DTB_FIT is not enabledJean-Jacques Hiblot2020-08-111-1/+7
* board: ti: j721e: Probe eeprom only when CONFIG_TI_I2C_BOARD_DETECT is definedLokesh Vutla2020-08-111-1/+2
* arm: mach-k3: am6_init: Add support for USB boot modeFaiz Abbas2020-08-113-1/+9
* arm: mach-k3: am6_init: Do USB fixups to facilitate host and device boot modesFaiz Abbas2020-08-111-0/+40
* arm: mach-k3: am6_init: Gate mmc related configurations with the appropriate ...Faiz Abbas2020-08-111-1/+4
* arm: mach-k3: sysfw-loader: Add support to load SYSFW from USBFaiz Abbas2020-08-111-0/+11