Home
last modified time | relevance | path

Searched +full:grub2 +full:- +full:arm (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/
H A D.travis.yml2 # SPDX-License-Identifier: GPL-2.0+
4 # build U-Boot on Travis CI - https://travis-ci.org/
14 - cppcheck
15 - sloccount
16 - sparse
17 - bc
18 - build-essential
19 - libsdl1.2-dev
20 - python
21 - python-virtualenv
[all …]
/rk3399_rockchip-uboot/lib/efi_loader/
H A DKconfig2 bool "Support running EFI Applications in U-Boot"
3 depends on (ARM || X86) && OF_LIBFDT
6 Select this option if you want to run EFI applications (like grub2)
7 on top of U-Boot. If this option is enabled, U-Boot will expose EFI
8 interfaces to a loaded EFI application, enabling it to reuse U-Boot's
/rk3399_rockchip-uboot/doc/
H A DREADME.efi4 # SPDX-License-Identifier: GPL-2.0+
9 1 U-Boot on EFI
19 1.10 32/64-bit
23 2 EFI on U-Boot
29 U-Boot on EFI
31 This document provides information about U-Boot running on top of EFI, either
32 as an application or just as a means of getting U-Boot onto a new platform.
36 -------------------
39 - You have EFI running on a board but U-Boot does not natively support it
40 fully yet. You can boot into U-Boot from EFI and use that until U-Boot is
[all …]
H A DREADME.distro3 * Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved.
6 * SPDX-License-Identifier: GPL-2.0+
13 environments or bootloaders (PC BIOS, EFI, U-Boot, Barebox, ...). This makes
14 life complicated. Worse, bootloaders such as U-Boot have a configurable set
16 Hence, distros typically need to have board-specific knowledge in order to
19 This document defines a common set of U-Boot features that are required for
21 allow distros to install and boot in an out-of-the-box fashion should enable
24 to install on many boards without the need for board-specific logic.
33 board-specific installer/boot-configuration support in a distro.
36 that contains U-Boot, and that the user has somehow installed U-Boot to this
[all …]