bootstd: Rename distro and syslinux to extlinux
authorSimon Glass <sjg@chromium.org>
Wed, 10 May 2023 22:34:46 +0000 (16:34 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 13 May 2023 13:52:32 +0000 (09:52 -0400)
commit79f663515a8a55bdcb7496d3db51462b6ff7c0c2
tree186981198b5434e049fbf3ead359c37bbc590369
parentc8894348454aef103a29e5afbfe45c0959b9d45b
bootstd: Rename distro and syslinux to extlinux

We use the terms 'distro' to mean extlinux but they are not really the
same. 'Distro' could refer to any method of booting a distribution,
whereas extlinux is a particular method.

Also we sometimes use syslinux, but it is better to use the same term in
all cases.

Rename distro to syslinux and also update bootstd uses of syslinux to use
extlinux instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
18 files changed:
arch/sandbox/dts/test.dts
boot/Kconfig
boot/Makefile
boot/bootmeth_extlinux.c [moved from boot/bootmeth_distro.c with 66% similarity]
boot/bootmeth_pxe.c
boot/bootmeth_qfw.c
boot/bootmeth_sandbox.c
doc/develop/bootstd.rst
doc/device-tree-bindings/bootmeth.txt
doc/device-tree-bindings/bootstd.txt
doc/usage/cmd/bootflow.rst
doc/usage/cmd/bootmeth.rst
doc/usage/cmd/dm.rst
include/bootmeth.h
include/extlinux.h [moved from include/distro.h with 62% similarity]
net/eth_bootdev.c
test/boot/bootflow.c
test/boot/bootmeth.c