[PATCH] board: gateworks: venice: switch to 2-bank dram config

2023-06-23 Thread Tim Harvey
Switch to a 2-bank dram config to properly support 4GiB. Signed-off-by: Tim Harvey --- board/gateworks/venice/venice.c | 2 +- include/configs/imx8mm_venice.h | 9 + include/configs/imx8mn_venice.h | 9 + include/configs/imx8mp_venice.h | 9 + 4 files changed, 16

[PATCH] drivers: led: bcm6858: do not use null label to find the top

2023-06-23 Thread Philippe Reynes
This driver considers that a node with an empty label is the top. But the led class has changed, if a label is not provided for a led, the label is filed with the node name. So we update this driver to use a wrapper to manage the top led node. Signed-off-by: Philippe Reynes ---

Re: [PATCH v7 3/7] ARM: tegra: add SoC UID calculation function

2023-06-23 Thread Svyatoslav Ryhel
23 червня 2023 р. 17:25:32 GMT+03:00, Thierry Reding написав(-ла): >On Fri, Jun 23, 2023 at 02:46:54PM +0300, Svyatoslav Ryhel wrote: >> >> >> 23 червня 2023 р. 14:24:37 GMT+03:00, Thierry Reding >> написав(-ла): >> >On Fri, Jun 23, 2023 at 08:55:56AM +0300, Svyatoslav Ryhel wrote: >> >>

Re: Trying to boot custom kernel on Wink Hub (i.MX28)

2023-06-23 Thread Fabio Estevam
Hi Rogan, On Fri, Jun 23, 2023 at 11:25 AM Rogan Dawes wrote: > > I understand the importance now. No, I got to the same result with your dts > as with the evk one, crash after the usbcore modules were registered, and > then binary garbage on the console. On the dts I shared, the USB nodes

Re: Trying to boot custom kernel on Wink Hub (i.MX28)

