mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
Palo is a PA-RISC/Linux boot loader. It can be used to make bootable disk images or network bootable images. While at it, add this boot package to myself in DEVELOPERS. Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
config BR2_TARGET_PALO
|
|
bool "palo"
|
|
depends on BR2_hppa
|
|
help
|
|
Palo is a PA-RISC/Linux boot loader.
|
|
|
|
It comprises iplboot, a bootloader loaded by the HP firmware,
|
|
and palo, a boot media management tool.
|
|
|
|
Palo allows to update disk images with a bootloader to make
|
|
them bootable, or to create network bootable images.
|
|
|
|
https://parisc.docs.kernel.org
|