From: Lokesh Vutla <a0131933@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/6] arm: am57xx: Enable Fastboot
Date: Tue, 8 Mar 2016 18:58:04 +0530 [thread overview]
Message-ID: <56DED364.5030809@ti.com> (raw)
In-Reply-To: <1457437348-31327-3-git-send-email-semen.protsenko@linaro.org>
On Tuesday 08 March 2016 05:12 PM, Semen Protsenko wrote:
> From: Sam Protsenko <semen.protsenko@linaro.org>
>
> Enable fastboot by default for AM57XX EVM.
>
> This is based on following patch modified accordingly:
> http://git.omapzoom.org/?p=repo/u-boot.git;a=commit;h=b2e04f92b5d91c708b6fd6b79d2266966ac51f4b
Also mention that you are guarding for non SPL
Other than that:
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Thanks and regards,
Lokesh
>
> Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
> ---
> include/configs/am57xx_evm.h | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h
> index 9191d61..9a740d4 100644
> --- a/include/configs/am57xx_evm.h
> +++ b/include/configs/am57xx_evm.h
> @@ -36,11 +36,22 @@
>
> #define CONFIG_SYS_OMAP_ABE_SYSCK
>
> +#ifndef CONFIG_SPL_BUILD
> /* Define the default GPT table for eMMC */
> #define PARTS_DEFAULT \
> "uuid_disk=${uuid_gpt_disk};" \
> "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}"
>
> +/* Fastboot */
> +#define CONFIG_USB_FUNCTION_FASTBOOT
> +#define CONFIG_CMD_FASTBOOT
> +#define CONFIG_ANDROID_BOOT_IMAGE
> +#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
> +#define CONFIG_FASTBOOT_BUF_SIZE 0x2F000000
> +#define CONFIG_FASTBOOT_FLASH
> +#define CONFIG_FASTBOOT_FLASH_MMC_DEV 1
> +#endif
> +
> #include <configs/ti_omap5_common.h>
>
> /* Enhance our eMMC support / experience. */
>
next prev parent reply other threads:[~2016-03-08 13:28 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-08 11:42 [U-Boot] [PATCH 0/6] arm: am57xx: Add Fastboot support to AM57XX EVM Semen Protsenko
2016-03-08 11:42 ` [U-Boot] [PATCH 1/6] arm: am57xx: Enable USB gadget in AM57XX Semen Protsenko
2016-03-08 13:25 ` Lokesh Vutla
2016-03-08 11:42 ` [U-Boot] [PATCH 2/6] arm: am57xx: Enable Fastboot Semen Protsenko
2016-03-08 13:28 ` Lokesh Vutla [this message]
2016-03-08 15:17 ` Tom Rini
2016-03-08 11:42 ` [U-Boot] [PATCH 3/6] arm: am57xx: Define Android partition table Semen Protsenko
2016-03-08 15:20 ` Tom Rini
2016-03-08 11:42 ` [U-Boot] [PATCH 4/6] arm: am57xx: Set serial# variable Semen Protsenko
2016-03-08 15:20 ` Tom Rini
2016-03-08 11:42 ` [U-Boot] [PATCH 5/6] arm: am57xx: Enable 8-bit eMMC access on AM57XX EVM Semen Protsenko
2016-03-08 13:28 ` Lokesh Vutla
2016-03-08 15:21 ` Tom Rini
2016-03-08 11:42 ` [U-Boot] [PATCH 6/6] arm: am57xx: Keep environment in eMMC Semen Protsenko
2016-03-08 11:42 ` Lokesh Vutla
2016-03-09 10:46 ` Sam Protsenko
2016-03-09 12:22 ` Tom Rini
2016-03-08 15:06 ` [U-Boot] [PATCH 0/6] arm: am57xx: Add Fastboot support to AM57XX EVM Tom Rini
2016-03-09 10:35 ` Sam Protsenko
2016-03-09 12:21 ` Tom Rini
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=56DED364.5030809@ti.com \
--to=a0131933@ti.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