2023-06-23 Thread Fabio Estevam
On Fri, Jun 23, 2023 at 11:35 AM Rogan Dawes wrote: > > Kernel output up until the crash: > > Starting kernel ... > > [0.00] Booting Linux on physical CPU 0x0 > [0.00] Linux version 6.4.0-rc6-00242-g1639fae5132b (rogan@vermin) > (arm-linux-gnueabi-gcc (Debian 10.2.1-6) 10.2.1

Re: [PATCH v7 4/7] board: asus: transformer: add ASUS Transformer T30 family support

2023-06-23 Thread Thierry Reding
On Fri, Jun 23, 2023 at 05:19:09PM +0300, Svyatoslav Ryhel wrote: > > > 23 червня 2023 р. 17:11:35 GMT+03:00, Thierry Reding > написав(-ла): > >On Fri, Jun 23, 2023 at 02:51:54PM +0300, Svyatoslav Ryhel wrote: > >> > >> > >> 23 червня 2023 р. 14:32:30 GMT+03:00, Thierry Reding > >>

Re: [PATCH v7 3/7] ARM: tegra: add SoC UID calculation function

2023-06-23 Thread Thierry Reding
On Fri, Jun 23, 2023 at 02:46:54PM +0300, Svyatoslav Ryhel wrote: > > > 23 червня 2023 р. 14:24:37 GMT+03:00, Thierry Reding > написав(-ла): > >On Fri, Jun 23, 2023 at 08:55:56AM +0300, Svyatoslav Ryhel wrote: > >> This is a small tool for calculation of SoC UID based on the same > >> Linux

Re: [PATCH v7 4/7] board: asus: transformer: add ASUS Transformer T30 family support

2023-06-23 Thread Svyatoslav Ryhel
23 червня 2023 р. 17:11:35 GMT+03:00, Thierry Reding написав(-ла): >On Fri, Jun 23, 2023 at 02:51:54PM +0300, Svyatoslav Ryhel wrote: >> >> >> 23 червня 2023 р. 14:32:30 GMT+03:00, Thierry Reding >> написав(-ла): >> >On Fri, Jun 23, 2023 at 08:55:57AM +0300, Svyatoslav Ryhel wrote: >>

Re: [PATCH] cadence_qspi: Enable flash reset for Versal NET platform

2023-06-23 Thread Michal Simek
On 6/14/23 14:04, Ashok Reddy Soma wrote: Enable flash reset functionality for Versal NET platform. In cadence_qspi.c there is weak function defined for reset, hence remove the check for config, so that it will work for Versal and Versal NET platforms. Add register defines in Versal NET

Re: [PATCH 0/3] Add Versal NET mini U-Boot configurations

2023-06-23 Thread Michal Simek
On 6/14/23 14:13, Ashok Reddy Soma wrote: In this patch series add support for Versal NET mini U-Boot configurations for qspi, ospi and emmc flashes. Ashok Reddy Soma (3): xilinx: versal-net: Add mini qspi configuration xilinx: versal-net: Add mini ospi configuration xilinx:

Re: [PATCH v7 4/7] board: asus: transformer: add ASUS Transformer T30 family support

2023-06-23 Thread Thierry Reding
On Fri, Jun 23, 2023 at 02:51:54PM +0300, Svyatoslav Ryhel wrote: > > > 23 червня 2023 р. 14:32:30 GMT+03:00, Thierry Reding > написав(-ла): > >On Fri, Jun 23, 2023 at 08:55:57AM +0300, Svyatoslav Ryhel wrote: > >[...] > >> diff --git a/board/asus/transformer-t30/pinmux-config-transformer.h >

Re: Trying to boot custom kernel on Wink Hub (i.MX28)

2023-06-23 Thread Fabio Estevam
Hi Rogan, On Fri, Jun 23, 2023 at 10:53 AM Rogan Dawes wrote: > > Hi Fabio, > > Thanks so much for the effort put in. I just wanted to confirm that I am able > to get console output when using the imx28-evk.dts file, although it crashes > after a few lines of output. That seems to suggest that

Re: Trying to boot custom kernel on Wink Hub (i.MX28)

2023-06-23 Thread Rogan Dawes
Hi Fabio, Thanks so much for the effort put in. I just wanted to confirm that I am able to get console output when using the imx28-evk.dts file, although it crashes after a few lines of output. That seems to suggest that the additional pins that you have added in your patch are not necessary, and

[PATCH v2 06/14] doc: Bring in FIT signature files

2023-06-23 Thread Simon Glass
Bring these files into the documentation. Fix 'wtih' and 'it' typos and repeated 'could' while we are here. Signed-off-by: Simon Glass --- Changes in v2: - Tidy up indentation nits doc/uImage.FIT/beaglebone_vboot.txt | 607 -- doc/uImage.FIT/signature.txt

[PATCH] clk: stm32mp1: remove error for disabled clock in stm32mp1_clk_get_parent

2023-06-23 Thread Patrick Delaunay
To disabled a clock in clock tree initialization for a mux of STM32MP15, the selected clock source index is set with the latest possible index for the number of bit used. Today this valid configuration cause a error in U-Boot messages, for example with CLK_ETH_DISABLED, when this clock is not

Re: [PATCH] net: zynq_gem: Don't hardcode the MDC clock divisor

2023-06-23 Thread Michal Simek
On 6/19/23 05:49, Venkatesh Yadav Abbarapu wrote: As per spec MDC must not exceed 2.5MHz, read the pclk clock from the device tree and update the MDC clock divisor. GEM devices support larger clock divisors and have a different range of divisors. Program the MDIO clock divisors based on the

Re: [PATCH] arm64: versal-net: spi: Update boot sequence dynamically

2023-06-23 Thread Michal Simek
On 6/14/23 11:30, Ashok Reddy Soma wrote: Currently xspi0 is used for all spi boot modes, it means it will use "sf probe 0 0 0" for all spi's irrespective of which node it is wired. Get boot sequence from dev_seq() and update boot command for xspi dynamically. As a result bootcmd for spi is

[PATCH] xilinx: Consolidate zynqmp_mmio_read/write in zynqmp_firmware.h

2023-06-23 Thread Michal Simek
zynqmp_mmio_read/write() are firmware provided hooks that's why use only zynqmp_firmware.h for function declaration. Signed-off-by: Michal Simek --- arch/arm/mach-versal-net/include/mach/sys_proto.h | 2 -- arch/arm/mach-versal/include/mach/sys_proto.h | 2 --

Re: Trying to boot custom kernel on Wink Hub (i.MX28)

2023-06-23 Thread Fabio Estevam
Hi Rogan, On Fri, Jun 23, 2023 at 3:46 AM Rogan Dawes wrote: > > Kernel source is available here: > https://github.com/winkapp/wink-hub-kernel-public Ok, I assume that arch/arm/mach-mx28/mx28evk_pins.orig.c is the original imx28-evk pinmux and arch/arm/mach-mx28/mx28evk_pins.c contains the

Re: [PATCH v2 0/6] Fix sparse warnings in zynq platform

2023-06-23 Thread Michal Simek
On 6/14/23 11:03, Ashok Reddy Soma wrote: Fix below sparse warnings - Add missing prototype for zynqmp_mmio_write - Add missing prototype for zynq_qspi_mem_exec_op - Change datatype of status and ecc_status from u32 to int - Pass the missing argument type in function definition -

[PATCH] arch: arm: dts: k3-am625-sk: Update timings node name for panel-lvds

2023-06-23 Thread Nikhil M Jain
Update the name of timing parameter node to panel-timing from panel-timngs. Signed-off-by: Nikhil M Jain --- arch/arm/dts/k3-am625-sk.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/k3-am625-sk.dts b/arch/arm/dts/k3-am625-sk.dts index 73dec8781c..a87b48bfed

[PATCH] board: rockchip: add Radxa ROCK5A Rk3588 board

2023-06-23 Thread Eugen Hristev
ROCK 5A is a Rockchip RK3588S based SBC (Single Board Computer) by Radxa. There are tree variants depending on the DRAM size : 4G, 8G and 16G. Specifications: Rockchip Rk3588S SoC 4x ARM Cortex-A76, 4x ARM Cortex-A55 4/8/16GB memory LPDDR4x Mali G610MC4 GPU MIPI CSI 2

[PATCH v2 14/14] doc: Improve documentation for the bootm command

2023-06-23 Thread Simon Glass
Reformat and rewrite the documentation for this command. This is a complicated command, so further improvements are welcome. Signed-off-by: Simon Glass --- (no changes since v1) doc/usage/cmd/bootm.rst | 327 doc/usage/fit/index.rst | 1 -

[PATCH v2 13/14] doc: Bring in the command-syntax extensions

2023-06-23 Thread Simon Glass
Bring this file into the documentation. For now it is not in the correct format for a command, but it is valid rST. Futher work will improve this. Signed-off-by: Simon Glass --- Changes in v2: - Move to 'bootm' documentation instead of generic FIT .../cmd/bootm.rst}

