]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite4d791907811fe167887e7fd9c16d3e47dae5ec8
tree87cf662b943e62a09a704353bcc5b9b3c5f45a6d
parent41a1bc59cdd4d70e78b091beece9bae4ca9b09b8
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