coreboot/src
Julius Werner a31887b804 nyan: Slightly change the way SDRAM parameter files are set up
This patch slightly revises the way the dynamic SDRAM parameter tables
are stored in the source tree for nyan and nyan_big. The parameter files
are named sdram-<vendor>-<size>-<freq>.inc (moving frequency last so
that files that belong to the same board/ram_code will be together in
directory listings). There is also an sdram-unused.inc file that
contains an empty "dummy" configuration for unused ram_codes. The
inclusion list in sdram_configs.c is annotated with comments to avoid
confusion about which line corresponds to which ram_code.

Also added another check for MemoryType to sdram_init(), just to be
sure.

BUG=None
TEST=Built and booted Nyan and Nyan_Big successfully.

Change-Id: If1406b8d36a37283701c5c272137b34f4324636f
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/185286
Reviewed-by: David Hendricks <dhendrix@chromium.org>
2014-02-08 06:32:40 +00:00
..
arch arm: Put assembly functions into separate sections 2014-01-29 21:33:41 +00:00
console ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
cpu chromeos: provide stub functions for !CONFIG_VBOOT_VERIFY_FIRMWARE 2014-02-04 23:05:32 +00:00
device pnp: Allow setting of misc register 0xf4 in device tree 2013-12-20 00:37:38 +00:00
drivers Haswell/falco/peppy/slippy: continue to clean up FUI. 2013-12-19 01:17:37 +00:00
ec chromeec: add function to reboot on unexpected image 2014-01-10 00:11:54 +00:00
include baytrail: snapshot power state in romstage 2014-01-09 20:15:55 +00:00
lib chromeos: provide stub functions for !CONFIG_VBOOT_VERIFY_FIRMWARE 2014-02-04 23:05:32 +00:00
mainboard nyan: Slightly change the way SDRAM parameter files are set up 2014-02-08 06:32:40 +00:00
northbridge haswell: Allow pre-graphics delay 2014-01-25 02:03:21 +00:00
soc nyan: Slightly change the way SDRAM parameter files are set up 2014-02-08 06:32:40 +00:00
southbridge chromeos: provide stub functions for !CONFIG_VBOOT_VERIFY_FIRMWARE 2014-02-04 23:05:32 +00:00
superio pnp: Allow setting of misc register 0xf4 in device tree 2013-12-20 00:37:38 +00:00
vendorcode chromeos: provide stub functions for !CONFIG_VBOOT_VERIFY_FIRMWARE 2014-02-04 23:05:32 +00:00
Kconfig armv8: add support for armv8 cpu 2014-01-07 02:48:47 +00:00