annotate loadtools/compaldummy.c @ 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 2e699aa67f03
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
423
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
1 /*
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
2 * If you need to build a version of loadtools without compalstage support,
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
3 * e.g., because you are building for GTA01/02 AP, substitute this dummy
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
4 * module in the place of compalload.c to get a passing build.
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
5 */
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
6
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
7 void
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
8 set_compalstage_short()
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
9 {
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
10 }
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
11
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
12 void
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
13 set_compalstage_fullpath()
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
14 {
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
15 }
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
16
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
17 perform_compal_stage()
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
18 {
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
19 return(0);
2e699aa67f03 loadtools: GTA02 AP build updated
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
20 }