Searched refs:banner (Results 1 – 8 of 8) sorted by relevance
/u-boot/lib/efi/ |
A D | efi.c | 54 int efi_init(struct efi_priv *priv, const char *banner, efi_handle_t image, in efi_init() argument 69 efi_puts(priv, banner); in efi_init()
|
/u-boot/drivers/net/ |
A D | bcm-sf2-eth.c | 31 static const char banner[] = variable 219 printf(banner); in bcm_sf2_eth_register()
|
/u-boot/common/ |
A D | command.c | 306 static void print_argv(const char *banner, const char *leader, const char *sep, in print_argv() argument 313 if (banner) { in print_argv() 315 puts(banner); in print_argv()
|
/u-boot/include/ |
A D | efi.h | 440 int efi_init(struct efi_priv *priv, const char *banner, efi_handle_t image,
|
/u-boot/doc/develop/ |
A D | version.rst | 61 This is used as part of the banner string when U-Boot starts.
|
/u-boot/doc/board/xen/ |
A D | xenguest_arm64.rst | 57 usual prints like U-boot’s banner etc. until the serial driver is
|
/u-boot/board/hisilicon/hikey960/ |
A D | README | 90 > 2004:telnet:0:/dev/ttyUSB0:115200 8DATABITS NONE 1STOPBIT banner
|
/u-boot/common/spl/ |
A D | Kconfig | 280 bool "Enable output of the SPL banner 'U-Boot SPL ...'" 283 If this option is enabled, SPL will print the banner with version 288 bool "Enable output of the TPL banner 'U-Boot TPL ...'" 292 If this option is enabled, TPL will print the banner with version 311 banner ("U-Boot SPL ..."). This function should be provided by
|
Completed in 17 milliseconds