[GIT PULL] TI changes for v2021.10-rc1
Lokesh Vutla
lokeshvutla at ti.com
Mon Jul 19 07:35:27 CEST 2021
Hi Tom,
Please find the PR for master branch targeted for v2021.10-rc1 tag.
Details about the PR are updated in the tag message.
Gitlab CI report: https://source.denx.de/u-boot/custodians/u-boot-ti/-/pipelines/8254
The following changes since commit c11f5abce84f630c92304683d5bde3204c5612c4:
Merge branch '2021-07-14-build-and-host-updates' (2021-07-14 20:10:34 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.10-rc1
for you to fetch changes up to 652982309d316b14aae5805d09239f89eb89f038:
Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script (2021-07-15 17:56:05 +0530)
----------------------------------------------------------------
- Enabled distro boot for all TI platforms.
- Cleanup for AM335x Guardian Board
- PRUSS rproc on AM65 platform.
- Add PMIC support for J7200
- Misc fixes for Nokia RX-51
----------------------------------------------------------------
Adam Ford (5):
configs: omap3x_logic: Fix boot hang by reducing SYS_MALLOC_F_LEN
arm: omap3: Make try_unlock_memory() static
arm: omap3: Make secureworld_exit() static
arm: omap3: Make secure_unlock_mem() static
configs: am3517_evm: Fix boot hang
Aswath Govindraju (2):
configs: am64x_evm_a53_defconfig: Move TF-A load address to 0x701c0000
arm: dts: k3-am64-main: Reserve OCMRAM for DMSC-lite and secure proxy
communication
Gireesh Hiremath (15):
configs: am335x_guardian: Enable clock driver
configs: am335x_guardian: add ubi fastmap support
configs: am335x_guardian: add memtest configs
am335x, guardian: set environment variable autoload to no
am335x, guardian: code cleanup and boot optimization
configs: am335x_guardian: set boot delay
configs: am335x_guardian: disable spl command
am335x, guardian: update swi logic
am335x, guardian: Enable backlight
configs: am335x_guardian: Enable display config
drivers: video: hx8238 fix build bug
am335x, guardian: Enable panel driver Himax HX8238D
am335x, guardian: software update available status is stored in AM3352
RTC scracth register
configs: am335x_guardian: Enable bootcount nvmem support
configs: am335x_guardian: add register maps support
Gowtham Tammana (6):
arm: mach-k3: am642_init: Add missing ddr guard
power: pmic: tps65941: Add compatible for LP876441
arm/dts: k3-j7200-r5-common: Add pmic lp876441 node
arm/dts: k3-j7200-r5-common: Add VTM node
arm/dts: k3-j7200-r5-common: Hook buck1_reg to vtm supply
configs: j7200_evm_r5_defconfig: Enable AVS, PMIC and dependent
configs
Keerthy (2):
soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs
remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCs
Lokesh Vutla (3):
arm: dts: k3-am654-base-board: Add r5 specific u-boot dtsi
arm: dts: ti: k3-am65-main: Add ICSSG nodes
configs: am65x_evm_a53: Enable PRUSS remoteproc
Moses Christopher (3):
am335x, guardian: mem: Add board dependent mem values
am335x, guardian: set tftp_load_addr in environment
am335x, guardian: Update pinmux configuration
Pali Rohár (3):
Nokia RX-51: Add support for booting kernel in zImage format
Nokia RX-51: Load bootmenu also from uSD card
Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script
Tom Rini (7):
ti: am335x_evm: Switch to DISTRO_BOOT only
ti: am43xx_evm: Switch to DISTRO_BOOT only
arm: ti: environment: Move <environment/ti/boot.h> in to
<configs/ti_omap5_common.h>
ti: omap5: Switch to generic distro boot for non-Android cases
configs: j721e_evm: Switch envboot out for distro_bootcmd
arm: omap4: Disable USB_TTY and related options
configs: am65x_evm: Switch envboot out for distro_bootcmd
MAINTAINERS | 2 +
arch/arm/dts/am335x-guardian-u-boot.dtsi | 11 +
arch/arm/dts/am335x-guardian.dts | 14 +-
arch/arm/dts/k3-am64-main.dtsi | 12 +-
arch/arm/dts/k3-am65-main.dtsi | 463 ++++++++++++++++++
arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 205 ++------
.../dts/k3-am654-r5-base-board-u-boot.dtsi | 207 ++++++++
arch/arm/dts/k3-am654-r5-base-board.dts | 2 -
.../arm/dts/k3-j7200-r5-common-proc-board.dts | 38 ++
.../include/asm/arch-am33xx/mem-guardian.h | 63 +++
arch/arm/include/asm/arch-omap3/sys_proto.h | 2 -
arch/arm/mach-k3/am642_init.c | 2 +-
arch/arm/mach-omap2/am33xx/Kconfig | 2 +
arch/arm/mach-omap2/am33xx/board.c | 4 +
arch/arm/mach-omap2/mem-common.c | 4 +
arch/arm/mach-omap2/omap3/board.c | 21 +-
board/bosch/guardian/board.c | 152 +++++-
board/bosch/guardian/mux.c | 3 +-
board/nokia/rx51/lowlevel_init.S | 12 +-
configs/am335x_boneblack_vboot_defconfig | 2 +-
configs/am335x_evm_defconfig | 2 +-
configs/am335x_evm_spiboot_defconfig | 2 +-
configs/am335x_guardian_defconfig | 30 +-
configs/am335x_hs_evm_defconfig | 2 +-
configs/am335x_hs_evm_uart_defconfig | 2 +-
configs/am3517_evm_defconfig | 5 +-
configs/am43xx_evm_defconfig | 2 +-
configs/am43xx_evm_qspiboot_defconfig | 2 +-
configs/am43xx_evm_rtconly_defconfig | 2 +-
configs/am43xx_evm_usbhost_boot_defconfig | 2 +-
configs/am43xx_hs_evm_defconfig | 2 +-
configs/am64x_evm_a53_defconfig | 2 +-
configs/am65x_evm_a53_defconfig | 4 +-
configs/j7200_evm_r5_defconfig | 7 +
configs/j721e_evm_a72_defconfig | 2 +-
configs/nokia_rx51_defconfig | 1 +
configs/omap35_logic_defconfig | 2 +-
configs/omap35_logic_somlv_defconfig | 2 +-
configs/omap3_logic_defconfig | 2 +-
configs/omap3_logic_somlv_defconfig | 2 +-
configs/omap4_panda_defconfig | 1 -
configs/omap4_sdp4430_defconfig | 1 -
doc/README.nokia_rx51 | 10 +-
drivers/bootcount/Kconfig | 34 +-
drivers/bootcount/Makefile | 1 +
drivers/bootcount/bootcount_nvmem.c | 57 +++
drivers/power/pmic/tps65941.c | 1 +
drivers/remoteproc/Kconfig | 11 +
drivers/remoteproc/Makefile | 1 +
drivers/remoteproc/pru_rproc.c | 461 +++++++++++++++++
drivers/soc/ti/Kconfig | 11 +
drivers/soc/ti/Makefile | 1 +
drivers/soc/ti/pruss.c | 217 ++++++++
drivers/video/Makefile | 2 +-
drivers/video/hx8238d.c | 4 +-
include/configs/am335x_evm.h | 18 +-
include/configs/am335x_guardian.h | 17 +-
include/configs/am43xx_evm.h | 63 +--
include/configs/am65x_evm.h | 14 +-
include/configs/j721e_evm.h | 24 +-
include/configs/nokia_rx51.h | 46 +-
include/configs/ti_omap4_common.h | 6 -
include/configs/ti_omap5_common.h | 228 ++++++++-
include/environment/ti/boot.h | 243 ---------
include/linux/pruss_driver.h | 227 +++++++++
include/power/tps65941.h | 1 +
test/nokia_rx51_test.sh | 77 ++-
67 files changed, 2466 insertions(+), 609 deletions(-)
create mode 100644 arch/arm/dts/k3-am654-r5-base-board-u-boot.dtsi
create mode 100644 arch/arm/include/asm/arch-am33xx/mem-guardian.h
create mode 100644 drivers/bootcount/bootcount_nvmem.c
create mode 100644 drivers/remoteproc/pru_rproc.c
create mode 100644 drivers/soc/ti/pruss.c
delete mode 100644 include/environment/ti/boot.h
create mode 100644 include/linux/pruss_driver.h
--
2.30.0
More information about the U-Boot
mailing list