All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] am57xx: Implement Android 10 boot flow
@ 2019-09-19 17:28 Sam Protsenko
  2019-09-19 17:28 ` [U-Boot] [PATCH 1/7] image: android: Add functions for handling dtb field Sam Protsenko
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Sam Protsenko @ 2019-09-19 17:28 UTC (permalink / raw)
  To: u-boot

Android 10 brings a lot of new requirements for bootloaders: [1]. This
patch series attempts to implement such a boot process on BeagleBoard
X15 platform. Some common code is added too, which can be reused later
for other platforms.

[1] https://source.android.com/devices/bootloader


Sam Protsenko (7):
  image: android: Add functions for handling dtb field
  image: android: Add routine to get dtbo params
  cmd: bootimg: Add bootimg command
  configs: am57xx_evm: Enable Android commands
  env: ti: boot: Respect slot_suffix in AVB commands
  env: ti: boot: Boot Android with dynamic partitions
  arm: ti: boot: Use correct dtb and dtbo on Android boot

 cmd/Kconfig                         |   8 +
 cmd/Makefile                        |   1 +
 cmd/bootimg.c                       | 177 ++++++++++++++++++++
 common/Makefile                     |   2 +-
 common/image-android.c              | 245 ++++++++++++++++++++++++++++
 configs/am57xx_evm_defconfig        |   8 +-
 configs/am57xx_hs_evm_defconfig     |   6 +
 configs/am57xx_hs_evm_usb_defconfig |   8 +-
 include/configs/ti_armv7_common.h   |   7 +
 include/environment/ti/boot.h       | 145 ++++++++--------
 include/image.h                     |   7 +
 11 files changed, 546 insertions(+), 68 deletions(-)
 create mode 100644 cmd/bootimg.c

-- 
2.23.0

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

end of thread, other threads:[~2019-10-24  9:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19 17:28 [U-Boot] [PATCH 0/7] am57xx: Implement Android 10 boot flow Sam Protsenko
2019-09-19 17:28 ` [U-Boot] [PATCH 1/7] image: android: Add functions for handling dtb field Sam Protsenko
2019-09-20 17:45   ` Simon Glass
2019-10-23  9:54     ` Sam Protsenko
2019-09-19 17:28 ` [U-Boot] [PATCH 2/7] image: android: Add routine to get dtbo params Sam Protsenko
2019-09-19 17:28 ` [U-Boot] [PATCH 3/7] cmd: bootimg: Add bootimg command Sam Protsenko
2019-09-20 17:45   ` Simon Glass
2019-09-24  6:36     ` Igor Opaniuk
2019-09-24 18:41       ` Sam Protsenko
2019-09-25 19:14         ` Simon Glass
2019-10-23 14:14           ` Sam Protsenko
2019-09-19 17:28 ` [U-Boot] [PATCH 4/7] configs: am57xx_evm: Enable Android commands Sam Protsenko
2019-09-19 17:28 ` [U-Boot] [PATCH 5/7] env: ti: boot: Respect slot_suffix in AVB commands Sam Protsenko
2019-09-19 17:28 ` [U-Boot] [PATCH 6/7] env: ti: boot: Boot Android with dynamic partitions Sam Protsenko
2019-09-19 17:28 ` [U-Boot] [PATCH 7/7] arm: ti: boot: Use correct dtb and dtbo on Android boot Sam Protsenko
2019-09-19 18:22 ` [U-Boot] [PATCH 0/7] am57xx: Implement Android 10 boot flow Eugeniu Rosca
2019-10-23 19:37   ` Sam Protsenko
2019-10-24  9:36     ` Eugeniu Rosca

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.