alpha: Fix bootpfile and bootpzfile make targets
authorHelge Deller <deller@gmx.de>
Mon, 23 Mar 2015 21:47:21 +0000 (22:47 +0100)
committerMatt Turner <mattst88@gmail.com>
Tue, 26 May 2015 17:01:50 +0000 (10:01 -0700)
commit234306038064131a77da176d41e89e2c1535cda9
tree87cf662b943e62a09a704353bcc5b9b3c5f45a6d
parent9f7b2d1f02c5dae9c7fd59848681c88dc3741819
alpha: Fix bootpfile and bootpzfile make targets

Fix the bootpfile and bootpzfile make targets to creat BOOTP images.
Both targets were broken due to some missing defines to re-map ELF
constants. In addition the old code used the generic vsprintf function
of the kernel which we now replace by a simple and much smaller
implementation for the bootloader.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/boot/Makefile
arch/alpha/boot/main.c
arch/alpha/boot/stdio.c [new file with mode: 0644]
arch/alpha/boot/tools/objstrip.c