Skip to content

Commit 3b8e421

Browse files
configs: remove rv1109 support
Signed-off-by: Joseph Chen <[email protected]> Change-Id: I529d79c2e2d2344a51714c39375458005d931e38
1 parent 2031371 commit 3b8e421

File tree

5 files changed

+13
-187
lines changed

5 files changed

+13
-187
lines changed

configs/README.rockchip

Lines changed: 13 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ All platform defconfigs of Rockchip SDK
1212
|-----------------------|-----------------------------|
1313
| rv1126 | rv1126_defconfig |
1414
|-----------------------|-----------------------------|
15-
| rv1109 | rv1109.config |
16-
|-----------------------|-----------------------------|
1715
| rk1806 | rk1806_defconfig |
1816
|-----------------------|-----------------------------|
1917
| rk1808 | rk1808_defconfig |
@@ -53,68 +51,36 @@ All platform defconfigs of Rockchip SDK
5351
There is BASE_DEFCONFIG configure to indicate the base defconfig of it.
5452

5553
Usage example:
56-
./make.sh rv1109
54+
./make.sh rv1126-emmc-tb
5755

58-
It equals: make rv1126_defconfig rv1109.config && make.
56+
It equals: make rv1126_defconfig rv1126-emmc-tb.config && make.
5957

6058

61-
All rv1126 & rv1109 defconfigs
59+
All rv1126 defconfigs
6260
==============================
6361

6462
rv1126_defconfig
6563
----------------
66-
It provides the full features that what we want on rv1126.
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.
6769

6870
rv1126-emmc-tb.config
6971
---------------------
70-
It provides the thunder boot feature on eMMC board of rv1126.
71-
"tb": thunder-boot.
72+
Thunder boot feature on eMMC board.
7273

7374
rv1126-spi-nor-tb.config
7475
------------------------
75-
Similar to rv1126-emmc-tb.config, it provides the thunder boot feature on spi nor
76-
board of rv1126.
76+
Thunder boot feature on SPI Nor board.
7777

7878
rv1126-usbplug.config
7979
---------------------
80-
It provides the open source usbplug support by U-Boot project.
81-
82-
There is ./usbplug.bin after compilation, that can be used to replace the usbplug
83-
file in the rkbin project.
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.
8482

8583
rv1126-ramboot.config
8684
---------------------
87-
It provides the ram boot features on rv1126, only U-Boot proper is build.
88-
89-
rv1126-mini-template_defconfig
90-
------------------------------
91-
It provides a template to generate <u-boot.bin> with small size for eMMC board with
92-
some basic features, developer is easy to enable/disable more features base on it.
93-
94-
If developer wants to get a even smaller u-boot.bin, try to disable the following
95-
configurations accordding to board requirement.
96-
97-
[*] Remove Power(15KB):
98-
# CONFIG_DM_PMIC is not set
99-
# CONFIG_DM_REGULATOR is not set
100-
# CONFIG_DM_REGULATOR_FIXED is not set
101-
# CONFIG_DM_PWM is not set
102-
# CONFIG_DM_I2C is not set
103-
104-
[*] Remove USB(55KB):
105-
# CONFIG_USB is not set
106-
# CONFIG_PHY_ROCKCHIP_NANENG_USB2 is not set
107-
108-
- No USB is available that U-Boot fallbacks to bootrom download mode with Menu key.
109-
- Recovery key is always used to enter recovery boot mode.
110-
111-
[*] Remove Command-interface(33KB):
112-
# CONFIG_CMDLINE is not set
113-
CONFIG_U_BOOT_CMD_ALWAYS=y
114-
115-
- Only the command that with U_BOOT_CMD_ALWAYS() delcared is available.
116-
117-
rv1109-[...].config
118-
-------------------
119-
It provides the almost features the same as rv1126-[...]_defconfig.
85+
Ram boot features on rv1126, only U-Boot proper is build.
12086

configs/rv1109-emmc-tb.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

configs/rv1109-spi-nor-tiny.config

Lines changed: 0 additions & 6 deletions
This file was deleted.

configs/rv1109.config

Lines changed: 0 additions & 6 deletions
This file was deleted.

configs/rv1126-mini-template_defconfig

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)