Hi Julien,

> On Aug 9, 2023, at 20:12, Julien Grall <jul...@xen.org> wrote:
> 
> Hi Henry,
> 
> On 01/08/2023 04:44, Henry Wang wrote:
>> From: Wei Chen <wei.c...@arm.com>
>> We want to reuse head.S for MPU systems, but there are some
>> code are implemented for MMU systems only. We will move such
>> code to another MMU specific file. But before that we will
>> do some indentations fix in this patch to make them be easier
>> for reviewing:
>> 1. Fix the indentations and incorrect style of code comments.
>> 2. Fix the indentations for .text.header section.
>> 3. Rename puts() to asm_puts() for global export
>> Signed-off-by: Wei Chen <wei.c...@arm.com>
>> Signed-off-by: Penny Zheng <penny.zh...@arm.com>
>> Signed-off-by: Henry Wang <henry.w...@arm.com>
> 
> With one remark below:
> 
> Reviewed-by: Julien Grall <jgr...@amazon.com>

Thanks! I have taken this tag with...

> 
>> 
>>  -/* Print early debug messages.
>> +/*
>> + * Print early debug messages.
>> + * Note: This function is only supposed to be called from assembly.
> 
> I realize the wording is just a copy of what I wrote earlier on. But I would 
> use 'must' as this is a stronger than 'is supposed to'.

…this fixed locally.

> 
> This can be dealt on commit if there is nothing else to change.

Either way works for me, maybe you can add this patch to your queue
for your next round of committing. If I don’t see this patch being committed
by the time when I send v5, I will keep this patch in the v5 series and send
it with your Reviewed-by tag.

Kind regards,
Henry

> 
> Cheers,
> 
> -- 
> Julien Grall


Reply via email to