xref: /OK3568_Linux_fs/u-boot/configs/README.rockchip (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1/*
2 * (C) Copyright 2020 Rockchip Electronics Co., Ltd
3 *
4 * SPDX-License-Identifier:     GPL-2.0+
5 */
6
7All platform defconfigs of Rockchip SDK
8=======================================
9
10	|-----------------------|-----------------------------|
11	|    rv1108             |    evb-rv1108_defconfig     |
12	|-----------------------|-----------------------------|
13	|    rv1126             |    rv1126_defconfig         |
14	|-----------------------|-----------------------------|
15	|    rk1806             |    rk1806_defconfig         |
16	|-----------------------|-----------------------------|
17	|    rk1808             |    rk1808_defconfig         |
18	|-----------------------|-----------------------------|
19	|    rk3036             |    rk3036_defconfig         |
20	|-----------------------|-----------------------------|
21	|    rk3128x            |    rk3128x_defconfig        |
22	|-----------------------|-----------------------------|
23	|    rk3126             |    rk3126_defconfig         |
24	|-----------------------|-----------------------------|
25	|    rk322x             |    rk322x_defconfig         |
26	|-----------------------|-----------------------------|
27	|    rk3288             |    rk3288_defconfig         |
28	|-----------------------|-----------------------------|
29	|    rk3368             |    rk3368_defconfig         |
30	|-----------------------|-----------------------------|
31	|    rk3328             |    rk3328_defconfig         |
32	|-----------------------|-----------------------------|
33	|    rk3399             |    rk3399_defconfig         |
34	|-----------------------|-----------------------------|
35	|    rk3399pro          |    rk3399pro_defconfig      |
36	|-----------------------|-----------------------------|
37	|    rk3399pro-npu      |    rknpu-lion_defconfig     |
38	|-----------------------|-----------------------------|
39	|    rk3308             |    rk3308_defconfig         |
40	|-----------------------|-----------------------------|
41	|    rk3308-aarch32     |    rk3308-aarch32_defconfig |
42	|-----------------------|-----------------------------|
43	|    px30               |    px30_defconfig           |
44	|-----------------------|-----------------------------|
45	|    rk3326             |    rk3326_defconfig         |
46	|-----------------------|-----------------------------|
47	|    rk3326-aarch32     |    rk3326-aarch32_defconfig |
48	|-----------------------|-----------------------------|
49
50	We add config fragment support for some platform the name like: foo.config.
51	There is BASE_DEFCONFIG configure to indicate the base defconfig of it.
52
53	Usage example:
54		./make.sh rv1126-emmc-tb
55
56		It equals: make rv1126_defconfig rv1126-emmc-tb.config && make.
57
58
59All rv1126 defconfigs
60==============================
61
62	rv1126_defconfig
63	----------------
64		Full features on rv1126.
65
66	rv1126-spi-nor-tiny_defconfig
67	-----------------------------
68		Tiny SPL & U-Boot image size with gzip compressed on SPI Nor board.
69
70	rv1126-emmc-tb.config
71	---------------------
72		Thunder boot feature on eMMC board.
73
74	rv1126-spi-nor-tb.config
75	------------------------
76		Thunder boot feature on SPI Nor board.
77
78	rv1126-usbplug.config
79	---------------------
80		Open source version of UsbPlug supported in U-Boot project.
81		There is a ./usbplug.bin after compilation to replace the usbplug in rkbin project.
82
83	rv1126-ramboot.config
84	---------------------
85		Ram boot features on rv1126, only U-Boot proper is build.
86
87