[PATCH v2 12/14] doc: Add signing to the FIT spec

2023-06-23 Thread Simon Glass
Move this properties into the main spec. Signed-off-by: Simon Glass --- (no changes since v1) doc/usage/fit/signature.rst | 64 doc/usage/fit/source_file_format.rst | 147 ++- 2 files changed, 146 insertions(+), 65 deletions(-) diff --git

[PATCH v2 11/14] doc: Move external FIT docs into the main body

2023-06-23 Thread Simon Glass
Rather than having this as an addition to the end, move this into the main body of the spec, rewriting as needed. Signed-off-by: Simon Glass --- (no changes since v1) doc/usage/fit/source_file_format.rst | 74 ++-- 1 file changed, 38 insertions(+), 36 deletions(-)

[PATCH v2 10/14] doc: Expand FIT tables to include all values

2023-06-23 Thread Simon Glass
Add tables which include all values for type, algo, arch, algo and compression. Signed-off-by: Simon Glass --- (no changes since v1) doc/usage/fit/source_file_format.rst | 184 ++- 1 file changed, 155 insertions(+), 29 deletions(-) diff --git

[PATCH v2 07/14] doc: Bring in the FIT howto

2023-06-23 Thread Simon Glass
Bring this file into the documentation. Signed-off-by: Simon Glass --- (no changes since v1) doc/uImage.FIT/howto.txt | 411 -- doc/usage/fit/howto.rst | 419 +++ doc/usage/fit/index.rst | 1 + 3 files changed, 420

[PATCH v2 09/14] doc: Tidy up the format docs to be more generic

2023-06-23 Thread Simon Glass
Avoid reference to uImage which is the old format. Drop the historical language at the top and rewrite a few other sections. Correct the U-Boot filename which is now in the boot/ directory. Signed-off-by: Simon Glass --- (no changes since v1) doc/usage/fit/source_file_format.rst | 82

[PATCH v2 04/14] doc: Bring in the FIT examples

2023-06-23 Thread Simon Glass
Convert these to rST format and add them to the index. Signed-off-by: Simon Glass --- (no changes since v1) doc/uImage.FIT/kernel.its | 91 --- doc/uImage.FIT/kernel_fdt.its | 51 doc/uImage.FIT/kernel_fdts_compressed.its | 73

