| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | toolchain.py | 59 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument 90 if priority == PRIORITY_CALC: 91 self.priority = self.GetPriority(fname) 93 self.priority = priority 102 self.priority) 225 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument 238 toolchain = Toolchain(fname, test, verbose, priority, arch) 241 add_it = (toolchain.priority < 242 self.toolchains[toolchain.arch].priority) 248 (toolchain.gcc, toolchain.priority, toolchain.arch, [all …]
|
| H A D | README | 239 Tool chain test: OK, arch='x86', priority 1 241 Tool chain test: OK, arch='arm', priority 1 247 Tool chain test: OK, arch='i386', priority 4 253 Tool chain test: OK, arch='aarch64', priority 4 259 Tool chain test: OK, arch='microblaze', priority 4 265 Tool chain test: OK, arch='mips64', priority 4 271 Tool chain test: OK, arch='sparc64', priority 4 277 Tool chain test: OK, arch='arm', priority 3 278 …n/arm-unknown-linux-gnueabi-gcc' at priority 3 will be ignored because another toolchain for arch … 284 Tool chain test: OK, arch='sparc', priority 4 [all …]
|
| /rk3399_rockchip-uboot/lib/avb/rk_avb_user/ |
| H A D | rk_ab_ops_user.c | 65 slot->priority = 0; in slot_set_unbootable() 76 if (slot->priority > 0) { in slot_normalize() 148 data->slots[0].priority = AVB_AB_MAX_PRIORITY; in avb_ab_data_init() 151 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_data_init() 270 ab_data.slots[slot_number].priority = AVB_AB_MAX_PRIORITY; in avb_ab_mark_slot_active() 276 if (ab_data.slots[other_slot_number].priority == AVB_AB_MAX_PRIORITY) { in avb_ab_mark_slot_active() 277 ab_data.slots[other_slot_number].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_mark_slot_active() 311 return (slot->priority > 0) && in slot_is_bootable() 330 if (ab_data.slots[1].priority > ab_data.slots[0].priority) { in rk_avb_ab_slot_select()
|
| /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() 71 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_data_init() 136 return slot->priority > 0 && in slot_is_bootable() 141 slot->priority = 0; in slot_set_unbootable() 151 if (slot->priority > 0) { in slot_normalize() 302 if (ab_data.slots[1].priority > ab_data.slots[0].priority) { in avb_ab_flow() 424 ab_data.slots[slot_number].priority = AVB_AB_MAX_PRIORITY; in avb_ab_mark_slot_active() 430 if (ab_data.slots[other_slot_number].priority == AVB_AB_MAX_PRIORITY) { in avb_ab_mark_slot_active() 431 ab_data.slots[other_slot_number].priority = AVB_AB_MAX_PRIORITY - 1; in avb_ab_mark_slot_active()
|
| /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() 109 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1; in spl_ab_data_init() 197 return slot->priority > 0 && in spl_slot_is_bootable() 240 if (ab_data.slots[1].priority > ab_data.slots[0].priority) in spl_get_current_slot() 313 slot->priority = 0; in spl_slot_set_unbootable() 324 if (slot->priority > 0) { in spl_slot_normalize()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | android_ab.c | 38 .priority = 15, in android_boot_control_default() 142 if (a->priority != b->priority) in android_ab_compare_slots() 143 return b->priority - a->priority; in android_ab_compare_slots() 227 abc->slot_info[i].priority, in android_ab_select()
|
| H A D | android_bootloader.c | 460 slot->priority = 0; in slot_set_unbootable()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | android_bootloader_message.h | 128 uint8_t priority : 4; member
|
| H A D | MCD_dma.h | 75 u8 priority[32]; /* priority */ member 309 int priority, u32 flags, u32 funcDesc);
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_ab_flow.h | 66 uint8_t priority; member
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | ubi.h | 247 int priority; member
|
| /rk3399_rockchip-uboot/drivers/irq/ |
| H A D | irq-gic.c | 58 static inline void int_set_prio_filter(u32 priority) in int_set_prio_filter() argument 60 gicc_writel(priority & 0xff, GICC_PMR); in int_set_prio_filter()
|
| /rk3399_rockchip-uboot/drivers/dma/ |
| H A D | MCD_dmaApi.c | 362 int priority, u32 flags, u32 funcDesc in MCD_startDma() argument 447 MCD_dmaBar->priority[channel] = (u8) priority & PRIORITY_PRI_MASK; in MCD_startDma()
|
| /rk3399_rockchip-uboot/include/fsl-mc/ |
| H A D | fsl_dpni.h | 391 MC_CMD_OP(cmd, 0, 32, 8, uint8_t, cfg->dest_cfg.priority);\ 419 MC_RSP_OP(cmd, 0, 32, 8, uint8_t, attr->dest_cfg.priority);\ 436 MC_CMD_OP(cmd, 0, 32, 8, uint8_t, cfg->queue_cfg.dest_cfg.priority); \ 464 attr->queue_attr.dest_cfg.priority); \ 1379 uint8_t priority; member
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | boot_android.c | 227 ab_data.slots[0].priority, in do_avb_read_ab_metadata() 233 ab_data.slots[1].priority, in do_avb_read_ab_metadata()
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | README | 58 or the I2C touch controller of the LVDS and RGB displays in the priority
|
| /rk3399_rockchip-uboot/arch/arm/mach-sunxi/ |
| H A D | dram_sunxi_dw.c | 82 bool priority, in mbus_configure_port() argument 94 | (priority ? (1 << 1) : 0) in mbus_configure_port()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | nonsec_virt.S | 177 str r1, [r3, #GICC_PMR] @ set priority mask register
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 941 !ab_info.slots[0].priority) in fb_read_var() 949 !ab_info.slots[1].priority) in fb_read_var() 1361 !ab_info.slots[0].priority) in fb_getvar_all() 1373 !ab_info.slots[1].priority) in fb_getvar_all()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ipu_disp.c | 280 static void ipu_dc_link_event(int chan, int event, int addr, int priority) in ipu_dc_link_event() argument 286 reg |= ((addr << 8) | priority) << (16 * (event & 0x1)); in ipu_dc_link_event()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3128.dtsi | 133 rockchip,priority = <3 3>; 138 rockchip,priority = <3 3>;
|
| H A D | tegra124-nyan.dtsi | 716 priority = <200>;
|
| H A D | rk3288-veyron.dtsi | 103 priority = /bits/ 8 <200>;
|
| /rk3399_rockchip-uboot/dts/ |
| H A D | Kconfig | 273 for U-Boot prop, so providing this configure which has higher priority, that if it
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.x86 | 1124 Given U-Boot's extensive 64-bit support this has not been a high priority,
|