coreboot/src/include/console
Furquan Shaikh 9706359fd8 console/post_codes: Add post codes for memory param prep callback
This change adds two new post codes to indicate start and end of
memory param preparation in callbacks to SoC/mainboard code:
1. 0x34: Start of memory preparation
2. 0x36: End of memory preparation

These post codes are already used in coreboot. This change just
ensures that the codes are defined in post_codes.h for easy lookup.

These post codes are useful if SoC/mainboard decides to do a reset of
the platform before returning back to memory initialization.

Change-Id: I065518caedb7943d960a8a5c8708823b8eb3246d
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/29150
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2018-10-18 12:46:06 +00:00
..
cbmem_console.h
console.h Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
flash.h
ne2k.h
post_codes.h console/post_codes: Add post codes for memory param prep callback 2018-10-18 12:46:06 +00:00
qemu_debugcon.h
spi.h Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
spkmodem.h
streams.h
uart.h
usb.h
vtxprintf.h