coreboot/payloads/libpayload/arch
Vadim Bendebury c89ecee5dd libpayload: arm: add code to clear bss
This adds some assembly code to clear .bss segment. It might have been
already cleared by the loader, but it is not guaranteed. This also
helps when the program is loaded by the debugger.

BUG=none
TEST=observed that .bss is now initialized when the program is
     restarted. Verified correct boundaries of the segment.

Change-Id: I0aed0070da53881e4cf8c27049459040c006e765
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/201784
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Reviewed-by: Trevor Bourget <tbourget@codeaurora.org>
2014-06-05 04:16:04 +00:00
..
arm libpayload: arm: add code to clear bss 2014-06-05 04:16:04 +00:00
x86 libpayload: Provide selfboot function. 2014-05-15 05:26:29 +00:00
Config.in ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00