summaryrefslogtreecommitdiff
path: root/arch/x86/lib/fsp/fsp_dram.c
Commit message (Collapse)AuthorAgeLines
* x86: Reserve PCIe ECAM address range in the E820 tableBin Meng2015-07-28-0/+6
| | | | | | | | We should mark PCIe ECAM address range in the E820 table as reserved otherwise kernel will not attempt to use ECAM. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
* x86: Make CAR and DRAM FSP code commonSimon Glass2015-02-05-0/+81
For now this code seems to be the same for all FSP platforms. Make it common until we see what differences are required. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>