| /rk3399_rockchip-uboot/lib/avb/libavb_ab/ |
| H A D | avb_ab_flow.c | 68 data->slots[0].priority = AVB_AB_MAX_PRIORITY; in avb_ab_data_init() 69 data->slots[0].tries_remaining = AVB_AB_MAX_TRIES_REMAINING; in avb_ab_data_init() 70 data->slots[0].successful_boot = 0; in avb_ab_data_init() 71 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_data_init() 72 data->slots[1].tries_remaining = AVB_AB_MAX_TRIES_REMAINING; in avb_ab_data_init() 73 data->slots[1].successful_boot = 0; in avb_ab_data_init() 188 slot_normalize(&ab_data->slots[0]); in load_metadata() 189 slot_normalize(&ab_data->slots[1]); in load_metadata() 231 if (slot_is_bootable(&ab_data.slots[n])) { in avb_ab_flow() 295 slot_set_unbootable(&ab_data.slots[n]); in avb_ab_flow() [all …]
|
| /rk3399_rockchip-uboot/lib/avb/rk_avb_user/ |
| H A D | rk_ab_ops_user.c | 148 data->slots[0].priority = AVB_AB_MAX_PRIORITY; in avb_ab_data_init() 149 data->slots[0].tries_remaining = AVB_AB_MAX_TRIES_REMAINING; in avb_ab_data_init() 150 data->slots[0].successful_boot = 0; in avb_ab_data_init() 151 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_data_init() 152 data->slots[1].tries_remaining = AVB_AB_MAX_TRIES_REMAINING; in avb_ab_data_init() 153 data->slots[1].successful_boot = 0; in avb_ab_data_init() 235 slot_normalize(&ab_data->slots[0]); in load_metadata() 236 slot_normalize(&ab_data->slots[1]); in load_metadata() 270 ab_data.slots[slot_number].priority = AVB_AB_MAX_PRIORITY; in avb_ab_mark_slot_active() 271 ab_data.slots[slot_number].tries_remaining = AVB_AB_MAX_TRIES_REMAINING; in avb_ab_mark_slot_active() [all …]
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_ab.c | 106 data->slots[0].priority = AVB_AB_MAX_PRIORITY; in spl_ab_data_init() 107 data->slots[0].tries_remaining = AVB_AB_MAX_TRIES_REMAINING; in spl_ab_data_init() 108 data->slots[0].successful_boot = 0; in spl_ab_data_init() 109 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1; in spl_ab_data_init() 110 data->slots[1].tries_remaining = AVB_AB_MAX_TRIES_REMAINING; in spl_ab_data_init() 111 data->slots[1].successful_boot = 0; in spl_ab_data_init() 238 if (spl_slot_is_bootable(&ab_data.slots[0]) && in spl_get_current_slot() 239 spl_slot_is_bootable(&ab_data.slots[1])) { in spl_get_current_slot() 240 if (ab_data.slots[1].priority > ab_data.slots[0].priority) in spl_get_current_slot() 244 } else if (spl_slot_is_bootable(&ab_data.slots[0])) { in spl_get_current_slot() [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.fsl_iim | 14 A fuse word contains 8 fuse bit slots, as explained in 30.4.2.2.1. 16 A bank contains 256 fuse word slots, as shown by the memory map in 30.3.1. 18 Some fuse bit or word slots may not have the corresponding fuses actually
|
| H A D | README.mxc_ocotp | 16 A fuse word contains 32 fuse bit slots, as explained in 46.2.1. 18 A bank contains 8 fuse word slots, as explained in 46.2.1 and shown by the 21 Some fuse bit or word slots may not have the corresponding fuses actually
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | qconf.h | 63 public slots: 220 public slots: 248 public slots: 277 public slots: 298 public slots:
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | boot_android.c | 227 ab_data.slots[0].priority, in do_avb_read_ab_metadata() 228 ab_data.slots[0].tries_remaining, in do_avb_read_ab_metadata() 229 ab_data.slots[0].successful_boot); in do_avb_read_ab_metadata() 233 ab_data.slots[1].priority, in do_avb_read_ab_metadata() 234 ab_data.slots[1].tries_remaining, in do_avb_read_ab_metadata() 235 ab_data.slots[1].successful_boot); in do_avb_read_ab_metadata()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 900 if (ab_info.slots[0].successful_boot) in fb_read_var() 907 if (ab_info.slots[1].successful_boot) in fb_read_var() 939 if (!ab_info.slots[0].successful_boot && in fb_read_var() 940 !ab_info.slots[0].tries_remaining && in fb_read_var() 941 !ab_info.slots[0].priority) in fb_read_var() 947 if (!ab_info.slots[1].successful_boot && in fb_read_var() 948 !ab_info.slots[1].tries_remaining && in fb_read_var() 949 !ab_info.slots[1].priority) in fb_read_var() 980 "%d", ab_info.slots[0].tries_remaining); in fb_read_var() 983 ab_info.slots[1].tries_remaining); in fb_read_var() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | socfpga_cyclone5.dtsi | 23 num-slots = <1>;
|
| H A D | socfpga_arria5.dtsi | 23 num-slots = <1>;
|
| H A D | rk3368-evb.dts | 44 num-slots = <1>;
|
| H A D | rk3066a-evb.dts | 115 num-slots = <1>; 124 num-slots = <1>;
|
| H A D | rk3066a-mk808.dts | 111 num-slots = <1>; 120 num-slots = <1>;
|
| H A D | socfpga_arria10_socdk_sdmmc.dts | 34 num-slots = <1>;
|
| H A D | rk3288-evb-rk1608.dtsi | 151 num-slots = <1>; 375 num-slots = <1>; 388 num-slots = <1>;
|
| H A D | rk1808-evb.dts | 56 num-slots = <1>;
|
| H A D | rk3288-evb.dtsi | 191 num-slots = <1>; 429 num-slots = <1>; 442 num-slots = <1>;
|
| H A D | rk3288-firefly.dtsi | 154 num-slots = <1>; 414 num-slots = <1>; 427 num-slots = <1>;
|
| H A D | rk3328-evb.dts | 84 num-slots = <1>; 101 num-slots = <1>;
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 1293 self.slots = [] 1297 self.slots.append(Slot(toolchains, configs, options, progress, 1310 for slot in self.slots: 1321 for slot in self.slots: 1333 for slot in self.slots: 1343 for slot in self.slots: 1362 for slot in self.slots: 1441 slots = Slots(toolchains, configs, options, progress, reference_src_dir, 1448 while not slots.add(defconfig): 1449 while not slots.available(): [all …]
|
| /rk3399_rockchip-uboot/board/advantech/ |
| H A D | Kconfig | 18 PCIe slots
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | pirq_routing.h | 51 struct irq_info slots[CONFIG_IRQ_SLOT_COUNT]; member
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_ab_flow.h | 96 AvbABSlotData slots[2]; member
|
| /rk3399_rockchip-uboot/common/ |
| H A D | android_ab.c | 565 if (!ab_data.slots[slot_index].successful_boot && in ab_decrease_tries() 566 ab_data.slots[slot_index].tries_remaining > 0) in ab_decrease_tries() 567 ab_data.slots[slot_index].tries_remaining -= 1; in ab_decrease_tries()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | irq.c | 170 slot_base = rt->slots; in create_pirq_routing_table() 251 pirq_route_irqs(dev, gd->arch.pirq_routing_table->slots, in irq_router_common_init()
|