u-boot-brain/arch/x86/cpu/baytrail
Bin Meng be3f06bcc4 x86: dm: Clean up cpu drivers
This commit does the following to clean up x86 cpu dm drivers:
- Move cpu_x86 driver codes from arch/x86/cpu/cpu.c to a dedicated
  file arch/x86/cpu/cpu_x86.c
- Rename x86_cpu_get_desc() to cpu_x86_get_desc() to keep consistent
  naming with other dm drivers
- Add a new cpu_x86_bind() in the cpu_x86 driver which does exactly
  the same as the one in the intel baytrail cpu driver
- Update intel baytrail cpu driver to use cpu_x86_get_desc() and
  cpu_x86_bind()

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-07-14 18:03:15 -06:00
..
cpu.c x86: dm: Clean up cpu drivers 2015-07-14 18:03:15 -06:00
early_uart.c x86: Add a x86_ prefix to the x86-specific PCI functions 2015-04-16 19:27:41 -06:00
fsp_configs.c x86: Add support for Intel Minnowboard Max 2015-02-06 12:07:39 -07:00
Kconfig x86: Add support for Intel Minnowboard Max 2015-02-06 12:07:39 -07:00
Makefile x86: Add a CPU driver for baytrail 2015-04-30 16:13:50 -06:00
pci.c x86: baytrail: pci region 3 is not always mapped to end of ram 2015-06-04 03:03:18 -06:00
valleyview.c x86: Remove unwanted MMC debugging 2015-04-29 21:02:32 -06:00