Attention is currently required from: Nico Huber, Arthur Heymans, Kyösti Mälkki. Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55436 )
Change subject: device: Add fixed_mem_resource64() ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: I mean, if you just want to be able to submit your next patch, you can simply have coccinelle rewrite all expressions to `fixed_mem_resource(..., (<whatever was there before>) / KiB)` (that's how I have been writing arguments to these functions for a while anyway to make it more immediately visible what the actual value is and that the argument is expected in kilobytes). If instead we think that using kilobytes there is bad and confusing anyway and we should just use 64-bits everywhere, why not rewrite the existing API to do that with coccinelle? I think having two separate APIs side by side with no good reason for which version should be used in what situation is confusing.