commit | 0140541f5003e173baac08f4719c285936795e76 | [log] [tgz] |
---|---|---|
author | Raul E Rangel <rrangel@chromium.org> | Mon Jun 25 14:22:27 2018 -0600 |
committer | Martin Roth <martinroth@google.com> | Wed Jun 27 22:11:20 2018 +0000 |
tree | 9e33e78dc15132b46af8a737a42b0cc223b5f3c8 | |
parent | dd549e117588472d11b10e0b1287a0e19377b844 [diff] |
smm: Make local variables relative to ebp This reduces the cognitive overhead of referencing locals via esp since it changes with every push. BUG=b:80539294 TEST=built and booted on grunt. Change-Id: Ib7eb98ce3483d4fc803696c1b2496d8384317536 Signed-off-by: Raul E Rangel <rrangel@chromium.org> Reviewed-on: https://review.coreboot.org/27225 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>