summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NOTICE OF RELOCATIONHEADmasterJacob Stiffler2019-10-311-0/+6
| | | | | | | | | | | Active maintenance and development of the contents of this repository has been relocated to git.ti.com/processor-sdk/pdk.git under the path packages/ti/board. The use of this repository has been deprecated and will no longer receive updates. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
* PRSDK-7300: enable sa2ul module clock in boardAravind Batni2019-10-311-0/+2
| | | | Signed-off-by: Aravind Batni <aravindbr@ti.com>
* board: PRSDK-5593: update pinmux configuration for am65xx PG2Hao Zhang2019-10-308-13/+227
| | | | | | | 1. Add run time pinmux configuration support for both PG1 and PG2 2. Update board lib to include the changes from PMT output Signed-off-by: Hao Zhang <hzhang@ti.com>
* board: nor ospi: PRSDK-7095: fix OSPI SDR mode issueHao Zhang2019-10-295-27/+153
| | | | | | | | | | | | 1. In the SDR mode, the OSPI flash driver should send a volatile config command to the flash device to set the SPI mode to Extended SPI mode 2. In the DDR mode, the OSPI flash driver should send a volatile config command to the flash device to set the SPI mode to DDR mode 3. The address bytes should be set to 4 for DDR mode and 3 for SDR mode 4. Use Sciclient API to get the actual R5 CPU clock frequency and set the frequency to the timer input PMU counter clock Signed-off-by: Hao Zhang <hzhang@ti.com>
* Added Doxygen groups for board libraryM V Pratap Reddy2019-10-2513-54/+601
|
* PRSDK-7240: Adds Board_getI2CHandle to configure tps62363Madan Srinivas2019-10-219-6/+393
| | | | | | | | | | | | The tps65941 examples were updated in commit 580b8e5e9f3ade67 to use Board_getI2CHandle instead of calling I2C_init/I2C_Params_init/ I2C_open for J721 This patch syncs up the tps62363 code and adds a Board_getI2CHandle function so the SBL can follow the same flow in both J7 and AM6x while setting up AVS. Signed-off-by: Madan Srinivas<madans@ti.com>
* PDK-4769 - split enetConfig functionPrasad Jondhale2019-10-174-125/+200
| | | | | | | | | | | | Issue - enet config configures both CPSW2G and CPSW9G Resolution - Single function configuring ENET control for all (CPSW2g, CPSW9g and ICSS Fix - - Added board config flags to enable these separately. Signed-off-by: Prasad Jondhale <prasad.jondhale@ti.com>
* Fix for J7 Leo PMIC library interrupt config issueM V Pratap Reddy2019-10-171-4/+19
|
* PDK-4725: Fix for J7 display diagnostic test failureM V Pratap Reddy2019-10-173-0/+30
|
* Updated J7 EVM Leo PMIC library testM V Pratap Reddy2019-10-173-37/+96
|
* PDK-4758 - add enet config to board_init (Board_sysInit).Prasad Jondhale2019-10-171-0/+5
| | | | Signed-off-by: Prasad Jondhale <prasad.jondhale@ti.com>
* PRSDK-7251: This patch fixes the boot issue on AM57x platformsDEV.BOARD.01.00.10.06GMadan Srinivas2019-10-174-8/+8
| | | | | | | | | | | | | The fix for PRSDK-4850 to enable VPS test automation caused the SBL to hang while waiting for DSS interface clock DSS_CM_CORE_CM_DSS_CLKSTCTRL_REG_CLKACTIVITY_DSS_L3_GICLK to become active. This loop was commented out earlier and was uncommented as part this patch. The PRSDK-4850 was tested only using uart apploader and not using SBL. Signed-off-by: Madan Srinivas<madans@ti.com>
* PRSDK-7217: Fixing SD image creation for non K3 devicesREL.PDK.J7.01.00.00.09DEV.BOARD.01.00.10.06FMahesh Radhakrishnan2019-10-111-1/+1
|
* board: PRSDK-7116: DDR command aging changeHao Zhang2019-10-101-1/+1
| | | | Signed-off-by: Hao Zhang <hzhang@ti.com>
* Corrected J7 DSI lib test logM V Pratap Reddy2019-10-101-1/+1
|
* PDK-4723: Fix for J7 MCAN diagnostic test failure on A72 coreM V Pratap Reddy2019-10-102-16/+16
|
* Disabled the R5 SD image creation for J7 since the tests are hangingM V Pratap Reddy2019-10-102-2/+2
|
* Enabled eMMC/QSPI flash writer for J7 EVMM V Pratap Reddy2019-10-104-2/+100
| | | | | - Enabled the eMMC/QSPI flash writer for J7 EVM which got disbaled during recent updates.
* PRSDK-5935: Updated Uniflash baudrate control APIsM V Pratap Reddy2019-10-106-118/+209
|
* PDK-4381: Added UART load support for J7 uniflash programmerM V Pratap Reddy2019-10-0916-358/+457
| | | | - Added common k3 soc file for J7 and AM65xx as they share the same SoC specific code
* PDK-4624: Split the PLL and Clock init for MCU vs. MAINREL.PDK.J7.01.00.00.08REL.PDK.J7.01.00.00.07Jonathan Bergsagel2019-10-096-84/+257
| | | | | | | | | | | - Split up PLL and Module Clk init functions between MCU and MAIN domains, in order to save time for early feature requirements when not initializing the MAIN domain right away. - Split up the Module Clk de-init function as well between the MCU and MAIN domains. Signed-off-by: Jonathan Bergsagel <jbergsagel@ti.com>
* Fix for J7 diag build failureREL.PDK.J7.01.00.00.06DEV.BOARD.01.00.10.06EM V Pratap Reddy2019-10-083-2/+11
|
* PDK-4726: Fix for J7 Leo PMIC library test failure on A72 coreM V Pratap Reddy2019-10-081-2/+2
|
* PDK-4722: Fix for J7 clock generator diag test on A72 coreM V Pratap Reddy2019-10-081-2/+1
|
* PDK-4721: Fix for J7 MMCSD diag test hang running from frameworkM V Pratap Reddy2019-10-081-0/+10
|
* PDK-4727: Fix for J7 FPD library test failureM V Pratap Reddy2019-10-081-2/+0
|
* PDK-2398: Updated J7 diagnostic tests for framework integrationM V Pratap Reddy2019-10-0817-259/+409
| | | | | - Updated the test binary names to show proper test name in the diag menu - Added support for app image creation for SD boot execution
* PRSDK-7176: Fix for AM65xx R5 diagnostic test hang running from SD bootM V Pratap Reddy2019-10-071-2/+14
|
* [Board Lib]Added support to get the I2C module instance and I2C address for ↵Vivek Dhande2019-10-072-9/+42
| | | | | | second CSIRX instance in J7 in FPD Lib Signed-off-by: Vivek Dhande <a0132295@ti.com>
* [Board Lib][Bug Fix][PDK-4717][Board Lib]MMR unlock through 'Board_init()' ↵Vivek Dhande2019-10-071-4/+4
| | | | | | | | | | | | | | always fails - Issue - UART prints crashed when used with 'BOARD_INIT_UNLOCK_MMR' flag in 'Board_init()' API - This issue got introduced in 'bb5124b47' commit - MMR unlock status is only present in KICK0 regs, only this bit should be checked to see if MMRs are unlocked or not - Current implementation checks this bit for both KICK0 and KICK1 regs, which is wrong - Resolution - Only check status bit in KICK0 reg and remove the KICK1 reg check Signed-off-by: Vivek Dhande <a0132295@ti.com>
* PDK-4699: Updated software workaround for J7 EVM MDIO stability issueREL.PDK.J7.01.00.00.05DEV.BOARD.01.00.10.06DM V Pratap Reddy2019-10-065-44/+140
| | | | | | | | | - CPSW MDIO link is unstable when ENET card is connected to CP board. ENET card is kept in powerdown mode while using CPSW ports on GESI board as a workaround. This issue is fixed on Beta CP board. This update keeps the workaround limited to Alpha boards. - PDK-4475: Removed few magic numbers in Ethernet PHY config file
* PDK-4677: Added timeout parameter for J7 EVM I2C board APIsM V Pratap Reddy2019-10-0618-367/+741
|
* PDK-3664: Updated J7 EVM CPSW diag test to align with driver changesM V Pratap Reddy2019-10-051-93/+40
|
* PDK-3664: Updated package common sources for J7 EVM CPSW testM V Pratap Reddy2019-10-052-2/+2
|
* PDK-3664: Added CPSW diagnostic test which verifies,Sriram2019-10-054-0/+1654
| | | | | | - The basic functionality of CPSW9G RGMII Ethernet interface on J7 HW platforms. Signed-off-by: Sriram <x0282556@ti.com>
* Fix for AM57x PMIC diagnostic test build errorM V Pratap Reddy2019-10-031-4/+1
|
* PDK-4692/PRSDK-7116: Updated J7 EVM DDR configurations for 3733MTsM V Pratap Reddy2019-10-032-5278/+5256
|
* PDK-4475: Updated J7 Board Ethernet config to remove magic numbersM V Pratap Reddy2019-10-031-49/+117
|
* PDK-4180: J7 Board library delay functions updated to use osal delayM V Pratap Reddy2019-10-038-64/+61
|
* PDK-4399: Extended J7 EVM board deinit to MMR lock and PSC configM V Pratap Reddy2019-10-035-35/+254
|
* Excluded A15 specific CSL header files for AM65xx and J7REL.PDK.J7.01.00.00.04M V Pratap Reddy2019-10-021-0/+3
|
* PDK-2911: Enabled diagnostic stress tests for J7 EVMM V Pratap Reddy2019-10-0216-52/+50
|
* Updated J7 diagnostic tests for Beta EVMM V Pratap Reddy2019-10-022-26/+97
|
* PDK-2398: Updated J7 diagnostic tests to integrate with frameworkM V Pratap Reddy2019-10-0226-0/+416
| | | | - PDK-2911: Updated file naming for stress tests
* PDK-2398: Enabled diagnostic test framework for J7 EVMM V Pratap Reddy2019-10-0213-312/+1802
|
* Uniflash compilation fixDEV.BOARD.01.00.10.06CMahesh Radhakrishnan2019-10-012-2/+2
|
* KW fixes for am65xx/j7-evmDEV.BOARD.01.00.10.06BMahesh Radhakrishnan2019-10-011-30/+35
|
* PRSDK-6990: Added build support for J7 EVM from diag folderDEV.BOARD.01.00.10.06AM V Pratap Reddy2019-10-012-1/+50
| | | | | - This update enables building the J7 EVM diagnostic tests from board/diag folder similar to other HW board platforms.
* PRSDK-5935: Updated with dynamic baud rate supportDasnavis Sabiya2019-10-0112-200/+770
| | | | | | | | - Uniflash is using 115200 baudrate for receiving the application images over UART. Running UART at lower baudrate is becoming bottleneck for overall flashing speed. Updated the Uniflash code to support reconfiguring the baudrate to higher value based on the platform
* Updated copyright banner for J7 EVM Board DDRDEV.PROCESSOR-SDK.06.01.00.07DEV.BOARD.01.00.10.06M V Pratap Reddy2019-09-291-6/+0
|