From 3103d4cbad582cc9e62aaf15fd5af308949a83f0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 23 Jun 2010 08:27:57 +0000 Subject: 2010-06-23 Sebastian Huber * make/custom/lpc32xx_mzx_boot_int.cfg, startup/linkcmds.lpc32xx_mzx_boot_int: Removed files. * include/boot.h, include/emc.h, include/i2c.h, include/nand-mlc.h, make/custom/lpc32xx_mzx.cfg, make/custom/lpc32xx_mzx_stage_1.cfg, make/custom/lpc32xx_mzx_stage_2.cfg, misc/boot.c, misc/emc.c, misc/i2c.c, misc/nand-mlc.c, misc/nand-mlc-read-blocks.c, misc/nand-mlc-write-blocks.c, misc/restart.c, startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1, startup/linkcmds.lpc32xx_mzx_stage_2: New files. * configure.ac, Makefile.am, preinstall.am: Reflect changes above. * include/bsp.h, include/lpc32xx.h, irq/irq.c, rtc/rtc-config.c, startup/bspstart.c, startup/bspstarthooks.c, startup/linkcmds.lpc32xx_phycore: Changes throughout. --- c/src/lib/libbsp/arm/lpc32xx/Makefile.am | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/arm/lpc32xx/Makefile.am') diff --git a/c/src/lib/libbsp/arm/lpc32xx/Makefile.am b/c/src/lib/libbsp/arm/lpc32xx/Makefile.am index 69ae723625..98600d15c3 100644 --- a/c/src/lib/libbsp/arm/lpc32xx/Makefile.am +++ b/c/src/lib/libbsp/arm/lpc32xx/Makefile.am @@ -44,6 +44,10 @@ include_bsp_HEADERS += include/mmu.h include_bsp_HEADERS += include/lpc32xx.h include_bsp_HEADERS += include/lpc-clock-config.h include_bsp_HEADERS += include/lpc-ethernet-config.h +include_bsp_HEADERS += include/nand-mlc.h +include_bsp_HEADERS += include/boot.h +include_bsp_HEADERS += include/i2c.h +include_bsp_HEADERS += include/emc.h include_libcpu_HEADERS = ../../../libcpu/arm/shared/include/cache.h \ ../../../libcpu/arm/shared/include/arm-cp15.h @@ -59,10 +63,13 @@ libbspstart_a_SOURCES = ../shared/start/start.S project_lib_DATA = start.$(OBJEXT) project_lib_DATA += startup/linkcmds +project_lib_DATA += startup/linkcmds.lpc32xx project_lib_DATA += ../shared/startup/linkcmds.base EXTRA_DIST = startup/linkcmds.lpc32xx_phycore \ - startup/linkcmds.lpc32xx_mzx_boot_int + startup/linkcmds.lpc32xx_mzx_stage_1 \ + startup/linkcmds.lpc32xx_mzx_stage_2 \ + startup/linkcmds.lpc32xx_mzx ############################################################################### # LibBSP # @@ -113,8 +120,15 @@ libbsp_a_SOURCES += ../shared/lpc/clock/lpc-clock-config.c \ libbsp_a_SOURCES += ../../shared/tod.c \ rtc/rtc-config.c -# Timer -libbsp_a_SOURCES += misc/timer.c +# Misc +libbsp_a_SOURCES += misc/timer.c \ + misc/nand-mlc.c \ + misc/nand-mlc-read-blocks.c \ + misc/nand-mlc-write-blocks.c \ + misc/restart.c \ + misc/boot.c \ + misc/emc.c \ + misc/i2c.c # SSP -- cgit v1.2.3