diff --git a/Documentation/Intel/development.html b/Documentation/Intel/development.html index a36acaa56a..a2ba2781e0 100644 --- a/Documentation/Intel/development.html +++ b/Documentation/Intel/development.html @@ -97,6 +97,7 @@
  • Disable the Shadow ROM
  • +
  • Enable CONFIG_DISPLAY_MTRRS to verify the MTRR configuration
  • Implement the .init routine for the chip operations @@ -115,6 +116,7 @@ Implement the memory map
  • +
  • coreboot should now attempt to load the payload
  • @@ -184,6 +186,20 @@ coreboot displays the memory map correctly during the BS_WRITE_TABLES state + + MTRRs + + Set values: src/drivers/intel/fsp1_1/stack.c/setup_stack_and_mtrrs
    + Load values: src/drivers/intel/fsp1_1/after_raminit.S + + Set: Post code 0x91 + (POST_FSP_TEMP_RAM_EXIT) + is displayed by + after_raminit.S
    + Load: Post code 0x3C is displayed by + after_raminit.S
    + and CONFIG_DISPLAY_MTRRS=y displays the correct memory regions + PCI Device Support Implement a PCI device driver