Lines Matching refs:configuration
29 This model assumes that boards will load boot configuration files from a
33 board-specific installer/boot-configuration support in a distro.
42 configuration file generation logic can still be board-agnostic.
49 configuration files from there. A U-Boot board port that enables the features
50 mentioned in this document will search for boot configuration files in the
54 configuration data to indicate which storage device the system should boot
57 Distros simply need to install the boot configuration files (see next
61 conceptually identical to creating a grub2 configuration file on a desktop
66 configuration files. Other bootloaders are recommended to do the same, since
70 U-Boot can also search for boot configuration files from a TFTP server.
75 The standard format for boot configuration files is that of extlinux.conf, as
83 * Prescribes a separate configuration per boot menu option, whereas U-Boot
126 Another hand-crafted network boot configuration file is:
171 In your board configuration file, include the following:
190 configuration file. While doing so is fully supported, and
199 is defined in a way that searches attached disks for boot configuration files,
207 CONFIG_EXTRA_ENV_SETTINGS in the board's U-Boot configuration file, so that
276 that automatically search attached disks for boot configuration files and
279 configuration, simply define macro BOOT_TARGET_DEVICES prior to including
321 searched for boot configuration files (extlinux.conf, boot.scr).