Hi,
I am referring to https://neoverse-reference-design.docs.arm.com/en/latest/features/ras/ras.h…
for RAS error injection on neoverse reference design platform.
I am referring to below steps :
mount -t debugfs none /sys/kernel/debug # Step needed for Buildroot only
echo 0x80020000 > /sys/kernel/debug/apei/einj/error_type
echo 1 > /sys/kernel/debug/apei/einj/oem-einj/sel-firmware-first
echo 1 > /sys/kernel/debug/apei/einj/oem-einj/sel-component
echo 1 > /sys/kernel/debug/apei/einj/oem-einj/sel-error-type
echo 1 > /sys/kernel/debug/apei/einj/error_inject
I want to refer to kernel source driver which exposes attributes : sel-firmware-first , sel-component , sel-error-type.
Also that driver must be doing the actual injections and registering sdei events with EL3 .
can I be advised where to look in for kernel sources ?
Regards
Amit
Dear TF-A Contributors,
I hope this email finds you well. My name is Omar, and I am an Embedded
Software Engineer at Valeo. I am excited to introduce myself to the Trusted
Firmware-A community and look forward to contributing to the project.
I have already enrolled in the mailing list and reviewed the documentation.
I am passionate about technical deep dives and always eager to explore new
areas. I am particularly interested in ARM-based projects, and I'm
enthusiastic about getting involved with fellow geeks who share the same
passion for cutting-edge technology.
I would greatly appreciate any guidance on current tasks or areas where
contributions are needed so I can start contributing effectively.
Thank you for your time, and I look forward to collaborating with all of
you!
Best regards,
Omar
Embedded Software Engineer | Valeo
(+20) 10 6962 8429
This event has been canceled.
TF-A Tech Forum
Thursday Oct 3, 2024 ⋅ 5pm – 6pm
Central European Time - Paris
We run an open technical forum call for anyone to participate and it is not
restricted to Trusted Firmware project members. It will operate under the
guidance of the TF TSC. Feel free to forward this invite to colleagues.
Invites are via the TF-A mailing list and also published on the Trusted
Firmware website. Details are here:
https://www.trustedfirmware.org/meetings/tf-a-technical-forum/Trusted
Firmware is inviting you to a scheduled Zoom meeting.Join Zoom
Meetinghttps://linaro-org.zoom.us/my/trustedfirmware?pwd=VktXcm5MNUUyVVM4R0k3ZUtvdU84QT09
One tap mobile+16465588656,,9159704974# US (New
York)+16699009128,,9159704974# US (San Jose)Dial by your location +1
646 558 8656 US (New York) +1 669 900 9128 US (San Jose) 877
853 5247 US Toll-free 888 788 0099 US Toll-freeMeeting ID: 915 970
4974Find your local number: https://zoom.us/u/ad27hc6t7h
Guests
tf-a(a)lists.trustedfirmware.org
~~//~~
Invitation from Google Calendar: https://calendar.google.com/calendar/
You are receiving this email because you are an attendee on the event. To
stop receiving future updates for this event, decline this event.
Forwarding this invitation could allow any recipient to send a response to
the organizer, be added to the guest list, invite others regardless of
their own invitation status, or modify your RSVP.
Learn more https://support.google.com/calendar/answer/37135#forwarding
Hi all,
I am trying to raise a question about SDS.
As you know, SDS (Shared data storage) is used to communicate or exhcange info among different processor units like AP, SCP, RSE, etc.
So, do we need to add some lock mechanisms to protect the data when one processor entity is accessing it? After I reviewed the open source Trusted Firmware and SCP firmware
it looks to me that both Trusted Firmware and SCP directly access the shared memory region without any limitation. Currently, it just uses the 'valid' flag to identify if the data is ready to use,
is this good enough?
Looking forwared to your response! Thank you!!!
Best Regards,
Bob
Hi Marc,
In TF-A, the FF-A version is currently set to v1.2, but I am unable to find the corresponding implementation for EL3 SPMC configuration.
I'm particularly interested in the support for FF-A Notification Mechanism. Could you please provide the timeline for when this will be added to the TF-A EL3 SPMC configuration?
Thank You!
Akshay Belsare