aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-06-16 19:50:36 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2016-06-20 18:49:26 +0200
commite6bab8fb91aaf85fbd98a1a16b0b6b6bb3eabf62 (patch)
treef51a7d4b9ab5c70dd8d677c24bb7698f539b8a9c /src/cpu
parentd71cfd204109b66aef0fe233e1e78e3c840fed6d (diff)
amd/geode: Fix comment about ACPI S3
As RAMTOP gets removed, comment becomes inaccurate. Change-Id: Iaf25b88a4065d15c0c0682425b1d033e4a36590f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/15237 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/amd/geode_gx2/cache_as_ram.inc4
-rw-r--r--src/cpu/amd/geode_lx/cache_as_ram.inc4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/cpu/amd/geode_gx2/cache_as_ram.inc b/src/cpu/amd/geode_gx2/cache_as_ram.inc
index e0beba0b64..bd9de282a8 100644
--- a/src/cpu/amd/geode_gx2/cache_as_ram.inc
+++ b/src/cpu/amd/geode_gx2/cache_as_ram.inc
@@ -181,9 +181,7 @@ done_cache_as_ram_main:
__main:
post_code(POST_PREPARE_RAMSTAGE)
- /* TODO For suspend/resume the cache will have to live between
- * CONFIG_RAMBASE and CONFIG_RAMTOP
- */
+ /* TODO For suspend/resume low memory needs backup store. */
cld /* clear direction flag */
diff --git a/src/cpu/amd/geode_lx/cache_as_ram.inc b/src/cpu/amd/geode_lx/cache_as_ram.inc
index 9b34a6371c..cbc5cb817d 100644
--- a/src/cpu/amd/geode_lx/cache_as_ram.inc
+++ b/src/cpu/amd/geode_lx/cache_as_ram.inc
@@ -208,9 +208,7 @@ done_cache_as_ram_main:
__main:
post_code(POST_PREPARE_RAMSTAGE)
- /* TODO For suspend/resume the cache will have to live between
- * CONFIG_RAMBASE and CONFIG_RAMTOP
- */
+ /* TODO For suspend/resume low memory needs backup store. */
cld /* clear direction flag */