[PATCH v2 05/14] doc: Bring in FIT x86 boot

2023-06-23 Thread Simon Glass
Bring this file into the documentation. Signed-off-by: Simon Glass --- (no changes since v1) doc/uImage.FIT/x86-fit-boot.txt | 272 doc/usage/fit/index.rst | 1 + doc/usage/fit/x86-fit-boot.rst | 269 +++ 3 files changed,

[PATCH v2 08/14] doc: Bring in the FIT overlay information

2023-06-23 Thread Simon Glass
Bring this file into the documentation. Signed-off-by: Simon Glass --- (no changes since v1) doc/uImage.FIT/overlay-fdt-boot.txt | 225 --- doc/usage/fit/index.rst | 1 + doc/usage/fit/overlay-fdt-boot.rst | 227 3 files

[PATCH v2 03/14] doc: Reformat the FIT documentation to make it nicer

2023-06-23 Thread Simon Glass
Fix up headings and tables to read better. Signed-off-by: Simon Glass --- (no changes since v1) doc/usage/fit/source_file_format.rst | 255 ++- 1 file changed, 172 insertions(+), 83 deletions(-) diff --git a/doc/usage/fit/source_file_format.rst

[PATCH v2 02/14] doc: Convert FIT source-file format to rST

2023-06-23 Thread Simon Glass
Move this document and convert it to rST. Make minimal changes, enough for it to build successfully. Future patches will tidy this up. Signed-off-by: Simon Glass --- Changes in v2: - Update commit message - Tidy up the diagram alignment in two cases doc/usage/fit/index.rst

[PATCH v2 01/14] doc: Move FIT into its own directory

2023-06-23 Thread Simon Glass
Create a new usage/fit directory which will house information about FIT. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- Changes in v2: - Drop newline at end of file doc/usage/{fit.rst => fit/index.rst} | 3 +++ doc/usage/index.rst | 2 +- 2 files changed, 4

Re: [PATCH v1 1/2] meson-a1: dts: add hw rng node

2023-06-23 Thread Alexey Romanov
On Thu, Jun 22, 2023 at 06:19:33PM +0200, neil.armstr...@linaro.org wrote: > On 21/06/2023 15:29, Alexey Romanov wrote: > > Add support for hardware random number generator > > of Amlogic Meson SoCs. > > > > Signed-off-by: Alexey Romanov > > --- > > arch/arm/dts/meson-a1.dtsi | 5 + > > 1

Re: [PATCH v1] drivers: rng: add check status bit feature

2023-06-23 Thread Alexey Romanov
Hello! On Thu, Jun 22, 2023 at 06:18:28PM +0200, neil.armstr...@linaro.org wrote: > Hi, > > On 21/06/2023 12:24, Alexey Romanov wrote: > > For some Amlogic SOC's, the mechanism for obtain a random number > > has been changed. For example, S4 now uses a status bit wait algo. > > Thanks for the

Re: [PATCH 9/9] doc: Bring in the command-syntax extensions

2023-06-23 Thread Simon Glass
Hi Heinrich, On Fri, 23 Jun 2023 at 08:51, Heinrich Schuchardt wrote: > > On 6/22/23 22:21, Simon Glass wrote: > > Bring this file into the documentation. > > > > Signed-off-by: Simon Glass > > --- > > > > .../fit/command_syntax_extensions.rst}| 166 ++ > >

Re: [PATCH v7 4/7] board: asus: transformer: add ASUS Transformer T30 family support

2023-06-23 Thread Svyatoslav Ryhel
23 червня 2023 р. 14:32:30 GMT+03:00, Thierry Reding написав(-ла): >On Fri, Jun 23, 2023 at 08:55:57AM +0300, Svyatoslav Ryhel wrote: >[...] >> diff --git a/board/asus/transformer-t30/pinmux-config-transformer.h >> b/board/asus/transformer-t30/pinmux-config-transformer.h >> new file mode

Re: [PATCH v7 3/7] ARM: tegra: add SoC UID calculation function

2023-06-23 Thread Svyatoslav Ryhel
23 червня 2023 р. 14:24:37 GMT+03:00, Thierry Reding написав(-ла): >On Fri, Jun 23, 2023 at 08:55:56AM +0300, Svyatoslav Ryhel wrote: >> This is a small tool for calculation of SoC UID based on the same >> Linux function. It can be further used for generation of device >> unique data like mac

Re: [PATCH v7 4/7] board: asus: transformer: add ASUS Transformer T30 family support

