Lines Matching +full:x86_64 +full:- +full:linux
2 * Simple U-Boot uImage source file containing a single kernel
5 /dts-v1/;
8 description = "Simple image with single Linux kernel";
9 #address-cells = <1>;
13 description = "Vanilla Linux kernel";
17 os = "linux";
33 description = "Boot Linux kernel";
41 For x86 a setup node is also required: see x86-fit-boot.txt.
43 /dts-v1/;
46 description = "Simple image with single Linux kernel on x86";
47 #address-cells = <1>;
51 description = "Vanilla Linux kernel";
55 os = "linux";
65 description = "Linux setup.bin";
69 os = "linux";
82 description = "Boot Linux kernel";
89 Note: the above assumes a 32-bit kernel. To directly boot a 64-bit kernel,
90 change both arch values to "x86_64". U-Boot will then change to 64-bit mode