* [PATCH] CONFIG_PBL_BREAK option is available for MIPS
@ 2019-09-06 9:45 iu87m888m
2019-09-06 10:24 ` Oleksij Rempel
0 siblings, 1 reply; 2+ messages in thread
From: iu87m888m @ 2019-09-06 9:45 UTC (permalink / raw)
To: barebox; +Cc: DU HUANPENG
From: DU HUANPENG <u74147@gmail.com>
Signed-off-by: DU HUANPENG <u74147@gmail.com>
---
common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Kconfig b/common/Kconfig
index 8aad5ba..a86b5e8 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1290,7 +1290,7 @@ config DEBUG_INITCALLS
config PBL_BREAK
bool "Execute software break on pbl start"
- depends on ARM
+ depends on ARM || MIPS
help
If this enabled, barebox will be compiled with BKPT instruction
on early pbl init. This option should be used only with JTAG debugger!
--
2.7.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] CONFIG_PBL_BREAK option is available for MIPS
2019-09-06 9:45 [PATCH] CONFIG_PBL_BREAK option is available for MIPS iu87m888m
@ 2019-09-06 10:24 ` Oleksij Rempel
0 siblings, 0 replies; 2+ messages in thread
From: Oleksij Rempel @ 2019-09-06 10:24 UTC (permalink / raw)
To: iu87m888m, barebox; +Cc: DU HUANPENG
Hi,
Am 06.09.19 um 11:45 schrieb iu87m888m@qq.com:
> From: DU HUANPENG <u74147@gmail.com>
>
> Signed-off-by: DU HUANPENG <u74147@gmail.com>
> ---
> common/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/common/Kconfig b/common/Kconfig
> index 8aad5ba..a86b5e8 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -1290,7 +1290,7 @@ config DEBUG_INITCALLS
>
> config PBL_BREAK
> bool "Execute software break on pbl start"
> - depends on ARM
> + depends on ARM || MIPS
> help
> If this enabled, barebox will be compiled with BKPT instruction
> on early pbl init. This option should be used only with JTAG debugger!
>
It is not enough to just enable it for MIPS. MIPS need appropriate code
to do this.
--
Regards,
Oleksij
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-06 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06 9:45 [PATCH] CONFIG_PBL_BREAK option is available for MIPS iu87m888m
2019-09-06 10:24 ` Oleksij Rempel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox