TI Processor SDK RTOS
  1. TI Processor SDK RTOS

build-phytec

Public
AuthorCommitMessageCommit dateIssues
Matt McKeeMatt McKee
4090535a072am572x: Update config_am572x.bld, config_am572x_a15.bld, and config_am572x_c66.bld to support am572x_phycore_rdkSigned-off-by: Matt McKee <mmckee@phytec.com>
Matt McKeeMatt McKee
e3ed14f97damakerules: Update build_config.mk and platform.mk to support am572x_phycore_rdkSigned-off-by: Matt McKee <mmckee@phytec.com>
Matt McKeeMatt McKee
1e1325682f2Update makefile to support am572x_phycore_rdkSigned-off-by: Matt McKee <mmckee@phytec.com>
Matt McKeeMatt McKee
265126bb303Update Rules.make to support am572x_phycore_rdkSigned-off-by: Matt McKee <mmckee@phytec.com>
Hao ZhangHao Zhang
39dcdffb6cfbuild: update ndk/ns version in Rules.makeSigned-off-by: Hao Zhang <hzhang@ti.com>
Aravind BatniAravind Batni
a4ca575891cPRSDK-4643: increased CODE size for am574x in Processor 5.1 to address am574x vps unit testsPRSDK-4643
Sivaraj RSivaraj R
e8d834e71b6Reserve the DMSC memory in linker cmd files- Also used MSMC RAM instead of OCMC to get more memory - This is needed for MCAN UT with all SCICLIENT/BOARD dependency added Signed-off-by: Sivaraj R <sivaraj@ti.com>
Kedar ChitnisKedar Chitnis
666c41ce8da Addressed review comments
Kedar ChitnisKedar Chitnis
396d448b331 [MAKEFILE] Updates to add ipc lld as a component in build system - Also added some more modules to default BIOS cfg since ipc lld needs them. TODO: - There is warning coming related to same component included twice though the build goes thru - libs build is fine but application/example build fails in link since IPC needs a different linker command file - this needs to be fixed so that IPC can use its own linker command file or common command file sho...
Rishabh GargRishabh Garg
94e37919822Bug fix: PDK-3230- Added typecast to uintptr_t for A72 Signed-off-by: Rishabh Garg <rishabh@ti.com>PDK-3230
Kedar ChitnisKedar Chitnis
a8ed2c6c06b [MAKEFILE] Added targets to build all cores, all profiles for a given board
Rishabh GargRishabh Garg
1100e1ded10Moved data buffer to DDRSigned-off-by: Rishabh Garg <rishabh@ti.com>
Hao ZhangHao Zhang
ca215300570Rules.make: update UIA version to 2.30.01.02Signed-off-by: Hao Zhang <hzhang@ti.com>
Rishabh GargRishabh Garg
7b743fbf53bAdded timer configuration for Task_sleepSigned-off-by: Rishabh Garg <rishabh@ti.com>
Thanh TranThanh Tran
1c8a90852eaMoving usb ramdisk to DDR
Rishabh GargRishabh Garg
fcdafe85892Made data_buffer as loadable sectionSigned-off-by: Rishabh Garg <rishabh@ti.com>
Hao ZhangHao Zhang
5bef6fe868bRules.make: add NS version to 2.40.01.01_engSigned-off-by: Hao Zhang <hzhang@ti.com>
Hao ZhangHao Zhang
a08f6eec009Rules.make: update NDK version to 3.40.01.00_engSigned-off-by: Hao Zhang <hzhang@ti.com>
Hao ZhangHao Zhang
d26a6e55ff2Revert "Rules.make: update NDK version to GA version"This reverts commit 642b79d4da706329cb22091bdebd13b6210fb3b0.
Hao ZhangHao Zhang
642b79d4da7Rules.make: update NDK version to GA versionSigned-off-by: Hao Zhang <hzhang@ti.com>
Sinthu Raja MSinthu Raja M
11bd55a4643PRSDK-4043 Add variable to include ext static library Add code to include external static library during linking process.PRSDK-4043
Madan SrinivasMadan Srinivas
67290a4cacaPRSDK-4523: Carves out SBL memory in top level linker cmd filesThe SBL runs from OCMC RAM. Right after ROM run, the ROM loads the SBL + SYSFW into OCMC RAM. This area of memory must not be used by applications, as the app will end up overwriting the SBL while SBL loads the app from boot media. To clearly demarcate this memory, this portion of the OCMC has been marked as SBL_RESERVED in the top level common linker command files. Signed-off-by: Madan Srini...PRSDK-4523
Madan SrinivasMadan Srinivas
8185534d9e8PRSDK-4523: Move SBL entry point locationUpdates the image generation scripts to use the new SBL reset vector entry point Signed-off-by: Madan Srinivas <madans@ti.com>PRSDK-4523
Aravind BatniAravind Batni
3077f0ad090changed maxwell to AM65X namesSigned-off-by: Aravind Batni <aravindbr@ti.com>
Sivaraj RSivaraj R
86bded5a089Merge pull request #276 in PROCESSOR-SDK/processor-pdk-build from PDK-2914 to masterSquashed commit of the following: commit f05a1d6c10e24e7bb401cec4eca29561293a00bf Author: Stephen Molfetta <sjmolfetta@ti.com> Date: Wed Aug 22 10:30:25 2018 -0500 Addressing review comments - Updated error in CFLAGS variable getting set commit f339d102745a40c3b105cdcc3e5464c684628971 Author: Stephen Molfetta <sjmolfetta@ti.com> Date: Tue Aug 21 16:32:05 2018 -0500 Updating...PDK-2914
Rishabh GargRishabh Garg
5e298c27ce0Added DSS to buildSigned-off-by: Rishabh Garg <rishabh@ti.com>
Brijesh JadavBrijesh Jadav
010f8ee798bAdded two build platformsSigned-off-by: Brijesh Jadav <brijesh.jadav@ti.com>
Aravind BatniAravind Batni
4fa7ff8f741Clean up: Remove EL3 refences as the linker cmd file is not intended for hs partsSigned-off-by: Aravind Batni <aravindbr@ti.com>
Rishabh GargRishabh Garg
e5618376152Added data buffer section to sysbios linker file and updated VIM address- This section is there in baremetal file but missing from SYSBIOS file - Updated VIM address for Main MCUs Signed-off-by: Rishabh Garg <rishabh@ti.com>
Hao ZhangHao Zhang
f06835474e5update bios/xdc/ndk versions for 5.1 releaseSigned-off-by: Hao Zhang <hzhang@ti.com>
Sivaraj RSivaraj R
94ed6713256Default to J7 for tda buildSigned-off-by: Sivaraj R <sivaraj@ti.com>
Sachin PurohitSachin Purohit
14df34ad975For board configuration of the SOC ,SYSFW takes a pointer to the address of the board_cfg structures . This data has to be present in regular memory accessible by DMSC .The consumers of SCICLIENT are supposed to provide "board_cfg" section (for the default board_cfg structures) in their linker files which must be present in OCMSRAM.This commit adds the section to the common linker files . Signed-off-by: Sachin Purohit <sachin@ti.com>
Madan SrinivasMadan Srinivas
6cd9e5cf4c7PRSDK-4435: Fix nightly build issue with new version of aarch 64 toolsThe nightly has moved to using gcc-linaro-7.2.1-2017.11, but the TOOLCHAIN_PATH_GCC_ARCH64 variable in Rules.make still points to the old toolchain. This patch updates that variable to point to the correct version. It also updates the variable SBL_OBJ_COPY to point to the correct version. Addresses the review comment in https://bitbucket.itg.ti.com/projects/PROCESSOR-SDK/repos/processor-pdk...PRSDK-4435
Madan SrinivasMadan Srinivas
50f469f7f2bPRSDK-4435: Fix nightly build issue with new version of arc64 toolsThe nightly has moved to using gcc-linaro-7.2.1-2017.11, but the TOOLCHAIN_PATH_GCC_ARCH64 variable in Rules.make still points to the old toolchain. This patch updates that variable tp point to the correct version. It also updates SBL build to use the OBJCOPY variable. Signed-off-by: Madan Srinivas <madans@ti.com>PRSDK-4435
Sinthu Raja MSinthu Raja M
62297e7874bPRSDK-3669 Correcting misplaced paranthesesPRSDK-3669
Sinthu Raja MSinthu Raja M
a6df0400243PRSDK-3669 Exclude examples from CPP build Exclude example being build during cpp compilation PRSDK-3669 Address review comments Moving CPP build macro check after the target PRSDK-3669 Add message to skip cpp build for app PRSDK-3669 Address review comments. Add all_cpp phony to build libs and applibs for CPP compilingPRSDK-3669
Hao ZhangHao Zhang
13a854cbba6# Conflicts:# Rules.make # makerules/build_config.mk
Mahesh RadhakrishnanMahesh Radhakrishnan
4870d6cfcabPRSDK-4254: Assigning utils_PATH to a UTILS_INSTALL_PATHPRSDK-4254
Mahesh RadhakrishnanMahesh Radhakrishnan
f96fa5322f5PRSDK-4254:Assigning default utils_PATH in windows to XDC_INSTALL_PATHPRSDK-4254
Madan SrinivasMadan Srinivas
ee42814bfe4PRSDK-4139: Fixes build issues with AM437x HS EVMsThe top level build currently does not distinguish between HS and GP builds. This can be automatically done by checking for the presence of the SECDEV package. Also the SECDEV package needs some additional environment variables defined, so that it can get the path of the tool chain. The SECDEV build is special in this way as it needs to be built from PLSDK, PRSDK, stand-alone and yocto - so th...PRSDK-4139
M V Pratap ReddyM V Pratap Reddy
3458c269700PRSDK-4192: Added -f flag to RM command to align with XDC RM definition - make clean is failing for the modules which are based on XDC generated makefiles after the build config changes for SDK auto install path setting. This is found to be due to the difference in the RM command being defined by make files in ti\build and xdc ('rm' vs 'rm -f'). Added -f flag to RM command in env.mk file to make it similar to XDC RM definition.PRSDK-4192
Aravind BatniAravind Batni
92a90f91f2dadded start-group and end-group for LIBS used for the application build for A9, A8 hostsSigned-off-by: Aravind Batni <aravindbr@ti.com>
Aravind BatniAravind Batni
4a9061dc4c4PRSDK-3170: support for TimeSync module addedSigned-off-by: Aravind Batni <aravindbr@ti.com>PRSDK-3170
Aravind BatniAravind Batni
df513a3b268PRSDK-4091: support K2 board defines for baremetal appsSigned-off-by: Aravind Batni <aravindbr@ti.com>PRSDK-4091
Rishabh GargRishabh Garg
4d41f3540afPDK-2222 Enhancement for semi-hosting supportPDK-2222
Sinthu Raja MSinthu Raja M
9840791b8a6PRSDK-2194 Add XDAIS and AER install path Add install path macros for XDAIS and AER libraryPRSDK-2194
Piyali GoswamiPiyali Goswami
b7b03e053caRadar mmwavedfp migration PDK-2510Signed-off-by: Piyali Goswami <piyali_g@ti.com>PDK-2510
Sinthu Raja MSinthu Raja M
39ff44b3274PRSDK-3257 Adding arp32 makefile for AM572x/4x Update make_install to add rules_arp32.mk for AM572x/4xPRSDK-3257
Sinthu Raja MSinthu Raja M
cc431312f39PRSDK-3513 Add McBSP component to PDK build structure Added McBSP Root path and other build essentials to inculde MCBSP component inside PDK Build structure.PRSDK-3513
Aravind BatniAravind Batni
2e3e06f6da1-sPRSDK-3934: remove hard lib path from build infrastructure