]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-uniphier/boot-mode/boot-device.h
ARM: uniphier: add PH1-LD20 SoC support
[people/ms/u-boot.git] / arch / arm / mach-uniphier / boot-mode / boot-device.h
1 /*
2 * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7 #ifndef _ASM_BOOT_DEVICE_H_
8 #define _ASM_BOOT_DEVICE_H_
9
10 struct boot_device_info {
11 u32 type;
12 char *info;
13 };
14
15 u32 uniphier_sld3_boot_device(void);
16 u32 uniphier_ld4_boot_device(void);
17 u32 uniphier_pro5_boot_device(void);
18 u32 uniphier_pxs2_boot_device(void);
19 u32 uniphier_ld20_boot_device(void);
20
21 void uniphier_sld3_boot_mode_show(void);
22 void uniphier_ld4_boot_mode_show(void);
23 void uniphier_pro5_boot_mode_show(void);
24 void uniphier_pxs2_boot_mode_show(void);
25 void uniphier_ld20_boot_mode_show(void);
26
27 u32 spl_boot_device_raw(void);
28
29 #endif /* _ASM_BOOT_DEVICE_H_ */