Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/drivers/demo/
H A Ddemo-uclass.c30 if (!ops->hello) in demo_hello()
33 return ops->hello(dev, ch); in demo_hello()
H A DKconfig17 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 Ddemo-simple.c27 .hello = simple_hello,
H A Ddemo-shape.c137 .hello = shape_hello,
/rk3399_rockchip-uboot/include/
H A Ddm-demo.h26 int (*hello)(struct udevice *dev, int ch); member
/rk3399_rockchip-uboot/doc/
H A DREADME.commands.itest16 if itest.s *40000 -eq hello then; ....
H A DREADME.sata60 12 hello.txt
H A DREADME.efi317 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 DREADME.standalone62 For example, the "hello world" application may be loaded and
/rk3399_rockchip-uboot/cmd/
H A Ddemo.c83 U_BOOT_CMD_MKENT(hello, 2, 1, do_demo_hello, "", ""),
H A DKconfig215 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 DREADME.txt47 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