commit | 4d7a9234e696aa237dc83f0a24ba3837e1dc7aef | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:30 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:19 2019 +0800 |
tree | 29d92af5fbea9ec478d3ec4786d90ba9c1ac2cf0 | |
parent | 20af0ff1f4470d23befceabe167666cd03997096 [diff] |
x86: Add an option to control the position of SPL For Apollo Lake SPL is run from CAR (cache-as-RAM) which is in a different location from where SPL must be placed in ROM. In other words, although SPL runs before SDRAM is set up, it is not execute-in-place (XIP). Add a Kconfig option for the ROM position. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>