diff target-utils/include/halt.h @ 992:a7b0b426f9ca

target-utils: boot ROM UART autodetection revamped The new implementation should work with both the familiar Calypso C035 boot ROM version found in our regular targets as well as the older Calypso F741979B version found on the vintage D-Sample board.
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 30 Dec 2015 21:28:41 +0000
parents 40f607bb0a2c
children
line wrap: on
line diff
--- a/target-utils/include/halt.h	Wed Dec 30 20:48:12 2015 +0000
+++ b/target-utils/include/halt.h	Wed Dec 30 21:28:41 2015 +0000
@@ -8,3 +8,4 @@
 
 #define	HALTCODE_MAINEXITED	0x40
 #define	HALTCODE_INVALIDUART	0x41
+#define	HALTCODE_BOOTROMVER	0x42