Lines Matching refs:it
13 1.4 Trying it out
25 2.2 How do I get it?
39 - You have EFI running on a board but U-Boot does not natively support it
44 requires it in order to provide support
61 memory and type 'help' but that is about it.
96 Trying it out
98 QEMU is an emulator and it can emulate an x86 machine. Please make sure your
106 Add -nographic if you want to use the terminal for output. Once it starts
111 To try it on real hardware, put u-boot-app.efi on a suitable boot medium,
112 such as a USB stick. Then you can type something like this to start it:
120 EFI (or vice versa). Also it will often fail to print an error message if
146 'boot services' to send and receive characters. Although it is implemented
157 little x86-specific code involved - you can find most of it in
168 for booting it. The stub application is built as a normal EFI application
169 except that it has a lot of data attached to it.
176 The stub application is architecture-dependent. At present it has some
180 used by U-Boot (the payload). In fact when U-Boot starts it has all of the
181 memory available to it and can operate as it pleases (but see the next
192 Although U-Boot can use any memory it likes, EFI marks some memory as used
197 will relocate itself to the top of the largest block of memory it can find
203 it is possible that an interrupt will fire that U-Boot cannot handle. This
235 use case is not readily apparent, but it might be fun.
238 use of boot services in case it wants to. It is unclear what it might want
274 it.
284 How do I get it?
303 When enabled, the resulting U-Boot binary only grows by ~10KB, so it's very
310 Simple use cases like "Plug this SD card into my ARM device and it just