[U-Boot] [PATCH v2 53/55] x86: Set up a shared syscon numbering schema

Bin Meng bmeng.cn at gmail.com
Thu Jan 21 09:03:00 CET 2016


On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass <sjg at chromium.org> wrote:
> Each system controller can have a number to identify it. It can then be
> accessed using syscon_get_by_driver_data(). Put this in a shared header
> file and update the only current user.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2:
> - Enable SYSCON and REGMAP for panther to avoid a build error
>
>  arch/x86/cpu/ivybridge/early_me.c   | 3 ++-
>  arch/x86/cpu/ivybridge/sdram.c      | 6 +++---
>  arch/x86/include/asm/cpu.h          | 9 +++++++++
>  configs/chromebox_panther_defconfig | 2 ++
>  4 files changed, 16 insertions(+), 4 deletions(-)
>

applied to u-boot-x86/master, thanks!


More information about the U-Boot mailing list