
21 Jan
2016
21 Jan
'16
8:59 a.m.
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass sjg@chromium.org wrote:
Add a uclass for the northbridge / SDRAM controller found on some older Intel chipsets.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@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!