summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/early_init.c
Commit message (Collapse)AuthorAgeLines
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-16-28/+30
| | | | | | | | | | | | These functions currently use a generic name, but they are for x86 only. This may introduce confusion and prevents U-Boot from using these names more widely. In fact it should be possible to remove these at some point and use generic functions, but for now, rename them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
* x86: ivybridge: Add early init for PCH devicesSimon Glass2014-11-21-0/+145
Many PCH devices are hard-coded to a particular PCI address. Set these up early in case they are needed. Signed-off-by: Simon Glass <sjg@chromium.org>