commit | f1e3c763b3eef15dbfae73f485408a0dec230d00 | [log] [tgz] |
---|---|---|
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | Mon Dec 22 12:28:07 2014 +0200 |
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | Tue Jan 27 22:48:06 2015 +0100 |
tree | 28682b0d4ad36063b3612c8a774af868a3e55878 | |
parent | 91fac61240612291f7be3362f7acad31803e8b03 [diff] |
CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEM The name was always obscure and confusing. Instead define cbmem_top() directly in the chipset code for x86 like on ARMs. TODO: Check TSEG alignment, it used for MTRR programming. Change-Id: Ibbe5f05ab9c7d87d09caa673766cd17d192cd045 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7888 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>