coreboot-kgpe-d16/payloads
Julius Werner 39c4bb0211 libpayload: Move GDB functions to stdlib.h
When GDB support is compiled in, halt() in libpayload will call
gdb_enter(). halt() is defined in <stdlib.h> and gdb_enter() in
<libpayload.h>. Usually files just include <libpayload.h> so this is not
a problem, but in some situatons a payload may just include <stdlib.h>
(or a file including it like <assert.h>), leading to an undeclared
identifier here. Move the GDB functions to <stdlib.h> to solve this.

Change-Id: I7b23b8ac9cd302aa6ef96f24565130490ac40071
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/25730
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-04-19 20:39:29 +00:00
..
bayou payloads: change coreboot to lowercase 2017-06-07 12:08:55 +02:00
coreinfo payloads/coreinfo: Free buffer before returning 2017-09-11 16:23:52 +00:00
external Use git HTTP URLs without `/p` in it 2018-04-17 10:38:06 +00:00
libpayload libpayload: Move GDB functions to stdlib.h 2018-04-19 20:39:29 +00:00
nvramcui payloads/nvramcui/payload.sh: Fix shellcheck warnings 2018-01-24 23:01:35 +00:00
Kconfig payloads: Add an option to compress secondary payloads 2018-02-10 23:57:06 +00:00
Makefile.inc payloads: Add an option to compress secondary payloads 2018-02-10 23:57:06 +00:00