Yanhong Wang
22c2402737
cache: starfive: Add StarFive JH7110 support
...
This adds support for the StarFive JH7110 SoC which also
feature this SiFive cache controller.
Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com >
Tested-by: Conor Dooley <conor.dooley@microchip.com >
2023-04-20 16:08:44 +08:00
Yanhong Wang
218534153e
riscv: cpu: jh7110: Add support for jh7110 SoC
...
Add StarFive JH7110 SoC to support RISC-V arch.
Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com >
Reviewed-by: Rick Chen <rick@andestech.com >
Tested-by: Conor Dooley <conor.dooley@microchip.com >
2023-04-20 16:08:44 +08:00
Patrick Delaunay
0d5bd362f6
configs: stm32mp15: set CONFIG_USB_HUB_DEBOUNCE_TIMEOUT=2s
...
With some USB devices connected on USB HUB for the STMicroelectronics
boards, set the usb_pgood_delay=2 is not enough to ensure a correct
detection for all cases; but it is solved with USB_HUB_DEBOUNCE_TIMEOUT=2s.
For example, issue encountered with the USB flash disk:
ID 058f:6387 Alcor Micro Corp. Flash Drive
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2023-04-19 10:10:17 +02:00
Rasmus Villemoes
daf07215e8
stm32mp: fix various array bounds checks
...
In all these cases, the index on the LHS is immediately afterwards
used to access the array appearing in the ARRAY_SIZE() on the RHS - so
if that index is equal to the array size, we'll access
one-past-the-end of the array.
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
2023-04-19 10:02:28 +02:00
Christophe Kerello
bb03520098
mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
...
Remove the EDO mode support from as the FMC2 controller does not
support the feature.
Signed-off-by: Christophe Kerello <christophe.kerello@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2023-04-19 10:01:42 +02:00
Christophe Kerello
fa998c8aea
ARM: dts: stm32: add FMC support on STM32MP13x SoC family
...
Add FMC support on STM32MP13x SoC family.
Signed-off-by: Christophe Kerello <christophe.kerello@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2023-04-19 09:59:36 +02:00
Patrick Delaunay
d6fe59b781
configs: stm32mp15: increase malloc size for pre-reloc
...
The early malloc usage increased so the associated defined
CONFIG_SYS_MALLOC_F_LEN need to be increased.
For example, for stm32mp15_defconfig and
stm32mp157c-dk2-scmi.dtsi, we have:
Early malloc usage: 280b8 / 80000
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2023-04-19 09:54:54 +02:00
Patrice Chotard
acf9f03634
spi: stm32_qspi: Remove useless struct stm32_qspi_flash
...
Currently, in stm32_qspi_claim_bus(), QSPI_CR and QSPI_DCR registers
are saved in stm32_ospi_flash struct on first flash memory initialization
and restored on each flash accesses.
As the logic of spi-uclass.c changed since 'commit 741280e9ac
("spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic")'
set_speed() and set_mode() callbacks are called systematically when bus
speed or bus mode need to be updated, QSPI_CR and QSPI_DCR registers are
set accordingly.
So stm32_qspi_claim_bus() can be updated by removing QSPI_CR and QSPI_DCR
save/restore code and struct stm32_ospi_flash can be removed as well.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com >
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
2023-04-19 09:52:42 +02:00
Patrice Chotard
60edabc0a3
ARM: dts: stm32: Add QSPI support on STM32MP13x SoC family
...
Add QSPI support on STM32MP13x SoC family
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com >
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
2023-04-19 09:51:49 +02:00
Patrice Chotard
bff0d846c7
pinctrl: pinctrl_stm32: Add slew rate support for stm32_pinctrl_get_pin_muxing()
...
For debug purpose, it should be useful to indicate the slew rate for
each pins.
Add ospeed register information for pins which are configured in
either alternate function or gpio output.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com >
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
2023-04-19 09:50:32 +02:00
Patrice Chotard
ac31663c9c
configs: stm32mp13: Increase usb_pgood_delay for ST boards
...
With some USB device, the current usb_pgood_delay value is not long
enough to ensure a correct detection.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com >
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
2023-04-19 09:45:34 +02:00
Patrice Chotard
7950b1dcf1
configs: stm32mp15: Add usb_pgood_delay for ST boards
...
Add usb_pgood_delay to ensure a correct detection of USB devices.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com >
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
2023-04-19 09:45:33 +02:00
Lionel Debieve
0d5990a242
watchdog: arm_smc_wdt: add watchdog support
...
Implement a ARM SMCCC based driver that allow to use
a secure watchdog on the platform.
Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com >
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Stefan Roese <sr@denx.de >
Tested-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
2023-04-18 08:42:43 +02:00
Sergei Antonov
6e44bb0c10
watchdog: ftwdt010: return a previously deleted driver now ported to DM
...
The ftwdt010 watchdog driver was deleted by
commit 11232139e3 ("nds32: Remove the architecture")
Return it to the codebase in a DM compatible form. Enable it in
sandbox_defconfig to test compilability.
Another platform using ftwdt010 will be submitted later.
Signed-off-by: Sergei Antonov <saproj@gmail.com >
Reviewed-by: Stefan Roese <sr@denx.de >
2023-04-18 08:42:43 +02:00
ETIENNE DUBLE
89c4fecd9b
watchdog: Add a watchdog driver for Raspberry Pi boards
...
This driver supports the bcm2835 watchdog found on
Raspberry Pi boards.
It is derived from the Linux driver and was tested
on two Raspberry Pi board versions (B+ and 3B+).
Signed-off-by: Etienne Dublé <etienne.duble@imag.fr >
Reviewed-by: Stefan Roese <sr@denx.de >
2023-04-18 08:42:43 +02:00
Tom Rini
454712f67c
Merge tag 'u-boot-amlogic-20230417' of https://source.denx.de/u-boot/custodians/u-boot-amlogic
...
- Add initial support for BPI-CM4
- Spring Cleanup of Amlogic board documentation
- add support for BananaPi M2-Pro
- add support for BananaPi M2S
- add support for Radxa Zero2
- add support for WeTek Hub and WeTek Play2
- switch LibreTech-CC v2 and WeTek Core2 to EE powerdomain
- add support for Beelink GT1 Ultimate
2023-04-17 16:32:17 -04:00
Tom Rini
5db4972a5b
Merge tag 'u-boot-nand-20230417' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash
...
Pull request for u-boot-nand-20230417
The first two patches are by Frieder Schrempf who joins as a reviewer for
the SPI NAND framework and drivers.
The following 2 patches are by Linus Walleij and are taken by the series
"Add Broadcom Northstar basic support".
Bin Meng makes static a list for octeontx.
Francesco Dolcini specifies MTD partitions on command line for
colibri-{imx6ull,imx7}.
2023-04-17 10:47:33 -04:00
Karl Chan
411d6af8b6
doc: boards: amlogic: add documentation for Beelink GT1 Ultimate
...
Add build instructions for the Beelink GT1 Ultimate board.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Signed-off-by: Karl Chan <exxxxkc@getgoogleoff.me >
Link: https://lore.kernel.org/r/8760391a-3506-5ac5-8d55-92c23cccff44@yahoo.com
[narmstrong: fixed MAINTAINERS indentation, added doc to index]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Karl Chan
67197e0a07
boards: amlogic: add Beelink GT1 Ultimate defconfig
...
Add configuration for the Beelink GT1 Ultimate board.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Signed-off-by: Karl Chan <exxxxkc@getgoogleoff.me >
Link: https://lore.kernel.org/r/e3c87efd-4ac1-24a7-503d-71669aae5177@yahoo.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Karl Chan
00b3a0b872
ARM: dts: add support for Beelink GT1 Ultimate
...
Import the device-tree from linux-amlogic/for-next (Linux 6.3-rc1).
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Signed-off-by: Karl Chan <exxxxkc@getgoogleoff.me >
Link: https://lore.kernel.org/r/f5a8db4e-b2d0-e00a-cc4f-01a4f794c761@yahoo.com
[narmstrong: fixed imported dt file]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
605741c820
boards: amlogic: switch LibreTech-CC v2 and WeTek Core2 to EE powerdomain
...
The LibreTech-CC (LePotato) v2 and WeTek Core2 boards are still using
the older GX VPU powerdomain driver. Update their configs to use the
newer EE driver like other Amlogic boards [0].
[0] https://lore.kernel.org/all/20201106101901.2472557-5-narmstrong@baylibre.com/T/#u
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230326060625.2734090-1-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
e28468076b
doc: boards: amlogic: add documentation for WeTek Hub and WeTek Play2
...
Add build instructions for the WeTek Hub and WeTek Play2 boards.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-15-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
4e50444dd0
boards: amlogic: add WeTek Hub and WeTek Play2 defconfig
...
Add configurations for the WeTek Hub and WeTek Play2 boards.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-14-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
67d5128df9
ARM: dts: add support for WeTek Hub and WeTek Play2
...
Import the dts files from linux-amlogic/for-next (Linux 6.4-rc1) and
add the old PHY reset bindings for dwmac to the u-boot.dtsi until we
support the new bindings in the PHY node. Without this the PHY is not
functional in u-boot or Linux.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-13-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
1aaab6d700
doc: boards: amlogic: add documentation for Radxa Zero2
...
Add build docs for the Radxa Zero2 board.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-12-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
00fa30b607
boards: amlogic: add Radxa Zero2 defconfig
...
Add board configuration for the Radxa Zero2.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-11-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
734ed0becc
ARM: dts: add support for Radxa Zero2
...
Import the device-tree from linux-amlogic/for-next (Linux 6.4-rc1)
to support the Radxa-Zero2 board.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-10-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
648ba969df
docs: boards: amlogic: add documentation for BananaPi M2S
...
Add build docs for the BPI-M2S board.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-9-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
ed750a9bba
boards: add BananaPi M2S defconfig
...
Add configuration for the Bananapi BPI-M2S.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-8-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
a97e479120
ARM: dts: add support for BananaPi M2S
...
Import the device-tree from linux-amlogic/for-next (Linux 6.4-rc1)
and omit the NPU node from the A311D board variant dts as this is
not supported under U-Boot.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-7-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
6aadeb6b16
docs: boards: amlogic: add documentation for BananaPi M2-Pro
...
Add build docs for the BPI-M2-PRO board.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-6-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
767bf58236
boards: add BananaPi M2-Pro defconfig
...
Add configuration for the BananaPi M2-Pro board.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-5-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
7b95660dfc
ARM: dts: add support for BananaPi M2-Pro
...
Import the board dts from the linux-amlogic/for-next (6.4-rc1)
branch. This involves spliting the BPI-M5 dts into a dtsi and
then reusing this for the M2-Pro.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-4-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
378a1d9658
docs: boards: amlogic: add bananapi-m5 to u200 maintainer file
...
The bananapi-m5 docs are missing from the file, so add them.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230323143142.780306-2-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
8d5d623a9d
doc: boards: amlogic: add documentation for ODROID-HC4
...
Add separate documentation for the ODROID-HC4 board to ensure
users build U-Boot using the HC4 defconfig that enables PCIe
SATA boot. This avoids user frustration trying to boot after
using the C4 recipe which only works from SD card.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-34-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
a97557fd7e
doc: boards: amlogic: add documentation for GS-King-X
...
GS-King-X is also supported with the beelink-s922x FIP sources and can use
the GT-King defconfig. Add a board document with instructions.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-33-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
e47d45b9b3
doc: boards: amlogic: add documentation for BananaPi M5
...
Add missing build documentation for the BPI-M5 board.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-32-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
efe2c39cd1
doc: boards: amlogic: add documentation for BananaPi CM4IO
...
Add build instructions for the BananaPi BPI-CM4IO carrier board with
BPI-CM4 module.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-31-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
78ad3f766e
doc: boards: amlogic: update documentation for WeTek Core2
...
Improve documentation.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-30-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
feacbb1586
doc: boards: amlogic: update documentation for W400
...
Improve documentation.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-29-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
db7b053e69
doc: boards: amlogic: update documentation for U200
...
Improve Documentation.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-28-christianshewitt@gmail.com
[narmstrong: fixed doc build, add commit msg]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
4b9d6f3053
doc: boards: amlogic: update documentation for SEI610
...
Improve documentation.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-27-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
d1f366f5c2
doc: boards: amlogic: update documentation for SEI510
...
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-26-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
1437ff3b95
doc: boards: amlogic: update documentation for S400
...
Improve documentation.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-25-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
16fa2c4238
doc: boards: amlogic: update documentation for Radxa Zero
...
Improve documentation.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-24-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
da8d658093
doc: boards: amlogic: update documentation for Q200
...
Improve documentation.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-23-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
80d83f69c0
doc: boards: amlogic: update documentation for P201
...
Improve documentation. Notably we can now support U-Boot install to
the internal eMMC storage in addition to SD cards.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-22-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
4b5bc8b9e3
doc: boards: amlogic: update documentation for P200
...
Improve documentation. Notably we can now support U-Boot install to
the internal eMMC storage in addition to SD cards.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-21-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
16ea7fcb4e
doc: boards: amlogic: update documentation for ODROID-N2L
...
Improve documentation.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-20-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00
Christian Hewitt
eb92a00d1f
doc: boards: amlogic: update documentation for ODROID-N2/N2+
...
Improve documentation. Notably mention the ODROID-N2+ and the option
to use FDTDIR not FDT for automatic device-tree selection.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com >
Link: https://lore.kernel.org/r/20230320114609.930145-19-christianshewitt@gmail.com
[narmstrong: fixed doc build]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-04-17 11:06:08 +02:00