Searched refs:be (Results 1 - 25 of 53) sorted by relevance

123

/u-boot/tools/
H A Dgpheader.h34 int gph_verify_header(struct gp_header *gph, int be);
35 void gph_print_header(const struct gp_header *gph, int be);
37 int be);
H A Dgpimage-common.c32 int gph_verify_header(struct gp_header *gph, int be) argument
37 if (be)
46 void gph_print_header(const struct gp_header *gph, int be) argument
50 if (be)
67 int be)
71 if (be)
66 gph_set_header(struct gp_header *gph, uint32_t size, uint32_t load_addr, int be) argument
H A Dprelink-riscv.c7 * so that it can be directly executed when loaded at LMA
62 #define PRELINK_BYTEORDER be
68 #define PRELINK_BYTEORDER be
H A Dzynqmp_psu_init_minimize.sh14 checkpatch compliant. Minor coding style might still be needed. Must be
24 psu_init_gpl.c will be overwritten.
/u-boot/drivers/mtd/ubi/
H A Dcrc32defs.h23 # error CRC_LE_BITS must be a power of 2 between 1 and 8
31 # error CRC_BE_BITS must be a power of 2 between 1 and 8
/u-boot/board/xilinx/microblaze-generic/
H A Dconfig.mk9 # USE_HW_MUL can be 0, 1, or 2, defining a hierarchy of HW Mul support.
/u-boot/arch/arm/mach-sunxi/
H A Drmr_switch.S15 @ start address. It needs to be assembled by an ARM(32) assembler and
16 @ the machine code must be inserted as verbatim .word statements into the
22 @ The resulting words should be inserted into the U-Boot file at
26 @ reference and to be able to regenerate a (probably fixed) version of this
38 ldr r0, =0x57aA7add @ start address, to be replaced
/u-boot/arch/powerpc/lib/
H A D_ashrdi3.S20 * Updated to be valid for shift counts from 0 to 63 inclusive.
35 addi r7,r5,32 # could be xori, or addi with -32
H A D_ashldi3.S20 * Updated to be valid for shift counts from 0 to 63 inclusive.
35 addi r7,r5,32 # could be xori, or addi with -32
H A D_lshrdi3.S20 * Updated to be valid for shift counts from 0 to 63 inclusive.
35 addi r7,r5,32 # could be xori, or addi with -32
/u-boot/arch/arm/cpu/armv7/
H A Dconfig.mk7 # memory access. This is the opposite of what the compiler expects to be
/u-boot/scripts/
H A Dmailmapper10 for inclusion in release announcements. Each commit will be grouped by
14 spelled differently. The .mailmap feature can be used to coalesce together
22 commits is asuumed to be a canonical real name. If the number of commits
24 the entry for the cananical name will be output. ('MIN_COMMITS' is used
46 will be useful for updating '.mailmap' file.
H A Dconfig36 commands can be repeated multiple times
/u-boot/board/freescale/common/
H A Dsys_eeprom.c133 printf("CRC: %08x (should be %08x)\n",
206 * This function should be called after each update to the EEPROM structure,
248 * The AT24C02 datasheet says that data can only be written in page
478 * This function must be called after relocation.
583 * variable i2c_bus_num must be compile-time initialized to CONFIG_SYS_SPD_BUS_NUM,
595 } be; local
599 (void *)&be, sizeof(be));
614 dm_i2c_read(dev, 0, (void *)&be, sizeof(be));
[all...]
/u-boot/arch/arm/mach-mvebu/
H A Dspl.c31 #error CONFIG_SYS_SPI_U_BOOT_OFFS must be set to 0
43 * Correct sector number must be determined as runtime in mvebu SPL code based
44 * on the detected boot source. Otherwise U-Boot SPL would not be able to load
67 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR must be enabled for SD/eMMC boot support
71 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR must be set to 0
76 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_DATA_PART_OFFSET must be set to either 0 or 4096
82 * stored at sector 1. Therefore CONFIG_SPL_SATA_RAW_U_BOOT_SECTOR must be
83 * set to 1. Otherwise U-Boot SPL would not be able to load U-Boot proper.
88 #error CONFIG_SPL_SATA_RAW_U_BOOT_SECTOR must be set to 1
168 /* This should be compil
[all...]
/u-boot/include/linux/
H A Dbitfield.h9 * This program is distributed in the hope that it will be useful,
26 * Mask must be a compilation time constant.
85 * be combined with other fields of the bitfield using logical OR.
148 ____MAKE_OP(be##size, u##size, cpu_to_be##size, be##size##_to_cpu) \
/u-boot/
H A Dconfig.mk11 # That's the reason why this file must be included from spl/Makefile too.
12 # If we did not have Tegra SoCs, build system would be much simpler...)
/u-boot/board/sifive/unmatched/
H A Dhifive-platform-i2c-eeprom.c21 #error Requires CONFIG_SYS_EEPROM_BUS_NUM to be defined
33 * only be written in page mode, which means 8 bytes at a time
108 /* This function should be called after each update to the EEPROM structure */
175 printf("CRC: %08x (should be %08x)\n", e.crc, crc);
328 printf("%s must not be greater than %d\n", "PCB revision",
348 printf("BOM revision must be an uppercase letter between A and Z\n");
370 printf("%s must not be greater than %d\n", "BOM variant",
393 printf("%s must not be greater than %d\n", "Product ID",
407 * be done when preparing to initialize a blank EEPROM, or overwrite
484 * This function must be calle
537 } be; local
[all...]
/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspl_minimal.c70 * addresses - these have to be modified later when FLASH size
83 #error CFG_SYS_NAND_BR_PRELIM, CFG_SYS_NAND_OR_PRELIM, CFG_SYS_NAND_LBLAWBAR_PRELIM & CFG_SYS_NAND_LBLAWAR_PRELIM must be defined
/u-boot/arch/arm/cpu/armv7/s5p4418/
H A Dcpu.c22 #error must be define the macro "CONFIG_ARCH_CPU_INIT"
33 * must be clear wfi jump address
/u-boot/arch/arm/mach-omap2/
H A Dconfig_secure.mk23 "variable must be defined for TI secure devices. \
41 "variable must be defined for TI secure devices." \
52 # card FAT partition must be MLO, so we make a copy of the output file to a new
69 # an SD card FAT partition this file must be called "MLO", we make a copy with
86 # file must be called "MLO"
H A Dlowlevel_init.S79 @ At that moment, IRQ will be pending and ARM will jump to Non Secure
/u-boot/arch/x86/
H A Dconfig.mk50 # Compiler flags to be added when building UEFI applications
52 # Compiler flags to be removed when building UEFI applications
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dpsci.S84 @ r1: input target CPU ID in MPIDR format, original value in r1 may be dropped
92 @ Bit[31:24], bits must be zero.
100 @ Affinity level 1 - Processors: should be in 0xf00 format.
/u-boot/cmd/
H A Dzfs.c28 #error DOS or EFI partition support must be selected

Completed in 140 milliseconds

123