mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00
rockchip: add common header boot0.h and gpio.h for soc
boot0.h and gpio.h will be used by system and include by 'asm/arch/', each of them need of a copy from 'asm/arch-rockchip'. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
8d7f06bbbe
commit
93557bd260
18 changed files with 198 additions and 0 deletions
11
arch/arm/include/asm/arch-rk3036/boot0.h
Normal file
11
arch/arm/include/asm/arch-rk3036/boot0.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_BOOT0_H__
|
||||||
|
#define __ASM_ARCH_BOOT0_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/boot0.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3036/gpio.h
Normal file
11
arch/arm/include/asm/arch-rk3036/gpio.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_GPIO_H__
|
||||||
|
#define __ASM_ARCH_GPIO_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/gpio.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3128/boot0.h
Normal file
11
arch/arm/include/asm/arch-rk3128/boot0.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_BOOT0_H__
|
||||||
|
#define __ASM_ARCH_BOOT0_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/boot0.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3128/gpio.h
Normal file
11
arch/arm/include/asm/arch-rk3128/gpio.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_GPIO_H__
|
||||||
|
#define __ASM_ARCH_GPIO_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/gpio.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3188/boot0.h
Normal file
11
arch/arm/include/asm/arch-rk3188/boot0.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_BOOT0_H__
|
||||||
|
#define __ASM_ARCH_BOOT0_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/boot0.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3188/gpio.h
Normal file
11
arch/arm/include/asm/arch-rk3188/gpio.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_GPIO_H__
|
||||||
|
#define __ASM_ARCH_GPIO_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/gpio.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk322x/boot0.h
Normal file
11
arch/arm/include/asm/arch-rk322x/boot0.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_BOOT0_H__
|
||||||
|
#define __ASM_ARCH_BOOT0_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/boot0.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk322x/gpio.h
Normal file
11
arch/arm/include/asm/arch-rk322x/gpio.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_GPIO_H__
|
||||||
|
#define __ASM_ARCH_GPIO_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/gpio.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3288/boot0.h
Normal file
11
arch/arm/include/asm/arch-rk3288/boot0.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_BOOT0_H__
|
||||||
|
#define __ASM_ARCH_BOOT0_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/boot0.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3288/gpio.h
Normal file
11
arch/arm/include/asm/arch-rk3288/gpio.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_GPIO_H__
|
||||||
|
#define __ASM_ARCH_GPIO_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/gpio.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3328/boot0.h
Normal file
11
arch/arm/include/asm/arch-rk3328/boot0.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_BOOT0_H__
|
||||||
|
#define __ASM_ARCH_BOOT0_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/boot0.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3328/gpio.h
Normal file
11
arch/arm/include/asm/arch-rk3328/gpio.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_GPIO_H__
|
||||||
|
#define __ASM_ARCH_GPIO_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/gpio.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3368/boot0.h
Normal file
11
arch/arm/include/asm/arch-rk3368/boot0.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_BOOT0_H__
|
||||||
|
#define __ASM_ARCH_BOOT0_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/boot0.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3368/gpio.h
Normal file
11
arch/arm/include/asm/arch-rk3368/gpio.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_GPIO_H__
|
||||||
|
#define __ASM_ARCH_GPIO_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/gpio.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3399/boot0.h
Normal file
11
arch/arm/include/asm/arch-rk3399/boot0.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_BOOT0_H__
|
||||||
|
#define __ASM_ARCH_BOOT0_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/boot0.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rk3399/gpio.h
Normal file
11
arch/arm/include/asm/arch-rk3399/gpio.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_GPIO_H__
|
||||||
|
#define __ASM_ARCH_GPIO_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/gpio.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rv1108/boot0.h
Normal file
11
arch/arm/include/asm/arch-rv1108/boot0.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_BOOT0_H__
|
||||||
|
#define __ASM_ARCH_BOOT0_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/boot0.h>
|
||||||
|
|
||||||
|
#endif
|
11
arch/arm/include/asm/arch-rv1108/gpio.h
Normal file
11
arch/arm/include/asm/arch-rv1108/gpio.h
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* (C) Copyright 2019 Rockchip Electronics Co., Ltd
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __ASM_ARCH_GPIO_H__
|
||||||
|
#define __ASM_ARCH_GPIO_H__
|
||||||
|
|
||||||
|
#include <asm/arch-rockchip/gpio.h>
|
||||||
|
|
||||||
|
#endif
|
Loading…
Add table
Reference in a new issue