summaryrefslogtreecommitdiff
path: root/include/config_distro_bootcmd.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-06distro_bootcmd: Update DM_PCI checkSimon Glass1-1/+1
2021-07-23distro_boot: Fix block device after DHCP boot sequenceAndre Przywara1-1/+1
2021-01-20efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt1-3/+9
2020-12-15distro_bootcmd: set devtype for dhcp bootIgor Opaniuk1-0/+1
2020-12-04arm: tegra: add options for BOOTENV_EFI_SET_FDTFILE_FALLBACK for tegra186Peter Robinson1-0/+2
2020-10-06distro_bootcmd: call EFI bootmgr even without having /EFI/bootMichael Walle1-3/+6
2019-10-31NVMe: do PCI enumerate before nvme scanPatrick Wildt1-0/+1
2019-07-24distro_bootcmd: refactor virtio to support PCI block devicesDavid Abdurachmanov1-6/+21
2019-06-21config_distro_bootcmd: Init IDE devicesJoshua Watt1-1/+15
2019-02-13distro: not taint environment variables if possibleAKASHI Takahiro1-6/+7
2019-02-13distro_bootcmd: add NVME supportHeinrich Schuchardt1-0/+27
2018-11-26distro_bootcmd: add VirtIO distro boot commandLukas Auer1-0/+13
2018-11-26riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64ILukas Auer1-4/+4
2018-11-17Ability to modify distro boot filenameMartyn Welch1-3/+4
2018-09-23efi: sandbox: Add distroboot supportSimon Glass1-6/+10
2018-05-29distro: Extend with RISC-V definesAlexander Graf1-0/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-28distro bootcmd: Allow board defined UBI partition and volume namesDerald D. Woods1-5/+10
2017-11-30distro bootcmd: define bootloader name for x86Heinrich Schuchardt1-0/+4
2017-09-20efi_loader: add bootmgrRob Clark1-0/+5
2017-08-11Kconfig: Drop CONFIG_CMD_PCI_ENUMSimon Glass1-1/+1
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-3/+3
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-3/+3
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay1-4/+0
2016-06-25efi_loader: Fix typo in distro scriptAlexander Graf1-1/+1
2016-05-27distro: Add efi pxe boot codeAlexander Graf1-1/+46
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-3/+3
2016-04-19efi_loader: Fall back to fdtfile naming conventionAlexander Graf1-3/+21
2016-04-19efi_loader: Pass fdt address directly to bootefi cmdAlexander Graf1-3/+6
2016-03-16arm64: Replace fdt_name env variables with fdtfileAlexander Graf1-2/+2
2016-03-16efi_loader: Add distro boot script for removable mediaAlexander Graf1-1/+46
2016-01-29distro bootcmd: enumerate PCI before network operationsStephen Warren1-0/+12
2016-01-29distro bootcmd: make net boot only optionally start USBStephen Warren1-5/+6
2015-10-24distro_bootcmd: Add support for booting from ubifsRoy Spliet1-0/+19
2015-10-22config_distro_bootcmd.h: Use a private variable for bootpartSjoerd Simons1-7/+11
2015-04-19config_distro_bootcmd.h: Add shared block definition for the host interfaceSjoerd Simons1-0/+13
2015-03-25config_distro_bootcmd.h: Prefer booting from bootable paritionsSjoerd Simons1-1/+2
2015-03-13config_distro_bootcmd.h: add note on error handlingStephen Warren1-0/+16
2015-02-16config_distro_bootcmd.h: Enable CONFIG_CMD_PARTHans de Goede1-0/+4
2015-01-30distro_bootcmd: read DHCP boot script name from a variableStephen Warren1-1/+2
2015-01-29distro_distro_bootcmd: use CONFIG_BOOTCOMMAND instead of setting bootcmd=Sjoerd Simons1-1/+5
2015-01-29config_distro_bootcmd: Scan all partitions for boot filesSjoerd Simons1-3/+11
2015-01-18config_distro_bootcmd.h: Remove unnecessary magic to avoid repeated USB scansHans de Goede1-10/+2
2014-09-25config_distro_bootcmd: Run 'scsi scan' before trying scsi disksHans de Goede1-2/+15
2014-08-09config: introduce a generic $bootcmdDennis Gilmore1-0/+197