From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 7/8] env: ti: boot: Boot Android with dynamic partitions
Date: Sun, 3 Nov 2019 09:35:33 -0500 [thread overview]
Message-ID: <20191103143533.GA13653@bill-the-cat> (raw)
In-Reply-To: <20191023143427.10865-8-semen.protsenko@linaro.org>
On Wed, Oct 23, 2019 at 05:34:26PM +0300, Sam Protsenko wrote:
> Changes:
> - use boot.img instead of boot_fit.img
> - use .dtb from boot.img v2
> - implement recovery boot
> - always boot ramdisk from boot.img, we can't mount system as root
> now, as system is a logical partition inside of super partition
> - don't add "skip_initramfs" to cmdline anymore
> - to boot into recovery, use boot image from recovery partition
> - prepare partition table:
> - A/B scheme
> - use 'super' partition instead of 'system' and 'vendor'
> - add dtbo partitions
> - introduce metadata partition
>
> Not implemented: reading and applying dtbo files from dtbo partition.
>
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
This breaks at least "dra7xx_evm" building:
arm: + dra7xx_evm
+(dra7xx_evm) In file included from include/configs/ti_omap5_common.h:57:0,
+(dra7xx_evm) from include/configs/dra7xx_evm.h:62,
+(dra7xx_evm) from include/config.h:5,
+(dra7xx_evm) from include/common.h:23,
+(dra7xx_evm) from env/common.c:10:
+(dra7xx_evm) include/environment/ti/boot.h:104:3: error: expected '}' before 'AB_SELECT_SLOT'
+(dra7xx_evm) AB_SELECT_SLOT \
+(dra7xx_evm) ^
+(dra7xx_evm) include/configs/ti_omap5_common.h:65:2: note: in expansion of macro 'DEFAULT_COMMON_BOOT_TI_ARGS'
+(dra7xx_evm) DEFAULT_COMMON_BOOT_TI_ARGS \
+(dra7xx_evm) ^~~~~~~~~~~~~~~~~~~~~~~~~~~
+(dra7xx_evm) include/env_default.h:111:2: note: in expansion of macro 'CONFIG_EXTRA_ENV_SETTINGS'
+(dra7xx_evm) CONFIG_EXTRA_ENV_SETTINGS
+(dra7xx_evm) ^~~~~~~~~~~~~~~~~~~~~~~~~
+(dra7xx_evm) make[2]: *** [env/common.o] Error 1
+(dra7xx_evm) make[1]: *** [env] Error 2
+(dra7xx_evm) make[1]: *** wait: No child processes. Stop.
+(dra7xx_evm) make: *** [sub-make] Error 2
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191103/2e55e259/attachment.sig>
next prev parent reply other threads:[~2019-11-03 14:35 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-23 14:34 [U-Boot] [PATCH v2 0/8] am57xx: Implement Android 10 boot flow Sam Protsenko
2019-10-23 14:34 ` [U-Boot] [PATCH v2 1/8] image: android: Add functions for handling dtb field Sam Protsenko
2019-10-29 1:49 ` Eugeniu Rosca
2019-12-02 17:19 ` Sam Protsenko
2019-12-03 13:59 ` Eugeniu Rosca
2019-12-03 19:24 ` Sam Protsenko
2019-10-23 14:34 ` [U-Boot] [PATCH v2 2/8] image: android: Add routine to get dtbo params Sam Protsenko
2019-10-23 14:34 ` [U-Boot] [PATCH v2 3/8] cmd: bootimg: Add bootimg command Sam Protsenko
2019-10-30 1:48 ` Simon Glass
2019-11-27 19:16 ` Eugeniu Rosca
2019-12-02 19:07 ` Sam Protsenko
2019-12-04 17:22 ` Eugeniu Rosca
2019-12-03 19:29 ` Eugeniu Rosca
2019-12-04 17:33 ` Eugeniu Rosca
2019-12-04 19:11 ` Sam Protsenko
2019-12-05 2:17 ` Aleksandr Bulyshchenko
2019-12-05 10:36 ` Eugeniu Rosca
2019-12-05 13:58 ` Sam Protsenko
2019-12-04 19:10 ` Sam Protsenko
2019-12-04 18:25 ` Eugeniu Rosca
2019-12-04 19:23 ` Sam Protsenko
2019-10-23 14:34 ` [U-Boot] [PATCH v2 4/8] test/py: android: Add test for bootimg Sam Protsenko
2019-10-23 14:34 ` [U-Boot] [PATCH v2 5/8] configs: am57xx_evm: Enable Android commands Sam Protsenko
2019-10-23 14:34 ` [U-Boot] [PATCH v2 6/8] env: ti: boot: Respect slot_suffix in AVB commands Sam Protsenko
2019-10-23 14:34 ` [U-Boot] [PATCH v2 7/8] env: ti: boot: Boot Android with dynamic partitions Sam Protsenko
2019-11-03 14:35 ` Tom Rini [this message]
2019-12-02 17:32 ` Sam Protsenko
2019-10-23 14:34 ` [U-Boot] [PATCH v2 8/8] arm: ti: boot: Use correct dtb and dtbo on Android boot Sam Protsenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191103143533.GA13653@bill-the-cat \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox