All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Tegra: add ASUS/Google Nexus 7 (2012) support
@ 2023-04-12 19:49 Svyatoslav Ryhel
  2023-04-12 19:49 ` [PATCH v1 1/4] configs: tegra-common-post: add GPIO keyboard as STDIN device Svyatoslav Ryhel
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Svyatoslav Ryhel @ 2023-04-12 19:49 UTC (permalink / raw)
  To: Tom Warren, Svyatoslav Ryhel, Marek Vasut, Philippe Reynes,
	Marcel Ziswiler, Fabio Estevam, Simon Glass, Jonas Schwöbel
  Cc: u-boot

This patchset adds support for native use of U-Boot on ASUS/Google
Nexus 7 (2012), aka grouper/tilapia as a replacement of vendor
bootloader. Alongside device bringup tegra requires few small patches:
 - add gpio keyboard as stdin device
 - make networking boot options optional
 - add a small tool to generate SoC UID

Jonas Schwöbel (1):
  configs: tegra-common-post: make PXE and DHCP boot targets optional

Svyatoslav Ryhel (3):
  configs: tegra-common-post: add GPIO keyboard as STDIN device
  ARM: tegra: add SoC UID calculation function
  board: asus: grouper: add Google Nexus 7 (2012) support

 arch/arm/dts/Makefile                         |   3 +
 arch/arm/dts/tegra30-asus-grouper-common.dtsi | 125 ++++++
 .../dts/tegra30-asus-nexus7-grouper-E1565.dts |  40 ++
 .../dts/tegra30-asus-nexus7-grouper-PM269.dts |  65 ++++
 .../dts/tegra30-asus-nexus7-tilapia-E1565.dts |  40 ++
 arch/arm/include/asm/arch-tegra/fuse.h        |   7 +
 arch/arm/mach-tegra/Makefile                  |   2 +-
 arch/arm/mach-tegra/fuse.c                    | 151 ++++++++
 arch/arm/mach-tegra/tegra30/Kconfig           |   5 +
 board/asus/grouper/Kconfig                    |  20 +
 board/asus/grouper/MAINTAINERS                |   6 +
 board/asus/grouper/Makefile                   |  14 +
 board/asus/grouper/grouper-spl-max.c          |  46 +++
 board/asus/grouper/grouper-spl-ti.c           |  42 ++
 board/asus/grouper/grouper.c                  | 209 ++++++++++
 board/asus/grouper/pinmux-config-grouper.h    | 362 ++++++++++++++++++
 configs/grouper_E1565.config                  |   2 +
 configs/grouper_PM269.config                  |   2 +
 configs/grouper_common_defconfig              |  85 ++++
 configs/tilapia.config                        |   3 +
 include/configs/grouper.h                     |  68 ++++
 include/configs/tegra-common-post.h           |  28 +-
 22 files changed, 1319 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/dts/tegra30-asus-grouper-common.dtsi
 create mode 100644 arch/arm/dts/tegra30-asus-nexus7-grouper-E1565.dts
 create mode 100644 arch/arm/dts/tegra30-asus-nexus7-grouper-PM269.dts
 create mode 100644 arch/arm/dts/tegra30-asus-nexus7-tilapia-E1565.dts
 create mode 100644 arch/arm/mach-tegra/fuse.c
 create mode 100644 board/asus/grouper/Kconfig
 create mode 100644 board/asus/grouper/MAINTAINERS
 create mode 100644 board/asus/grouper/Makefile
 create mode 100644 board/asus/grouper/grouper-spl-max.c
 create mode 100644 board/asus/grouper/grouper-spl-ti.c
 create mode 100644 board/asus/grouper/grouper.c
 create mode 100644 board/asus/grouper/pinmux-config-grouper.h
 create mode 100644 configs/grouper_E1565.config
 create mode 100644 configs/grouper_PM269.config
 create mode 100644 configs/grouper_common_defconfig
 create mode 100644 configs/tilapia.config
 create mode 100644 include/configs/grouper.h

-- 
2.37.2


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

end of thread, other threads:[~2023-04-19  7:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-12 19:49 [PATCH v1 0/4] Tegra: add ASUS/Google Nexus 7 (2012) support Svyatoslav Ryhel
2023-04-12 19:49 ` [PATCH v1 1/4] configs: tegra-common-post: add GPIO keyboard as STDIN device Svyatoslav Ryhel
2023-04-12 19:49 ` [PATCH v1 2/4] configs: tegra-common-post: make PXE and DHCP boot targets optional Svyatoslav Ryhel
2023-04-12 19:49 ` [PATCH v1 3/4] ARM: tegra: add SoC UID calculation function Svyatoslav Ryhel
2023-04-12 19:49 ` [PATCH v1 4/4] board: asus: grouper: add Google Nexus 7 (2012) support Svyatoslav Ryhel
2023-04-19  1:46   ` Simon Glass
2023-04-19  7:25     ` Svyatoslav Ryhel
2023-04-12 23:07 ` [PATCH v1 0/4] Tegra: add ASUS/Google " Tom Warren
2023-04-13  6:05   ` Svyatoslav Ryhel
2023-04-13 17:13     ` Tom Warren
2023-04-13 19:11       ` Svyatoslav Ryhel
2023-04-16 11:56       ` Svyatoslav Ryhel
2023-04-17 15:08         ` Tom Warren
2023-04-17 15:26           ` Svyatoslav Ryhel
2023-04-18  7:31           ` Svyatoslav Ryhel
2023-04-18 21:03             ` Tom Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.