coreboot/src
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
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch arch/x86/exception: Improve the readability of a comment 2018-10-17 12:01:51 +00:00
commonlib commonlib/storage: Make pci sdhci code compile in romstage 2018-10-11 10:57:07 +00:00
console Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
cpu src: Move common IA-32 MSRs to <cpu/x86/msr.h> 2018-10-11 21:06:53 +00:00
device Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
drivers drivers/intel/fsp2_0: Add new config option to support FSP CAR 2018-10-17 06:06:49 +00:00
ec ec/google/chromeec: Add support for querying ec board id in smm stage 2018-10-11 23:58:10 +00:00
include console/post_codes: Add post codes for memory param prep callback 2018-10-18 12:46:06 +00:00
lib selfboot: remove bounce buffers 2018-10-11 17:42:41 +00:00
mainboard mb/lenovo/*/romstage: Use macros instead of magic numbers 2018-10-18 12:44:44 +00:00
northbridge nb/intel/x4x: Fix P45 CAPID max frequency 2018-10-15 12:51:31 +00:00
security vboot: do not extend PCRs on resume from S3 2018-10-17 12:04:58 +00:00
soc intel/common/block: Fix issue found by klockwork 2018-10-18 12:45:06 +00:00
southbridge mb/lenovo/*/romstage: Use macros instead of magic numbers 2018-10-18 12:44:44 +00:00
superio superio/ite/it8721f: Add SuperIO ACPI declarations 2018-08-21 14:45:36 +00:00
vendorcode vc/google/chromeos/ec: remove EC hibernate in cr50 update path 2018-10-15 13:56:01 +00:00
Kconfig src/Kconfig: Drop a superfluous word 2018-10-01 15:28:47 +00:00