Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2006 06:02:18 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96288 for review
Message-ID:  <200604280602.k3S62I2E018784@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96288

Change 96288 by imp@imp_hammer on 2006/04/28 06:02:00

	Looks a lot like we're going to have different versions of the
	loader_prompt.c code for iic and spi versions of the boot loader,
	so copy the file there.  This is sub-optimal from a code sharing
	perspective, but necessary for size reasons.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/bootiic/Makefile#14 edit
.. //depot/projects/arm/src/sys/boot/arm/at91/bootiic/loader_prompt.c#9 branch
.. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/Makefile#5 edit
.. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/loader_prompt.c#1 branch
.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/Makefile#11 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/bootiic/Makefile#14 (text+ko) ====

@@ -2,7 +2,7 @@
 
 P=bootiic
 FILES=${P}
-SRCS=arm_init.S main.c
+SRCS=arm_init.S main.c loader_prompt.c
 NO_MAN=
 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
 OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}

==== //depot/projects/arm/src/sys/boot/arm/at91/bootspi/Makefile#5 (text+ko) ====

@@ -2,7 +2,7 @@
 
 P=bootspi
 FILES=${P}
-SRCS=arm_init.s main.c
+SRCS=arm_init.s main.c loader_prompt.c
 NO_MAN=
 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
 OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/Makefile#11 (text+ko) ====

@@ -4,7 +4,7 @@
 
 LIB=		at91
 INTERNALLIB=
-SRCS=at91rm9200_lowlevel.c eeprom.c emac.c env_vars.c getc.c loader_prompt.c \
+SRCS=at91rm9200_lowlevel.c eeprom.c emac.c env_vars.c getc.c \
 	p_string.c putchar.c printf.c reset.c spi_flash.c xmodem.c
 NO_MAN=
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604280602.k3S62I2E018784>