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 include/console: Use IS_ENABLED() macro 2017-05-22 11:07:57 +02:00
console.h Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
flash.h console/flashsconsole: Add spi flash console for debugging 2017-06-04 18:44:56 +02:00
ne2k.h arch/x86: Drop leftover ROMCC console support 2018-06-08 03:31:12 +00:00
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 include/console: Use IS_ENABLED() macro 2017-05-22 11:07:57 +02:00
spi.h Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
spkmodem.h include/console: Use IS_ENABLED() macro 2017-05-22 11:07:57 +02:00
streams.h console: Add write line routine 2016-08-10 22:30:19 +02:00
uart.h drivers/uart: Add helper function to allow bit-banging 2018-04-26 01:19:13 +00:00
usb.h usbdebug: Fix init and add support for postcar 2017-09-14 12:26:18 +00:00
vtxprintf.h src/include: Add space after comma 2017-03-09 17:19:16 +01:00