2023-06-23 Thread Thierry Reding
On Fri, Jun 23, 2023 at 08:55:57AM +0300, Svyatoslav Ryhel wrote: [...] > diff --git a/board/asus/transformer-t30/pinmux-config-transformer.h > b/board/asus/transformer-t30/pinmux-config-transformer.h > new file mode 100644 > index 00..96ff45d375 > --- /dev/null > +++

Re: [PATCH v7 3/7] ARM: tegra: add SoC UID calculation function

2023-06-23 Thread Thierry Reding
On Fri, Jun 23, 2023 at 08:55:56AM +0300, Svyatoslav Ryhel wrote: > This is a small tool for calculation of SoC UID based on the same > Linux function. It can be further used for generation of device > unique data like mac address or exposing it as serial number. It's a very bad idea to use the

[PATCH] board: rockchip: rock5b-rk3588: fix description

2023-06-23 Thread Eugen Hristev
Update description with correct specifications Fixes: 3bf8e4080763 ("board: rockchip: add Radxa ROCK5B Rk3588 board") Signed-off-by: Eugen Hristev --- arch/arm/mach-rockchip/rk3588/Kconfig | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

Re: [PATCH 2/3] riscv: implement local_irq_{save,restore} macros

2023-06-23 Thread Ben Dooks
On 2023-06-12 08:47, Leo Liang wrote: Hi Ben, On Fri, May 05, 2023 at 09:02:06AM +0100, Ben Dooks wrote: Add implementations of the local_irq_{save,restore} macros so that can be used with riscv. Signed-off-by: Ben Dooks --- arch/riscv/include/asm/system.h | 15 +++ 1 file

Re: [PATCH] arm: mvebu: Enable gpio-fan for Thecus N2350 board

2023-06-23 Thread Stefan Roese
On 6/21/23 01:20, Tony Dinh wrote: Add gpio-fan in the DTS and enable the GPIO in board file to start the fan during boot. Note that this patch depends on https://patchwork.ozlabs.org/project/uboot/patch/20230606214539.4229-1-mibo...@gmail.com/ Signed-off-by: Tony Dinh Reviewed-by: Stefan

Re: [PATCH v2 0/2] Fix 'no USB device found' error.

2023-06-23 Thread Julien Panis
On 6/22/23 17:49, Tom Rini wrote: On Thu, Jun 22, 2023 at 04:34:34PM +0200, Julien Panis wrote: This series fixes usb0 dr_mode for am335x-icev2 and am335x-evmsk. It must be set to 'peripheral' in order to avoid 'no USB device found' error, in usb_ether_init() function. Signed-off-by: Julien

Re: [PATCH 6/9] doc: Bring in FIT signature files

2023-06-23 Thread Heinrich Schuchardt
On 6/22/23 22:21, Simon Glass wrote: Bring these files into the documentation. Fix 'wtih' and 'it' typos and repeated 'could' while we are here. Signed-off-by: Simon Glass --- doc/uImage.FIT/beaglebone_vboot.txt | 607 -- doc/uImage.FIT/signature.txt

Re: Trying to boot custom kernel on Wink Hub (i.MX28)

2023-06-23 Thread Rogan Dawes
Kernel source is available here: https://github.com/winkapp/wink-hub-kernel-public (and to close the loop, since I accidentally emailed Fabio without including the list, the console change to /dev/ttyAMA0 was absolutely the problem!) Thanks again for your help. Rogan On Fri, 23 Jun 2023 at

Re: [PATCH 9/9] doc: Bring in the command-syntax extensions

2023-06-23 Thread Heinrich Schuchardt
On 6/22/23 22:21, Simon Glass wrote: Bring this file into the documentation. Signed-off-by: Simon Glass --- .../fit/command_syntax_extensions.rst}| 166 ++ doc/usage/fit/index.rst | 1 + 2 files changed, 97 insertions(+), 70 deletions(-)

Re: [PATCH 6/9] doc: Bring in FIT signature files

2023-06-23 Thread Heinrich Schuchardt
On 6/22/23 22:21, Simon Glass wrote: Bring these files into the documentation. Fix 'wtih' and 'it' typos and repeated 'could' while we are here. Signed-off-by: Simon Glass --- doc/uImage.FIT/beaglebone_vboot.txt | 607 -- doc/uImage.FIT/signature.txt

Re: [PATCH 2/9] doc: Convert FIT source-file format to rST

