Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45699 )
Change subject: ironlake: Add support for x86_64 ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/45699/1/src/cpu/intel/model_2065x/K... File src/cpu/intel/model_2065x/Kconfig:
https://review.coreboot.org/c/coreboot/+/45699/1/src/cpu/intel/model_2065x/K... PS1, Line 12: select ARCH_BOOTBLOCK_X86_32 if !ARCH_EXP_X86_64 : select ARCH_VERSTAGE_X86_32 if !ARCH_EXP_X86_64 : select ARCH_ROMSTAGE_X86_32 if !ARCH_EXP_X86_64 : select ARCH_RAMSTAGE_X86_32 if !ARCH_EXP_X86_64 : select ARCH_BOOTBLOCK_X86_64 if ARCH_EXP_X86_64 : select ARCH_VERSTAGE_X86_64 if ARCH_EXP_X86_64 : select ARCH_ROMSTAGE_X86_64 if ARCH_EXP_X86_64 : select ARCH_RAMSTAGE_X86_64 if ARCH_EXP_X86_64 This could be more concise... CB:45730 and CB:45731 should help.