| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_vbmeta_image.c | 38 AvbVBMetaImageHeader h; in avb_vbmeta_image_verify() local 70 &h); in avb_vbmeta_image_verify() 75 if ((h.required_libavb_version_major != AVB_VERSION_MAJOR) || in avb_vbmeta_image_verify() 76 (h.required_libavb_version_minor > AVB_VERSION_MINOR)) { in avb_vbmeta_image_verify() 83 if (h.release_string[AVB_RELEASE_STRING_SIZE - 1] != '\0') { in avb_vbmeta_image_verify() 89 if ((h.authentication_data_block_size & 0x3f) != 0 || in avb_vbmeta_image_verify() 90 (h.auxiliary_data_block_size & 0x3f) != 0) { in avb_vbmeta_image_verify() 97 if (!avb_safe_add_to(&block_total, h.authentication_data_block_size) || in avb_vbmeta_image_verify() 98 !avb_safe_add_to(&block_total, h.auxiliary_data_block_size)) { in avb_vbmeta_image_verify() 116 if (!avb_safe_add(&hash_end, h.hash_offset, h.hash_size) || in avb_vbmeta_image_verify() [all …]
|
| H A D | avb_sha512.c | 86 #define SHA512_EXP(a, b, c, d, e, f, g, h, j) \ argument 88 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha512_k[j] + \ 92 wv[h] = t1 + t2; \ 150 ctx->h[0] = sha512_h0[0]; in avb_sha512_init() 151 ctx->h[1] = sha512_h0[1]; in avb_sha512_init() 152 ctx->h[2] = sha512_h0[2]; in avb_sha512_init() 153 ctx->h[3] = sha512_h0[3]; in avb_sha512_init() 154 ctx->h[4] = sha512_h0[4]; in avb_sha512_init() 155 ctx->h[5] = sha512_h0[5]; in avb_sha512_init() 156 ctx->h[6] = sha512_h0[6]; in avb_sha512_init() [all …]
|
| H A D | avb_sha256.c | 101 #define SHA256_EXP(a, b, c, d, e, f, g, h, j) \ argument 103 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha256_k[j] + \ 107 wv[h] = t1 + t2; \ 137 ctx->h[i] = sha256_h0[i]; in avb_sha256_init() 140 ctx->h[0] = sha256_h0[0]; in avb_sha256_init() 141 ctx->h[1] = sha256_h0[1]; in avb_sha256_init() 142 ctx->h[2] = sha256_h0[2]; in avb_sha256_init() 143 ctx->h[3] = sha256_h0[3]; in avb_sha256_init() 144 ctx->h[4] = sha256_h0[4]; in avb_sha256_init() 145 ctx->h[5] = sha256_h0[5]; in avb_sha256_init() [all …]
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | lz4_wrapper.c | 38 bool lz4_is_valid_header(const unsigned char *h) in lz4_is_valid_header() argument 40 const struct lz4_frame_header *hdr = (const struct lz4_frame_header *)h; in lz4_is_valid_header() 75 const struct lz4_frame_header *h = in; in ulz4fn() local 77 if (srcn < sizeof(*h) + sizeof(u64) + sizeof(u8)) in ulz4fn() 81 if (le32_to_cpu(h->magic) != LZ4F_MAGIC || h->version != 1) in ulz4fn() 83 if (h->reserved0 || h->reserved1 || h->reserved2) in ulz4fn() 85 if (!h->independent_blocks) in ulz4fn() 87 has_block_checksum = h->has_block_checksum; in ulz4fn() 89 in += sizeof(*h); in ulz4fn() 90 if (h->has_content_size) in ulz4fn()
|
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | getopt.h | 38 #define _SANDBOX_CMDLINE_OPT(f, s, ha, h) \ argument 42 .help = h, \ 65 #define SANDBOX_CMDLINE_OPT(f, ha, h) _SANDBOX_CMDLINE_OPT(f, 0, ha, h) argument 70 #define SANDBOX_CMDLINE_OPT_SHORT(f, s, ha, h) _SANDBOX_CMDLINE_OPT(f, s, ha, h) argument
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | .gitignore | 2 config_data_gz.h 3 config_data_size.h 5 license_data_gz.h 6 license_data_size.h
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | bcm2835.c | 18 int w, h, pitch; in bcm2835_video_probe() local 22 ret = bcm2835_get_video_size(&w, &h); in bcm2835_video_probe() 26 debug("bcm2835: Setting up display for %d x %d\n", w, h); in bcm2835_video_probe() 27 ret = bcm2835_set_video_params(&w, &h, 32, BCM2835_MBOX_PIXEL_ORDER_RGB, in bcm2835_video_probe() 31 debug("bcm2835: Final resolution is %d x %d\n", w, h); in bcm2835_video_probe() 42 uc_priv->ysize = h; in bcm2835_video_probe()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | release.S | 31 lis r3, HID0_EMCP@h /* enable machine check */ 86 lis r3,BUCSR_ENABLE@h 96 lis r2,(L1CSR1_ICFI|L1CSR1_ICLFR)@h 104 lis r3,(L1CSR1_CPE|L1CSR1_ICE)@h 114 lis r2,(L1CSR0_DCFI|L1CSR0_DCLFR)@h 122 lis r3,(L1CSR0_CPE|L1CSR0_DCE)@h 134 lis r3,toreset(__spin_table_addr)@h 204 lis r5,SVR_P4080@h 221 oris r3,r3,(L1CSR2_DCWS)@h 233 andis. r3,r3,(L1CSR2_DCWS)@h [all …]
|
| H A D | start.S | 136 lis r2, L2CSR0_L2E@h 143 lis r2,(L2CSR0_L2FL)@h 156 lis r2, L2CSR0_L2E@h 179 lis \scratch, FSL_BOOKE_MAS0(1, \esel, 0)@h 182 lis \scratch, FSL_BOOKE_MAS1(1, 1, 0, \ts, \tsize)@h 185 lis \scratch, FSL_BOOKE_MAS2(\epn, \wimg)@h 188 lis \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@h 191 lis \scratch, \phy_high@h 201 lis \scratch, FSL_BOOKE_MAS0(0, \esel, 0)@h 204 lis \scratch, FSL_BOOKE_MAS1(1, 0, 0, \ts, \tsize)@h [all …]
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | start.S | 165 lis r4, CONFIG_DEFAULT_IMMR@h 174 lis r3, CONFIG_SYS_IMMR@h 210 lis r4, (CONFIG_SYS_MONITOR_BASE)@h 253 lis r3, (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET)@h 294 lis r3, CONFIG_SYS_IMMR@h 430 lis r22,MSR_POW@h 502 lis r3, CONFIG_SYS_IMMR@h 545 lis r3, CONFIG_SYS_HID0_INIT@h 550 lis r3, CONFIG_SYS_HID0_FINAL@h 555 lis r3, CONFIG_SYS_HID2@h [all …]
|
| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | start.S | 111 movhi r2, %hi(debug_uart_init@h) 112 ori r2, r2, %lo(debug_uart_init@h) 118 movhi r2, %hi(board_init_f_alloc_reserve@h) 119 ori r2, r2, %lo(board_init_f_alloc_reserve@h) 123 movhi r2, %hi(board_init_f_init_reserve@h) 124 ori r2, r2, %lo(board_init_f_init_reserve@h) 132 movhi r2, %hi(board_init_f@h) 133 ori r2, r2, %lo(board_init_f@h) 177 movhi r8, %hi(board_init_r@h) 178 ori r8, r8, %lo(board_init_r@h)
|
| /rk3399_rockchip-uboot/board/ti/ks2_evm/ |
| H A D | MAINTAINERS | 5 F: include/configs/k2hk_evm.h 7 F: include/configs/k2e_evm.h 9 F: include/configs/k2l_evm.h 11 F: include/configs/k2g_evm.h
|
| /rk3399_rockchip-uboot/include/ |
| H A D | atf_common.h | 25 (_p)->h.type = (uint8_t)(_type); \ 26 (_p)->h.version = (uint8_t)(_ver); \ 27 (_p)->h.size = (uint16_t)sizeof(*_p); \ 28 (_p)->h.attr = (uint32_t)(_attr) ; \ 137 struct param_header h; member 151 struct param_header h; member 187 struct param_header h; member
|
| H A D | .gitignore | 2 /bmp_logo.h 3 /bmp_logo_data.h 4 /config.h
|
| /rk3399_rockchip-uboot/net/ |
| H A D | net.c | 867 struct hole *payload, *thisfrag, *h, *newh; in __net_defragment() local 901 h = payload + first_hole; in __net_defragment() 902 while (h->last_byte < start) { in __net_defragment() 903 if (!h->next_hole) { in __net_defragment() 907 h = payload + h->next_hole; in __net_defragment() 911 if (offset8 + ((len + 7) / 8) <= h - payload) { in __net_defragment() 919 h->last_byte = start + len; in __net_defragment() 928 if ((h >= thisfrag) && (h->last_byte <= start + len)) { in __net_defragment() 930 if (!h->prev_hole && !h->next_hole) { in __net_defragment() 933 } else if (!h->prev_hole) { in __net_defragment() [all …]
|
| /rk3399_rockchip-uboot/board/freescale/m53017evb/ |
| H A D | README | 33 - include/asm-m68k/bitops.h Bit operation function export 34 - include/asm-m68k/byteorder.h Byte order functions 35 - include/asm-m68k/fec.h FEC structure and definition 36 - include/asm-m68k/fsl_i2c.h I2C structure and definition 37 - include/asm-m68k/global_data.h Global data structure 38 - include/asm-m68k/immap.h ColdFire specific header file and driver macros 39 - include/asm-m68k/immap_5301x.h mcf5301x specific header file 40 - include/asm-m68k/io.h io functions 41 - include/asm-m68k/m532x.h mcf5301x specific header file 42 - include/asm-m68k/posix_types.h Posix [all …]
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/ |
| H A D | start.S | 160 lis r3, L2_INIT@h 171 lis r3, CONFIG_SYS_MONITOR_BASE_EARLY@h 200 lis r3,addr_trans_enabled@h 227 lis r1, (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET)@h 243 lis r4, PIXIS_BASE@h 261 lis r3, CONFIG_SYS_DIAG_ADDR@h 311 lis r4, CONFIG_SYS_IBAT##n##L@h; \ 313 lis r3, CONFIG_SYS_IBAT##n##U@h; \ 317 lis r4, CONFIG_SYS_DBAT##n##L@h; \ 319 lis r3, CONFIG_SYS_DBAT##n##U@h; \ [all …]
|
| /rk3399_rockchip-uboot/board/freescale/m52277evb/ |
| H A D | README | 30 - include/asm-m68k/bitops.h Bit operation function export 31 - include/asm-m68k/byteorder.h Byte order functions 32 - include/asm-m68k/crossbar.h CrossBar structure and definition 33 - include/asm-m68k/dspi.h DSPI structure and definition 34 - include/asm-m68k/edma.h eDMA structure and definition 35 - include/asm-m68k/flexbus.h FlexBus structure and definition 36 - include/asm-m68k/fsl_i2c.h I2C structure and definition 37 - include/asm-m68k/global_data.h Global data structure 38 - include/asm-m68k/immap.h ColdFire specific header file and driver macros 39 - include/asm-m68k/immap_5227x.h mcf5227x specific header file [all …]
|
| /rk3399_rockchip-uboot/board/samsung/smdk5420/ |
| H A D | MAINTAINERS | 5 F: include/configs/peach-pit.h 7 F: include/configs/smdk5420.h 9 F: include/configs/peach-pi.h 16 F: include/configs/odroid_xu3.h
|
| /rk3399_rockchip-uboot/board/advantech/dms-ba16/ |
| H A D | dms-ba16_1g.cfg | 18 #include <config.h> 19 #include "asm/arch/mx6-ddr.h" 20 #include "asm/arch/iomux.h" 21 #include "asm/arch/crm_regs.h"
|
| H A D | dms-ba16_2g.cfg | 18 #include <config.h> 19 #include "asm/arch/mx6-ddr.h" 20 #include "asm/arch/iomux.h" 21 #include "asm/arch/crm_regs.h"
|
| /rk3399_rockchip-uboot/include/asm-generic/bitops/ |
| H A D | fls64.h | 20 __u32 h = x >> 32; in fls64() local 21 if (h) in fls64() 22 return fls(h) + 32; in fls64()
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | check-lxdialog.sh | 28 elif [ -f /usr/include/ncursesw/curses.h ]; then 31 elif [ -f /usr/include/ncurses/ncurses.h ]; then 33 elif [ -f /usr/include/ncurses/curses.h ]; then 35 elif [ -f /usr/include/ncurses.h ]; then
|
| /rk3399_rockchip-uboot/board/sandbox/ |
| H A D | MAINTAINERS | 5 F: include/configs/sandbox.h 12 F: include/configs/sandbox.h 19 F: include/configs/sandbox_spl.h 26 F: include/configs/sandbox.h
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | nitrogen6s1g.cfg | 22 #include <config.h> 26 #include "asm/arch/mx6-ddr.h" 27 #include "asm/arch/iomux.h" 28 #include "asm/arch/crm_regs.h"
|