mbox series

[GIT,PULL] TI changes for v2021.04 rc4

Message ID 20210315090910.16543-1-lokeshvutla@ti.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] TI changes for v2021.04 rc4 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.04-rc4

Message

Lokesh Vutla March 15, 2021, 9:09 a.m. UTC
Hi Tom,
	Please find the PR for master branch targeted for v2021.04-rc4 release.
Details about the PR are updated in the tag message.

Gitlab build report: https://source.denx.de/u-boot/custodians/u-boot-ti/-/pipelines/6767

The following changes since commit ad7e1c7c6e2bde2b369f10984d41d6b1833453fb:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-03-12 08:00:39 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.04-rc4

for you to fetch changes up to f72edfddde5cd90e6aa52e11374adc7af499adce:

  configs: am65x_evm_r5: Enable checks for spl and stack sizes (2021-03-15 12:13:44 +0530)

----------------------------------------------------------------
- Fix boot for da850-evm and omap3_logic
- Optimize SPL size for am65x boards

----------------------------------------------------------------
Adam Ford (2):
      configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BD
      ARM: da850-evm: Fix boot issues from missing SPL_PAD_TO

Lokesh Vutla (2):
      include: configs: am65x_evm: Optimize size of SPL BSS
      configs: am65x_evm_r5: Enable checks for spl and stack sizes

 configs/am3517_evm_defconfig         | 1 +
 configs/am65x_evm_r5_defconfig       | 5 +++++
 configs/omap35_logic_defconfig       | 1 +
 configs/omap35_logic_somlv_defconfig | 1 +
 configs/omap3_logic_defconfig        | 1 +
 configs/omap3_logic_somlv_defconfig  | 1 +
 include/configs/am65x_evm.h          | 2 +-
 include/configs/da850evm.h           | 6 +++++-
 8 files changed, 16 insertions(+), 2 deletions(-)

Comments

Tom Rini March 15, 2021, 3:53 p.m. UTC | #1
On Mon, Mar 15, 2021 at 02:39:10PM +0530, Lokesh Vutla wrote:

> Hi Tom,
> 	Please find the PR for master branch targeted for v2021.04-rc4 release.
> Details about the PR are updated in the tag message.
> 
> Gitlab build report: https://source.denx.de/u-boot/custodians/u-boot-ti/-/pipelines/6767
> 
> The following changes since commit ad7e1c7c6e2bde2b369f10984d41d6b1833453fb:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-03-12 08:00:39 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.04-rc4
> 
> for you to fetch changes up to f72edfddde5cd90e6aa52e11374adc7af499adce:
> 
>   configs: am65x_evm_r5: Enable checks for spl and stack sizes (2021-03-15 12:13:44 +0530)
> 

Applied to u-boot/master, thanks!