[U-Boot] [PATCH v2 09/55] dm: x86: Add a northbridge uclass

Bin Meng bmeng.cn at gmail.com
Thu Jan 21 08:59:27 CET 2016


On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass <sjg at chromium.org> wrote:
> Add a uclass for the northbridge / SDRAM controller found on some older
> Intel chipsets.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2:
> - Drop unnecessary DECLARE_GLOBAL_DATA_PTR
>
>  arch/x86/lib/Makefile             |  1 +
>  arch/x86/lib/northbridge-uclass.c | 15 +++++++++++++++
>  include/dm/uclass-id.h            |  1 +
>  3 files changed, 17 insertions(+)
>  create mode 100644 arch/x86/lib/northbridge-uclass.c
>

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


More information about the U-Boot mailing list