2023-06-23 Thread Heinrich Schuchardt
On 6/22/23 22:21, Simon Glass wrote: Move this document and convert it to rST. Make minimal changes, enough for it to build successfully. Signed-off-by: Simon Glass --- doc/usage/fit/index.rst | 1 + .../fit/source_file_format.rst} | 125

Re: [PATCH 1/9] doc: Move FIT into its own directory

2023-06-23 Thread Heinrich Schuchardt
On 6/22/23 22:21, Simon Glass wrote: Create a new usage/fit directory which will house information about FIT. Signed-off-by: Simon Glass --- doc/usage/{fit.rst => fit/index.rst} | 4 doc/usage/index.rst | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) rename

[PATCH v7 6/7] board: lg: x3: add Optimus 4X HD and Optimus Vu support

2023-06-23 Thread Svyatoslav Ryhel
LG X3 is a development board based on Nvidia Tegra 3 SoC on base of which Optimus 4X HD and Optimus Vu were created. Both smartphones feature a 4.7" and 5" panels respectively, an Nvidia Tegra 3 quad-core chip, 1 GB of RAM and 16/32 GB of internal storage. Optimux 4X HD additionally has a micro SD

[PATCH v7 7/7] board: htc: endeavoru: add One X support

2023-06-23 Thread Svyatoslav Ryhel
The HTC One X is a touchscreen-based, slate-sized smartphone designed and manufactured by HTC that runs the Android operating system. The One X features a 4.7" display, an Nvidia Tegra 3 quad-core chip, 1 GB of RAM and non-extendable 32 GB of internal storage. UART-A is default debug port.

[PATCH v7 5/7] board: asus: grouper: add Google Nexus 7 (2012) support

2023-06-23 Thread Svyatoslav Ryhel
Nexus 7 is a mini tablet computer co-developed by Google and Asus that runs the Android operating system. The Nexus 7 features a 7" display, an Nvidia Tegra 3 quad-core chip, 1 GB of RAM and 8/16 GB of internal storage. This patch brings support for all 3 known ASUS/Google devices: - Nexus 7

[PATCH v7 4/7] board: asus: transformer: add ASUS Transformer T30 family support

2023-06-23 Thread Svyatoslav Ryhel
The ASUS Transformer T30 family are 2-in-1 detachable tablets and AiO developed by ASUS that run the Android operating system (TF600T runs Windows RT and P1801-T runs Android and Windows). The T30 Transformers feature a 10.1-inch display (apart P1801-T), an Nvidia Tegra 3 quad-core chip, 1/2 GB of

[PATCH v7 2/7] configs: tegra-common-post: make PXE and DHCP boot targets optional

2023-06-23 Thread Svyatoslav Ryhel
From: Jonas Schwöbel Disabling the network related features in defconfig causes build to fail so make them optional. Tested-by: Andreas Westman Dorcsak # ASUS Grouper E1565 Tested-by: Svyatoslav Ryhel # LG P895 T30 Signed-off-by: Jonas Schwöbel Signed-off-by: Svyatoslav Ryhel ---

[PATCH v7 3/7] ARM: tegra: add SoC UID calculation function

2023-06-23 Thread Svyatoslav Ryhel
This is a small tool for calculation of SoC UID based on the same Linux function. It can be further used for generation of device unique data like mac address or exposing it as serial number. Tested-by: Andreas Westman Dorcsak # ASUS Grouper E1565 Tested-by: Svyatoslav Ryhel # LG P895 T30

[PATCH v7 1/7] configs: tegra-common-post: add GPIO keyboard as STDIN device

2023-06-23 Thread Svyatoslav Ryhel
GPIO keyboard is used on many newly upstreamed devices. Tested-by: Andreas Westman Dorcsak # ASUS Grouper E1565 Tested-by: Svyatoslav Ryhel # LG P895 T30 Signed-off-by: Svyatoslav Ryhel --- include/configs/tegra-common-post.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff

[PATCH v7 0/7] Tegra: add ASUS/Google Nexus 7 (2012) support

2023-06-23 Thread Svyatoslav Ryhel
This patchset adds support for native use of U-Boot on: - ASUS T30 Transformers (7 devices, all models); - ASUS/Google Nexus 7 (2012), both grouper and tilapia - LG Optimus 4X HD (P880) and Optimus Vu (P895) - HTC One X (endeavoru) as a replacement for the vendor bootloader. Current commits are