summaryrefslogtreecommitdiffstats
path: root/include/config_distro_bootcmd.h
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt2021-01-201-3/+9
* distro_bootcmd: set devtype for dhcp bootIgor Opaniuk2020-12-151-0/+1
* arm: tegra: add options for BOOTENV_EFI_SET_FDTFILE_FALLBACK for tegra186Peter Robinson2020-12-041-0/+2
* distro_bootcmd: call EFI bootmgr even without having /EFI/bootMichael Walle2020-10-061-3/+6
* NVMe: do PCI enumerate before nvme scanPatrick Wildt2019-10-311-0/+1
* distro_bootcmd: refactor virtio to support PCI block devicesDavid Abdurachmanov2019-07-241-6/+21
* config_distro_bootcmd: Init IDE devicesJoshua Watt2019-06-211-1/+15
* distro: not taint environment variables if possibleAKASHI Takahiro2019-02-131-6/+7
* distro_bootcmd: add NVME supportHeinrich Schuchardt2019-02-131-0/+27
* distro_bootcmd: add VirtIO distro boot commandLukas Auer2018-11-261-0/+13
* riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64ILukas Auer2018-11-261-4/+4
* Ability to modify distro boot filenameMartyn Welch2018-11-161-3/+4
* efi: sandbox: Add distroboot supportSimon Glass2018-09-231-6/+10
* distro: Extend with RISC-V definesAlexander Graf2018-05-291-0/+11
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* distro bootcmd: Allow board defined UBI partition and volume namesDerald D. Woods2018-01-281-5/+10
* distro bootcmd: define bootloader name for x86Heinrich Schuchardt2017-11-301-0/+4
* efi_loader: add bootmgrRob Clark2017-09-201-0/+5
* Kconfig: Drop CONFIG_CMD_PCI_ENUMSimon Glass2017-08-111-1/+1
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-3/+3
* Kconfig: Add a CONFIG_IDE optionSimon Glass2017-05-221-3/+3
* cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay2017-01-281-4/+0
* efi_loader: Fix typo in distro scriptAlexander Graf2016-06-241-1/+1
* distro: Add efi pxe boot codeAlexander Graf2016-05-271-1/+46
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-3/+3
* efi_loader: Fall back to fdtfile naming conventionAlexander Graf2016-04-181-3/+21
* efi_loader: Pass fdt address directly to bootefi cmdAlexander Graf2016-04-181-3/+6
* arm64: Replace fdt_name env variables with fdtfileAlexander Graf2016-03-151-2/+2
* efi_loader: Add distro boot script for removable mediaAlexander Graf2016-03-151-1/+46
* distro bootcmd: enumerate PCI before network operationsStephen Warren2016-01-281-0/+12
* distro bootcmd: make net boot only optionally start USBStephen Warren2016-01-281-5/+6
* distro_bootcmd: Add support for booting from ubifsRoy Spliet2015-10-241-0/+19
* config_distro_bootcmd.h: Use a private variable for bootpartSjoerd Simons2015-10-221-7/+11
* config_distro_bootcmd.h: Add shared block definition for the host interfaceSjoerd Simons2015-04-191-0/+13
* config_distro_bootcmd.h: Prefer booting from bootable paritionsSjoerd Simons2015-03-251-1/+2
* config_distro_bootcmd.h: add note on error handlingStephen Warren2015-03-131-0/+16
* config_distro_bootcmd.h: Enable CONFIG_CMD_PARTHans de Goede2015-02-161-0/+4
* distro_bootcmd: read DHCP boot script name from a variableStephen Warren2015-01-301-1/+2
* distro_distro_bootcmd: use CONFIG_BOOTCOMMAND instead of setting bootcmd=Sjoerd Simons2015-01-291-1/+5
* config_distro_bootcmd: Scan all partitions for boot filesSjoerd Simons2015-01-291-3/+11
* config_distro_bootcmd.h: Remove unnecessary magic to avoid repeated USB scansHans de Goede2015-01-181-10/+2
* config_distro_bootcmd: Run 'scsi scan' before trying scsi disksHans de Goede2014-09-241-2/+15
* config: introduce a generic $bootcmdDennis Gilmore2014-08-091-0/+197