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

2016-01-21 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > Add a uclass for the northbridge / SDRAM controller found on some older > Intel chipsets. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: > - Drop unnecessary DECLARE_GLOBAL_DATA_PTR > > arch/x86/lib/Makefile

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

2016-01-17 Thread Simon Glass
Add a uclass for the northbridge / SDRAM controller found on some older Intel chipsets. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: - Drop unnecessary DECLARE_GLOBAL_DATA_PTR arch/x86/lib/Makefile | 1 + arch/x86/lib/northbridge-uclass.c | 15 +