commit | 4129d898fa7fcf93091b7eb2ba7a8c297046d25f | [log] [tgz] |
---|---|---|
author | Mate Toth-Pal <mate.toth-pal@arm.com> | Mon Jun 02 17:38:57 2025 +0200 |
committer | Soby Mathew <soby.mathew@arm.com> | Sat Jun 14 09:02:24 2025 +0100 |
tree | ca791ac528676e217bb8c726d50f68342e0b0750 | |
parent | 657e7bbeb191946b88a3c007a40bceb838a18b2d [diff] |
refactor(app/common): omit print service using shared This commit refactors the print el0 app service so that it doesn't use shared memory. The print service used the first byte of the shared buffer to pass the character to print. If the print service was used before the app banked the first byte, the app might have read the first byte corrupted by the print service. Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com> Change-Id: I77189428711de5e1b25b3f6d6ec4acc49f919517