public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/3] initial support for the Videostrong KII Pro
@ 2023-05-07 12:42 Ferass El Hafidi
  2023-05-07 12:42 ` [PATCH v3 1/3] arm: dts: add support for " Ferass El Hafidi
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ferass El Hafidi @ 2023-05-07 12:42 UTC (permalink / raw)
  To: u-boot; +Cc: Ferass El Hafidi

The Videostrong KII Pro is a set-top box based on the Amlogic p201
reference board and with the following specification:
 * Amlogic S905 ARM Cortex-A53 quad-core SoC @ 1.5GHz
 * ARM Mali 450 GPU
 * 2GB DDR3 SDRAM
 * 16GB eMMC
 * Gigabit Ethernet
 * Broadcom BCM4335 WiFi and BT 4.0
 * HDMI 2.0 4K/60Hz display
 * 3x USB 2.0 host
 * 1x USB 2.0 otg
 * microSD
 * Infrared receiver
 * Blue LED
 * Red LED
 * Power button (case, front)
 * Reset button (underside)
 * DVB Card: DVB-S and DVB-T/C

Changes since v1:
 * Fix typo ("Boardcom" -> "Broadcom")
 * Remove duplicate "From:"

Changes since v2:
 * Update defconfig to work with U-Boot/master

Ferass El Hafidi (3):
  arm: dts: add support for Videostrong KII Pro
  boards: amlogic: add KII Pro defconfig
  doc: boards: amlogic: add documentation for KII Pro

 arch/arm/dts/Makefile                       |   1 +
 arch/arm/dts/meson-gxbb-kii-pro-u-boot.dtsi |  13 ++
 arch/arm/dts/meson-gxbb-kii-pro.dts         | 140 ++++++++++++++++++++
 board/amlogic/p200/MAINTAINERS              |   2 +
 configs/videostrong-kii-pro_defconfig       |  70 ++++++++++
 doc/board/amlogic/index.rst                 |   1 +
 doc/board/amlogic/videostrong-kii-pro.rst   | 112 ++++++++++++++++
 7 files changed, 339 insertions(+)
 create mode 100644 arch/arm/dts/meson-gxbb-kii-pro-u-boot.dtsi
 create mode 100644 arch/arm/dts/meson-gxbb-kii-pro.dts
 create mode 100644 configs/videostrong-kii-pro_defconfig
 create mode 100644 doc/board/amlogic/videostrong-kii-pro.rst

-- 
2.40.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-13 10:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-07 12:42 [PATCH v3 0/3] initial support for the Videostrong KII Pro Ferass El Hafidi
2023-05-07 12:42 ` [PATCH v3 1/3] arm: dts: add support for " Ferass El Hafidi
2023-05-07 12:42 ` [PATCH v3 2/3] boards: amlogic: add KII Pro defconfig Ferass El Hafidi
2023-05-07 12:42 ` [PATCH v3 3/3] doc: boards: amlogic: add documentation for KII Pro Ferass El Hafidi
2023-05-10 12:26 ` [PATCH v3 0/3] initial support for the Videostrong " Neil Armstrong
2023-05-11  8:40 ` Neil Armstrong
2023-05-13  9:59   ` Ferass EL HAFIDI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox