From b742fd9b5b3c07129abfa3c099655346f6b1e6a6 Mon Sep 17 00:00:00 2001 From: Marty Gloff Date: Thu, 17 Dec 2015 10:10:47 -0600 Subject: Hostboot Bootloader Infrastructure New and changed code to provide bootloader infrastructure. Changes to build bootloader and create the image file. Change-Id: Ie400f0ca6954b86e275fd68c9462f8d18eeec98a RTC:127211 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22856 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell --- src/bootloader/makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/bootloader/makefile (limited to 'src/bootloader/makefile') diff --git a/src/bootloader/makefile b/src/bootloader/makefile new file mode 100644 index 000000000..cf5fe04a6 --- /dev/null +++ b/src/bootloader/makefile @@ -0,0 +1,33 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/bootloader/makefile $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2015,2016 +# [+] International Business Machines Corp. +# +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. See the License for the specific language governing +# permissions and limitations under the License. +# +# IBM_PROLOG_END_TAG +ROOTPATH = ../.. + +OBJS += bl_start.o +OBJS += bootloader.o +OBJS += bl_pnor_ecc.o +OBJS += bl_builtins.o + +include ${ROOTPATH}/config.mk + -- cgit v1.2.3