Patrick Rudolph has uploaded a new patch set (#9) to the change originally created by Patrick Rudolph. ( https://review.coreboot.org/c/coreboot/+/32375 )
Change subject: postcar_loader: Use size_t ......................................................................
postcar_loader: Use size_t
To make it easier to pop arguments from stack use size_t instead of int. On AMD64 it's not possible to pop 32bit values from stack, thus use the native integer size to allow the use of a single instruction. This is a noop on x86_32.
Change-Id: I226f79eaea425229eb2e3d9b9a312c9bf47d3b6a Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/arch/x86/postcar_loader.c 1 file changed, 3 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/32375/9