Skip to content

refactor(pal): rename PAL print wrappers#381

Merged
prashymh merged 1 commit intoARM-software:mainfrom
prashymh:main
Apr 29, 2026
Merged

refactor(pal): rename PAL print wrappers#381
prashymh merged 1 commit intoARM-software:mainfrom
prashymh:main

Conversation

@prashymh
Copy link
Copy Markdown
Contributor

Replace the target-specific PAL print wrapper names with a single source-literal wrapper, pal_print_msg(), across baremetal and UEFI PAL call sites.

Keep backend-specific print handling in pal_print.h, including UEFI literal widening, and add pal_print_native() as an escape hatch for rare callers that already have a target-native format string.

Document the intended wrapper usage, remove the old print() and acs_print() compatibility aliases, and streamline touched print messages to address checkpatch warnings around hard-coded function names, split quoted strings, line continuations, and cast spacing.

Change-Id: I3ded835f69230b09655f885db96f8a5c148ed4af

Replace the target-specific PAL print wrapper names with a single
source-literal wrapper, pal_print_msg(), across baremetal and UEFI PAL
call sites.

Keep backend-specific print handling in pal_print.h, including UEFI
literal widening, and add pal_print_native() as an escape hatch for rare
callers that already have a target-native format string.

Document the intended wrapper usage, remove the old print() and
acs_print() compatibility aliases, and streamline touched print messages
to address checkpatch warnings around hard-coded function names, split
quoted strings, line continuations, and cast spacing.

Change-Id: I3ded835f69230b09655f885db96f8a5c148ed4af
@prashymh prashymh merged commit a565d72 into ARM-software:main Apr 29, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant