* [U-Boot] [PATCH] igep003x: Falcon mode
@ 2017-06-25 8:30 Ladislav Michl
2017-06-26 5:10 ` Heiko Schocher
2017-07-07 11:41 ` [U-Boot] " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Ladislav Michl @ 2017-06-25 8:30 UTC (permalink / raw)
To: u-boot
Implement spl_start_uboot to let Falcon mode work.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
board/isee/igep003x/board.c | 8 ++++++++
configs/am335x_igep003x_defconfig | 1 +
2 files changed, 9 insertions(+)
diff --git a/board/isee/igep003x/board.c b/board/isee/igep003x/board.c
index 2d0ebbf5ef..e33170d65f 100644
--- a/board/isee/igep003x/board.c
+++ b/board/isee/igep003x/board.c
@@ -166,6 +166,14 @@ void sdram_init(void)
config_ddr(400, &ioregs_igep0034_lite, &ddr3_igep0034_lite_data,
&ddr3_igep0034_lite_cmd_ctrl_data, &ddr3_igep0034_lite_emif_reg_data, 0);
}
+
+#ifdef CONFIG_SPL_OS_BOOT
+int spl_start_uboot(void)
+{
+ /* break into full u-boot on 'c' */
+ return serial_tstc() && serial_getc() == 'c';
+}
+#endif
#endif
/*
diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig
index df7d1c69af..8fc31461f1 100644
--- a/configs/am335x_igep003x_defconfig
+++ b/configs/am335x_igep003x_defconfig
@@ -22,6 +22,7 @@ CONFIG_SPL_STACK_R=y
CONFIG_SPL_EXT_SUPPORT=y
CONFIG_SPL_I2C_SUPPORT=y
CONFIG_SPL_MTD_SUPPORT=y
+CONFIG_SPL_OS_BOOT=y
CONFIG_SPL_POWER_SUPPORT=y
CONFIG_SPL_YMODEM_SUPPORT=y
CONFIG_HUSH_PARSER=y
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* [U-Boot] [PATCH] igep003x: Falcon mode
2017-06-25 8:30 [U-Boot] [PATCH] igep003x: Falcon mode Ladislav Michl
@ 2017-06-26 5:10 ` Heiko Schocher
2017-07-07 11:41 ` [U-Boot] " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Heiko Schocher @ 2017-06-26 5:10 UTC (permalink / raw)
To: u-boot
Hello Ladislav,
Am 25.06.2017 um 10:30 schrieb Ladislav Michl:
> Implement spl_start_uboot to let Falcon mode work.
>
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
> board/isee/igep003x/board.c | 8 ++++++++
> configs/am335x_igep003x_defconfig | 1 +
> 2 files changed, 9 insertions(+)
Thanks!
Acked-by: Heiko Schocher <hs@denx.de>
bye,
Heiko
>
> diff --git a/board/isee/igep003x/board.c b/board/isee/igep003x/board.c
> index 2d0ebbf5ef..e33170d65f 100644
> --- a/board/isee/igep003x/board.c
> +++ b/board/isee/igep003x/board.c
> @@ -166,6 +166,14 @@ void sdram_init(void)
> config_ddr(400, &ioregs_igep0034_lite, &ddr3_igep0034_lite_data,
> &ddr3_igep0034_lite_cmd_ctrl_data, &ddr3_igep0034_lite_emif_reg_data, 0);
> }
> +
> +#ifdef CONFIG_SPL_OS_BOOT
> +int spl_start_uboot(void)
> +{
> + /* break into full u-boot on 'c' */
> + return serial_tstc() && serial_getc() == 'c';
> +}
> +#endif
> #endif
>
> /*
> diff --git a/configs/am335x_igep003x_defconfig b/configs/am335x_igep003x_defconfig
> index df7d1c69af..8fc31461f1 100644
> --- a/configs/am335x_igep003x_defconfig
> +++ b/configs/am335x_igep003x_defconfig
> @@ -22,6 +22,7 @@ CONFIG_SPL_STACK_R=y
> CONFIG_SPL_EXT_SUPPORT=y
> CONFIG_SPL_I2C_SUPPORT=y
> CONFIG_SPL_MTD_SUPPORT=y
> +CONFIG_SPL_OS_BOOT=y
> CONFIG_SPL_POWER_SUPPORT=y
> CONFIG_SPL_YMODEM_SUPPORT=y
> CONFIG_HUSH_PARSER=y
>
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
^ permalink raw reply [flat|nested] 3+ messages in thread* [U-Boot] igep003x: Falcon mode
2017-06-25 8:30 [U-Boot] [PATCH] igep003x: Falcon mode Ladislav Michl
2017-06-26 5:10 ` Heiko Schocher
@ 2017-07-07 11:41 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-07-07 11:41 UTC (permalink / raw)
To: u-boot
On Sun, Jun 25, 2017 at 10:30:47AM +0200, Ladislav Michl wrote:
> Implement spl_start_uboot to let Falcon mode work.
>
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Acked-by: Heiko Schocher <hs@denx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170707/4b51851b/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-07 11:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-25 8:30 [U-Boot] [PATCH] igep003x: Falcon mode Ladislav Michl
2017-06-26 5:10 ` Heiko Schocher
2017-07-07 11:41 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox