| /boot/ |
| A D | bootmeth_android.c | 195 static int configure_serialno(struct bootflow *bflow) in configure_serialno() 205 static int configure_bootloader_version(struct bootflow *bflow) in configure_bootloader_version() 326 static int android_read_file(struct udevice *dev, struct bootflow *bflow, in android_read_file() 393 static int avb_append_commandline_arg(struct bootflow *bflow, char *arg) in avb_append_commandline_arg() 406 static int avb_append_commandline(struct bootflow *bflow, char *cmdline) in avb_append_commandline() 422 static int run_avb_verification(struct bootflow *bflow) in run_avb_verification() 500 static int run_avb_verification(struct bootflow *bflow) in run_avb_verification() 515 static int boot_android_normal(struct bootflow *bflow) in boot_android_normal() 554 static int boot_android_recovery(struct bootflow *bflow) in boot_android_recovery() 563 static int boot_android_bootloader(struct bootflow *bflow) in boot_android_bootloader() [all …]
|
| A D | bootflow.c | 383 struct bootflow *bflow) in bootflow_scan_first() 457 void bootflow_init(struct bootflow *bflow, struct udevice *bootdev, in bootflow_init() 467 void bootflow_free(struct bootflow *bflow) in bootflow_free() 485 void bootflow_remove(struct bootflow *bflow) in bootflow_remove() 491 int bootflow_read_all(struct bootflow *bflow) in bootflow_read_all() 506 int bootflow_boot(struct bootflow *bflow) in bootflow_boot() 635 int bootflow_cmdline_set(struct bootflow *bflow, const char *value) in bootflow_cmdline_set() 659 struct bootflow *bflow; in on_bootargs() local 917 int bootflow_cmdline_get_arg(struct bootflow *bflow, const char *arg, in bootflow_cmdline_get_arg() 931 int bootflow_cmdline_auto(struct bootflow *bflow, const char *arg) in bootflow_cmdline_auto() [all …]
|
| A D | bootmeth_script.c | 41 static int script_fill_info(struct bootflow *bflow) in script_fill_info() 66 struct bootflow *bflow) in script_read_bootflow_file() 117 static int script_read_bootflow_net(struct bootflow *bflow) in script_read_bootflow_net() 151 static int script_read_bootflow(struct udevice *dev, struct bootflow *bflow) in script_read_bootflow() 176 static int script_set_bootflow(struct udevice *dev, struct bootflow *bflow, in script_set_bootflow() 187 static int script_boot(struct udevice *dev, struct bootflow *bflow) in script_boot()
|
| A D | bootmeth-uclass.c | 44 int bootmeth_read_bootflow(struct udevice *dev, struct bootflow *bflow) in bootmeth_read_bootflow() 54 int bootmeth_set_bootflow(struct udevice *dev, struct bootflow *bflow, in bootmeth_set_bootflow() 66 int bootmeth_read_all(struct udevice *dev, struct bootflow *bflow) in bootmeth_read_all() 77 int bootmeth_boot(struct udevice *dev, struct bootflow *bflow) in bootmeth_boot() 87 int bootmeth_read_file(struct udevice *dev, struct bootflow *bflow, in bootmeth_read_file() 99 int bootmeth_get_bootflow(struct udevice *dev, struct bootflow *bflow) in bootmeth_get_bootflow() 296 int bootmeth_setup_fs(struct bootflow *bflow, struct blk_desc *desc) in bootmeth_setup_fs() 311 int bootmeth_try_file(struct bootflow *bflow, struct blk_desc *desc, in bootmeth_try_file() 346 int bootmeth_alloc_file(struct bootflow *bflow, uint size_limit, uint align, in bootmeth_alloc_file() 376 int bootmeth_alloc_other(struct bootflow *bflow, const char *fname, in bootmeth_alloc_other() [all …]
|
| A D | bootmeth_efi.c | 48 static bool bootmeth_uses_network(struct bootflow *bflow) in bootmeth_uses_network() 56 static int efiload_read_file(struct bootflow *bflow, ulong addr) in efiload_read_file() 100 struct bootflow *bflow) in distro_efi_try_bootflow_files() 173 static int distro_efi_read_bootflow_net(struct bootflow *bflow) in distro_efi_read_bootflow_net() 253 static int distro_efi_read_bootflow(struct udevice *dev, struct bootflow *bflow) in distro_efi_read_bootflow() 279 static int distro_efi_boot(struct udevice *dev, struct bootflow *bflow) in distro_efi_boot()
|
| A D | bootmeth_sandbox.c | 21 static int sandbox_read_bootflow(struct udevice *dev, struct bootflow *bflow) in sandbox_read_bootflow() 29 static int sandbox_read_file(struct udevice *dev, struct bootflow *bflow, in sandbox_read_file() 36 static int sandbox_boot(struct udevice *dev, struct bootflow *bflow) in sandbox_boot()
|
| A D | bootmeth_cros.c | 204 static int cros_read_buf(struct bootflow *bflow, void *buf, ulong size, in cros_read_buf() 268 static int cros_read_info(struct bootflow *bflow, const char *uuid, in cros_read_info() 326 static int cros_read_kernel(struct bootflow *bflow) in cros_read_kernel() 365 static int cros_read_bootflow(struct udevice *dev, struct bootflow *bflow) in cros_read_bootflow() 416 static int cros_read_file(struct udevice *dev, struct bootflow *bflow, in cros_read_file() 424 static int cros_read_all(struct udevice *dev, struct bootflow *bflow) in cros_read_all() 438 static int cros_boot(struct udevice *dev, struct bootflow *bflow) in cros_boot()
|
| A D | bootmeth_qfw.c | 31 static int qfw_read_bootflow(struct udevice *dev, struct bootflow *bflow) in qfw_read_bootflow() 54 static int qfw_read_file(struct udevice *dev, struct bootflow *bflow, in qfw_read_file() 61 static int qfw_boot(struct udevice *dev, struct bootflow *bflow) in qfw_boot()
|
| A D | bootmeth_efi_mgr.c | 48 static int efi_mgr_read_bootflow(struct udevice *dev, struct bootflow *bflow) in efi_mgr_read_bootflow() 76 static int efi_mgr_read_file(struct udevice *dev, struct bootflow *bflow, in efi_mgr_read_file() 85 static int efi_mgr_boot(struct udevice *dev, struct bootflow *bflow) in efi_mgr_boot()
|
| A D | bootmeth_rauc.c | 82 static int distro_rauc_scan_parts(struct bootflow *bflow) in distro_rauc_scan_parts() 122 static int distro_rauc_read_bootflow(struct udevice *dev, struct bootflow *bflow) in distro_rauc_read_bootflow() 205 static int distro_rauc_read_file(struct udevice *dev, struct bootflow *bflow, in distro_rauc_read_file() 216 static int distro_rauc_load_boot_script(struct bootflow *bflow, in distro_rauc_load_boot_script() 321 static int distro_rauc_boot(struct udevice *dev, struct bootflow *bflow) in distro_rauc_boot()
|
| A D | bootmeth_pxe.c | 62 struct bootflow *bflow) in extlinux_pxe_read_bootflow() 120 static int extlinux_pxe_read_file(struct udevice *dev, struct bootflow *bflow, in extlinux_pxe_read_file() 149 static int extlinux_pxe_boot(struct udevice *dev, struct bootflow *bflow) in extlinux_pxe_boot()
|
| A D | vbe_simple_fw.c | 51 int vbe_simple_read_bootflow_fw(struct udevice *dev, struct bootflow *bflow) in vbe_simple_read_bootflow_fw() 98 struct bootflow bflow; in simple_load_from_image() local
|
| A D | bootmeth_extlinux.c | 109 static int extlinux_fill_info(struct bootflow *bflow) in extlinux_fill_info() 135 static int extlinux_read_bootflow(struct udevice *dev, struct bootflow *bflow) in extlinux_read_bootflow() 176 static int extlinux_boot(struct udevice *dev, struct bootflow *bflow) in extlinux_boot()
|
| A D | vbe_simple.c | 84 static int vbe_simple_read_bootflow(struct udevice *dev, struct bootflow *bflow) in vbe_simple_read_bootflow() 100 static int vbe_simple_read_file(struct udevice *dev, struct bootflow *bflow, in vbe_simple_read_file()
|
| A D | vbe_abrec_fw.c | 63 int abrec_read_bootflow_fw(struct udevice *dev, struct bootflow *bflow) in abrec_read_bootflow_fw() 210 struct bootflow bflow; in abrec_load_from_image() local
|
| A D | bootstd-uclass.c | 46 struct bootflow *bflow; in bootstd_clear_glob_() local 63 int bootstd_add_bootflow(struct bootflow *bflow) in bootstd_add_bootflow()
|
| A D | prog_boot.c | 34 struct bootflow bflow; in bootstd_prog_boot() local
|
| A D | bootflow_menu.c | 121 int bootflow_menu_add(struct expo *exp, struct bootflow *bflow, int seq, in bootflow_menu_add() 194 struct bootflow *bflow; in bootflow_menu_add_all() local
|
| A D | bootdev-uclass.c | 39 struct bootflow *bflow; in bootdev_first_bootflow() local 57 struct bootflow *bflow; in bootdev_next_bootflow() local 94 struct bootflow_iter *iter, struct bootflow *bflow) in bootdev_find_in_blk() 540 struct bootflow *bflow) in default_get_bootflow() 565 struct bootflow *bflow) in bootdev_get_bootflow()
|