Home
last modified time | relevance | path

Searched full:uboot (Results 1 – 25 of 144) sorted by relevance

123456

/freebsd/stand/uboot/
H A DMakefile12 BINDIR= /boot/uboot
37 HELP_FILES= ${.CURDIR}/help.uboot ${BOOTSRC}/fdt/help.fdt
38 HELP_FILENAME= loader.help.uboot
H A Dmain.c237 * name, but since it doesn't know about uboot's usage, just subtract 4 in get_load_device()
240 * 'disk...' string, but that's more work than uboot is worth). in get_load_device()
628 * import the uboot variable ubname into the loader variable ldname, in handle_uboot_env_var()
629 * otherwise the historical behavior is to import to uboot.ubname. in handle_uboot_env_var()
638 strcpy(ldvar, "uboot."); in handle_uboot_env_var()
649 * If the user prepended "uboot." (which is how they usually see these in handle_uboot_env_var()
652 if (strncmp(var, "uboot.", 6) == 0) { in handle_uboot_env_var()
665 printf("uboot.%s is not set\n", var); in handle_uboot_env_var()
667 printf("uboot.%s=%s\n", var, val); in handle_uboot_env_var()
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-q5xr5.dts141 label = "uboot-env";
145 uboot@8000 {
146 label = "uboot";
H A Daks-cdu.dts73 uboot@40000 {
74 label = "uboot";
/freebsd/sys/contrib/device-tree/src/mips/ralink/
H A Drt2880_eval.dts29 label = "uboot";
34 label = "uboot-env";
H A Drt3052_eval.dts29 label = "uboot";
34 label = "uboot-env";
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dnuvoton,ma35d1-nand.yaml85 uboot@0 {
86 label = "nand-uboot";
/freebsd/stand/
H A DMakefile41 S.${MK_LOADER_UBOOT}+= uboot
54 SUBDIR_DEPEND_${MACHINE}+= uboot
/freebsd/sys/contrib/device-tree/src/arm/xilinx/
H A Dzynq-cc108.dts67 label = "qspi-fsbl-uboot-bs";
87 label = "qspi-uboot-env";
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dstxssa8555.dts39 timebase-frequency = <0>; // 33 MHz, from uboot
41 clock-frequency = <0>; // 825 MHz, from uboot
211 clock-frequency = <0>; // should we fill in in uboot?
221 clock-frequency = <0>; // should we fill in in uboot?
H A Dac14xx.dts71 label = "uboot-code";
75 label = "uboot-env1";
79 label = "uboot-env2";
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmpc8540ads.dts38 timebase-frequency = <0>; // 33 MHz, from uboot
40 clock-frequency = <0>; // 825 MHz, from uboot
243 clock-frequency = <0>; // should we fill in in uboot?
253 clock-frequency = <0>; // should we fill in in uboot?
H A Dmpc8541cds.dts38 timebase-frequency = <0>; // 33 MHz, from uboot
40 clock-frequency = <0>; // 825 MHz, from uboot
210 clock-frequency = <0>; // should we fill in in uboot?
220 clock-frequency = <0>; // should we fill in in uboot?
H A Dmpc8555cds.dts38 timebase-frequency = <0>; // 33 MHz, from uboot
40 clock-frequency = <0>; // 825 MHz, from uboot
210 clock-frequency = <0>; // should we fill in in uboot?
220 clock-frequency = <0>; // should we fill in in uboot?
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dr7s72100-genmai.dts113 label = "uboot";
118 label = "uboot-env";
145 label = "uboot-env1";
H A Dr8a7778-bockw.dts78 label = "uboot";
83 label = "uboot-env";
H A Dr8a73a4-ape6evm.dts177 label = "uboot";
182 label = "uboot-env";
/freebsd/targets/pseudo/loader/
H A DMakefile.depend.powerpc4 stand/uboot \
H A DMakefile.depend.arm5 stand/uboot \
/freebsd/sys/dts/powerpc/
H A Dmpc8555cds.dts89 timebase-frequency = <0>; // 33 MHz, from uboot
91 clock-frequency = <0>; // 825 MHz, from uboot
303 clock-frequency = <0>; // should we fill in in uboot?
313 clock-frequency = <0>; // should we fill in in uboot?
/freebsd/sys/contrib/device-tree/src/arm/mediatek/
H A Dmt7623a-rfb-nand.dts207 label = "uboot";
212 label = "uboot-env";
/freebsd/sys/dts/arm/
H A Dqcom-ipq4018-rt-ac58u.dts245 label = "APPSBLENV"; /* uboot env*/
250 label = "APPSBL"; /* uboot */
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a77970-v3msk.dts275 uboot@640000 {
279 uboot-env@700000 {
H A Dr8a77980-v3hsk.dts256 uboot@640000 {
260 uboot-env@700000 {
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dvia-velocity.txt10 devices quite often set this data in uboot and do not provide an eeprom.

123456