Page MenuHomePhabricator

CJKay (Chris Kay)
User

Projects

User does not belong to any projects.

User Details

User Since
Dec 4 2019, 12:30 AM (223 w, 6 d)

Recent Activity

Jan 8 2023

CJKay added a comment to T996: Compiling bl31.elf with binutils 2.39 warns/fails with “ LOAD segment with RWX permissions”.

The patch stack is still a work in progress so BL1 is the only fixed image so far, but BL2 and BL31 need the same treatment. Your best bet until I get around to applying these fixes to the remaining images is the current workaround (TF_LDFLAGS="--no-warn-rwx-segment").

Jan 8 2023, 11:29 AM · Trusted Firmware A
CJKay added a comment to T996: Compiling bl31.elf with binutils 2.39 warns/fails with “ LOAD segment with RWX permissions”.

Hi Jan, sorry for the delay. This is currently in progress under the mixed-rwx topic: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/18661/5

Jan 8 2023, 10:52 AM · Trusted Firmware A

Sep 8 2022

CJKay added a comment to T996: Compiling bl31.elf with binutils 2.39 warns/fails with “ LOAD segment with RWX permissions”.

Hi Heitbaum, could you tell me which toolchain you're using to build TF-A? The latest Arm GNU AArch64 toolchain is 11.3.Rel1, which packages binutils-2.38 and therefore compiles successfully, so I'm currently unable to reproduce this error.

Sep 8 2022, 3:53 PM · Trusted Firmware A

Jan 17 2022

CJKay added a comment to T983: BL2 Image Load.

Hi @yuezhiran, I believe it's valid for this function to return 0. The bl1_plat_handle_post_image_load function is overridable by the platform, but we do not provide a mechanism for the platform to communicate the "acceptable" image IDs to the caller. We cannot therefore return an error if we receive an image ID that has no post-load process, because it may be called for any image (the FWU process does this here).

Jan 17 2022, 1:45 PM · Trusted Firmware A

May 5 2021

CJKay added a comment to T925: ATF v2.5-rc0 fails to build rk3399 support with gcc11.

I can only assume GCC <11 simply didn't have this warning, but it looks legitimate.

May 5 2021, 1:14 PM · Trusted Firmware A

Feb 25 2021

CJKay renamed Conventional Commits from Conventional Commits Sign-off to Conventional Commits.
Feb 25 2021, 5:50 PM · Trusted Firmware A
CJKay added a comment to Conventional Commits.

Hi all, I suggest we move this discussion back to the mailing list so we can track the progression a bit more easily.

Feb 25 2021, 5:38 PM · Trusted Firmware A

Feb 19 2021

CJKay created an object: Conventional Commits.
Feb 19 2021, 11:45 AM · Trusted Firmware A

Dec 4 2019

CJKay added a comment to T228: Update build system to support latest cmake version..

Snapcraft distributes builds for the latest stable versions of CMake: https://snapcraft.io/cmake

Dec 4 2019, 12:31 AM · Trusted Firmware M