Searched refs:hello (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/drivers/demo/ |
| H A D | demo-uclass.c | 30 if (!ops->hello) in demo_hello() 33 return ops->hello(dev, ch); in demo_hello()
|
| H A D | Kconfig | 17 a message when the 'demo hello' command is executed which targets 26 a shape when the 'demo hello' command is executed which targets
|
| H A D | demo-simple.c | 27 .hello = simple_hello,
|
| H A D | demo-shape.c | 137 .hello = shape_hello,
|
| /rk3399_rockchip-uboot/include/ |
| H A D | dm-demo.h | 26 int (*hello)(struct udevice *dev, int ch); member
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.commands.itest | 16 if itest.s *40000 -eq hello then; ....
|
| H A D | README.sata | 60 12 hello.txt
|
| H A D | README.efi | 317 You can run a simple 'hello world' EFI program in U-Boot. 322 > bootefi hello 324 The 'hello world EFI' program will then run, print a message and exit.
|
| H A D | README.standalone | 62 For example, the "hello world" application may be loaded and
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | demo.c | 83 U_BOOT_CMD_MKENT(hello, 2, 1, do_demo_hello, "", ""),
|
| H A D | Kconfig | 215 bool "Compile a standard EFI hello world binary for testing" 219 This compiles a standard EFI hello world application with U-Boot so 228 bool "Allow booting a standard EFI hello world for testing" 231 This adds a standard EFI hello world application to U-Boot so that 232 it can be used with the 'bootefi hello' command. This is useful
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | README.txt | 47 saying hello, and reporting its status. There are two drivers in this 50 - simple: Just prints a message for hello, doesn't implement status 61 =>demo hello 1 65 =>demo hello 2 74 =>demo hello 4 ^ 250 This function is in the demo uclass. It takes care of calling the 'hello' 260 if (!ops->hello) 263 return ops->hello(dev, ch); 291 .hello = shape_hello, 303 This driver has two methods (hello and status) and requires a bit of
|