projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prepare v2024.10
[platform/kernel/u-boot.git]
/
arch
/
x86
/
lib
/
northbridge-uclass.c
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* Copyright (c) 2015 Google, Inc
4
* Written by Simon Glass <sjg@chromium.org>
5
*/
6
7
#include <dm.h>
8
#include <dm/root.h>
9
10
UCLASS_DRIVER(northbridge) = {
11
.id = UCLASS_NORTHBRIDGE,
12
.name = "northbridge",
13
};