From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 18 Apr 2017 22:35:30 +0200 Subject: [U-Boot] [PATCH v3 0/3] u-boot.elf: support other archs In-Reply-To: <1492293846-10640-15-git-send-email-noltari@gmail.com> References: <1492293846-10640-15-git-send-email-noltari@gmail.com> Message-ID: <1492547733-32347-1-git-send-email-noltari@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Provide an u-boot.elf binary for Broadcom MIPS platforms by re-using the already existing Makefile target for aarch64. This u-boot.elf binary should be used as a stage 2 loader until U-Boot can be replace the original Broadcom boot loader. Split patches from main BMIPS support. Álvaro Fernández Rojas (3): u-boot.elf: remove hard-coded arm64 flags u-boot.elf: fix entry symbol not found warning MIPS: add support for generating u-boot.elf Makefile | 14 ++++++-------- arch/arm/config.mk | 6 ++++++ arch/mips/config.mk | 1 + 3 files changed, 13 insertions(+), 8 deletions(-) -- 2.1.4