]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7761bf66f682be5e0694657dded52030b832dc41
tree186981198b5434e049fbf3ead359c37bbc590369
parentd462c69e1d88b5beab52ec6fefc904bb5d67e6c0
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>
20 files changed:
arch/sandbox/dts/test.dts
boot/Kconfig
boot/Makefile
boot/bootmeth_distro.c [deleted file]
boot/bootmeth_extlinux.c [new file with mode: 0644]
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/distro.h [deleted file]
include/extlinux.h [new file with mode: 0644]
net/eth_bootdev.c
test/boot/bootflow.c
test/boot/bootmeth.c