| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | Makefile.autoconf | 2 # - symbolic links (arch/$ARCH/include/asm/arch 3 # - include/autoconf.mk, {spl,tpl}/include/autoconf.mk 4 # - include/config.h 10 # SPDX-License-Identifier: GPL-2.0 15 ifeq ($(shell grep -q '^CONFIG_SPL=y' include/config/auto.conf 2>/dev/null && echo y),y) 19 ifeq ($(shell grep -q '^CONFIG_TPL=y' include/config/auto.conf 2>/dev/null && echo y),y) 23 include include/config/auto.conf 31 CPP = $(CC) -E 36 -Iinclude \ 37 $(if $(KBUILD_SRC), -I$(srctree)/include) \ [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.update | 5 -------- 10 boot. The update file should be a FIT file, and can contain one or more 12 should be placed, updates are also protected with a SHA-1 checksum. If the 16 The auto-update feature is enabled by the CONFIG_UPDATE_TFTP macro: 21 Note that when enabling auto-update, Flash support must be turned on. Also, 27 The auto-update feature uses the following configuration knobs: 29 - CONFIG_UPDATE_LOAD_ADDR 36 - CONFIG_UPDATE_TFTP_CNT_MAX 40 server. Since a transfer is attempted during each boot, it is undesirable to 45 be non-negative and is 0 by default, CONFIG_UPDATE_TFTP_MSEC_MAX must be [all …]
|
| H A D | mkimage.1 | 1 .TH MKIMAGE 1 "2010-05-16" 4 mkimage \- Generate image for U-Boot 7 .RB "\-l [" "uimage file name" "]" 10 .RB [\fIoptions\fP] " \-f [" "image tree source file" "]" " [" "uimage file name" "]" 13 .RB [\fIoptions\fP] " \-F [" "uimage file name" "]" 21 command is used to create images for use with the U-Boot boot loader. 40 supports verified boot. 47 .BI "\-l [" "uimage file name" "]" 48 mkimage lists the information contained in the header of an existing U-Boot image. 54 .BI "\-A [" "architecture" "]" [all …]
|
| H A D | README.qemu-mips | 1 By Vlad Lungu vlad.lungu@windriver.com 2007-Oct-01 2 ---------------------------------------- 8 ---------------------- 9 Supports the "-M mips" configuration of qemu: serial,NE2000,IDE. 13 Supports emulated flash (patch Jean-Christophe PLAGNIOL-VILLARD) with 15 -pflash <filename> and erase mips_bios.bin. 19 ---------------------------- 23 Using u-boot.bin as ROM (replaces Qemu monitor): 27 # qemu-system-mips -M mips -bios u-boot.bin -nographic 31 # qemu-system-mipsel -M mips -bios u-boot.bin -nographic [all …]
|
| /OK3568_Linux_fs/buildroot/board/freescale/imx6sabre/ |
| H A D | readme.txt | 21 Building with NXP kernel and NXP U-Boot 37 For i.MX6Q SABRE Auto board: 41 For i.MX6DL SABRE Auto board: 50 - imx6dl-sabresd.dtb or imx6q-sabresd.dtb or imx6sx-sdb.dtb or 51 imx6q-sabreauto.dtb or imx6dl-sabreauto.dtb 52 - rootfs.ext2 53 - rootfs.tar 54 - u-boot.imx 55 - uImage, or zImage for i.MX6 SoloX 57 Building with mainline kernel and mainline U-Boot [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | crt0.S | 2 * crt0 - C-runtime startup Code for ARM U-Boot 4 * Copyright (c) 2012 Albert ARIBAUD <albert.u.boot@aribaud.net> 6 * SPDX-License-Identifier: GPL-2.0+ 10 #include <asm-offsets.h> 17 * This file handles the target-independent stages of the U-Boot 18 * start-up where a C runtime environment is needed. Its entry point 40 * initialized non-const data are still not available. 42 * 4a.For U-Boot proper (not SPL), call relocate_code(). This function 43 * relocates U-Boot from its current location into the relocation 50 * environment has BSS (initialized to 0), initialized non-const [all …]
|
| /OK3568_Linux_fs/buildroot/board/arm/juno/ |
| H A D | readme.txt | 7 - Juno r0 (does not support PCIe) 8 - Juno r1 (supports PCIe) 9 - Juno r2 (Big Cluster with A72) 18 ------------------- 25 -------------------------------- 37 ------------------- 42 +-- rootfs.tar 43 +-- juno.dtb (if Juno r0 is used) 44 +-- juno-r1.dtb (if Juno r1 is used) 45 +-- juno-r2.dtb (if Juno r2 is used) [all …]
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | Makefile | 2 # SPDX-License-Identifier: GPL-2.0+ 17 # o Do not use make's built-in rules and variables 18 # (this increases performance and avoids hard-to-debug behaviour); 20 MAKEFLAGS += -rR --include-dir=$(CURDIR) 34 # Most importantly: sub-Makefiles should only ever modify files in 37 # unavoidable when linking the built-in.o targets which finally 48 # --------------------------------------------------------------------------- 55 # cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $< 62 # A simple variant is to prefix commands with $(Q) - that's useful 63 # for commands that shall be hidden in non-verbose mode. [all …]
|
| H A D | .u-boot.img.cmd | |
| H A D | .u-boot-dtb.img.cmd | |
| /OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/ |
| H A D | README | 1 U-Boot for the Boundary Devices Nitrogen6X and 5 U-Boot to the Boundary Devices Nitrogen6X and 8 1. Boot source, boot from SPI NOR 9 --------------------------------- 18 It does not support 'boot from SD' at offset 0x400 20 http://lists.denx.de/pipermail/u-boot/2012-August/131151.html 23 ----------------------------------------------- 25 to look for and source a boot script named '6x_bootscript' 37 -------------------------- 40 clearenv - clear environment to factory default [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | charge_animation.c | 4 * SPDX-License-Identifier: GPL-2.0+ 29 #include <irq-generic.h> 37 #define IMAGE_RECALC_IDX -1 38 #define IMAGE_SOC_100_IDX(n) ((n) - 2) 39 #define IMAGE_LOWPOWER_IDX(n) ((n) - 1) 73 * 2. You must set the failed image as last one and soc = -1 !!! 82 { .name = "battery_fail.bmp", .soc = -1, .period = 1000 }, 96 list1 = dev_read_prop(dev, "regulator-on-in-mem", &size1); in regulators_parse_assigned_mem_state() 97 list2 = dev_read_prop(dev, "regulator-off-in-mem", &size2); in regulators_parse_assigned_mem_state() 101 return -EINVAL; in regulators_parse_assigned_mem_state() [all …]
|
| /OK3568_Linux_fs/u-boot/board/bachmann/ot1200/ |
| H A D | README | 1 U-Boot for the Bachmann electronic GmbH OT1200 devices 7 - "mr" variant 9 port is always up and auto-negotiation is not possible. 11 - normal variant 12 FEC is connected to a normal phy and auto-negotiation is possible. 15 The variant name is part of the dtb file name loaded by u-boot. This 16 make is possible to boot the linux kernel and make use variant specific 17 devicetree (fixed-phy link).
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/ |
| H A D | kernel-devsrc.bb | 8 LICENSE = "GPL-2.0-only" 10 inherit linux-kernel-base 13 inherit module-base 39 install -d $kerneldir 42 rm -f $kerneldir/build 43 rm -f $kerneldir/source 44 mkdir -p $kerneldir/build 48 mkdir -p ${D}/usr/src 51 ln -rs ${D}${KERNEL_BUILD_ROOT}${KERNEL_VERSION}/source kernel 57 ln -s build source [all …]
|
| /OK3568_Linux_fs/kernel/scripts/package/ |
| H A D | buildtar | 2 # SPDX-License-Identifier: GPL-2.0 7 # (C) 2004-2006 by Jan-Benedict Glaw <jbglaw@lug-owl.de> 14 set -e 19 tmpdir="${objtree}/tar-install" 20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar" 27 dir-pkg|tar-pkg) 30 targz-pkg) 31 opts="-I ${KGZIP}" 34 tarbz2-pkg) 35 opts="-I ${KBZIP2}" [all …]
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | .config | |
| /OK3568_Linux_fs/output/sessions/2025-06-05_23-17-21/ |
| H A D | .config | |
| /OK3568_Linux_fs/output/ |
| H A D | .config.old | |
| H A D | .config | |
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | beaglebone_vboot.txt | 1 Verified Boot on the Beaglebone Black 5 ------------ 7 Before reading this, please read verified-boot.txt and signature.txt. These 8 instructions are for mainline U-Boot from v2014.07 onwards. 11 verified boot works in U-Boot. There is also a test which runs through the 12 entire process of signing an image and running U-Boot (sandbox) to check it. 16 for an example of how to enable verified boot using U-Boot. 18 First a note that may to help avoid confusion. U-Boot and Linux both use 21 U-Boot has its device tree packaged wtih it, and the kernel's device tree is 22 packaged with the kernel. In particular this is important with verified boot, [all …]
|
| /OK3568_Linux_fs/buildroot/package/uboot-tools/ |
| H A D | uboot-tools.mk | 3 # uboot-tools 8 UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2 9 UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot 10 UBOOT_TOOLS_LICENSE = GPL-2.0+ 11 UBOOT_TOOLS_LICENSE_FILES = Licenses/gpl-2.0.txt 13 UBOOT_TOOLS_CPE_ID_PRODUCT = u-boot 16 # u-boot 2020.01+ needs make 4.0+ 21 mkdir -p $(@D)/include/config 22 touch $(@D)/include/config/auto.conf 23 mkdir -p $(@D)/include/generated [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/ |
| H A D | de4x5.h | 16 #define DE4X5_BMR iobase+(0x000 << lp->bus) /* Bus Mode Register */ 17 #define DE4X5_TPD iobase+(0x008 << lp->bus) /* Transmit Poll Demand Reg */ 18 #define DE4X5_RPD iobase+(0x010 << lp->bus) /* Receive Poll Demand Reg */ 19 #define DE4X5_RRBA iobase+(0x018 << lp->bus) /* RX Ring Base Address Reg */ 20 #define DE4X5_TRBA iobase+(0x020 << lp->bus) /* TX Ring Base Address Reg */ 21 #define DE4X5_STS iobase+(0x028 << lp->bus) /* Status Register */ 22 #define DE4X5_OMR iobase+(0x030 << lp->bus) /* Operation Mode Register */ 23 #define DE4X5_IMR iobase+(0x038 << lp->bus) /* Interrupt Mask Register */ 24 #define DE4X5_MFC iobase+(0x040 << lp->bus) /* Missed Frame Counter */ 25 #define DE4X5_APROM iobase+(0x048 << lp->bus) /* Ethernet Address PROM */ [all …]
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | Kconfig | 39 while U-Boot is running, but once U-Boot exits it will not be 40 stored. U-Boot will therefore always start up with a default 73 - CONFIG_ENV_OFFSET: 74 - CONFIG_ENV_SIZE: 83 - CONFIG_ENV_EEPROM_IS_ON_I2C 87 - CONFIG_I2C_ENV_EEPROM_BUS 104 - CONFIG_FAT_WRITE: 115 "embedded" in the text segment with the U-Boot code. This 116 happens usually with "bottom boot sector" or "top boot 121 4 kB sectors - with U-Boot code before and after it. With [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | as3711.txt | 4 standard regulator properties, they must belong to a sub-node, called 9 - compatible : must be "ams,as3711" 10 - reg : specifies the I2C address 14 - su1-dev : framebuffer phandle 15 - su1-max-uA : maximum current 19 - su2-dev : framebuffer phandle 20 - su1-max-uA : maximum current 24 - su2-feedback-voltage : voltage feedback is used 25 - su2-feedback-curr1 : CURR1 input used for current feedback 26 - su2-feedback-curr2 : CURR2 input used for current feedback [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | kirkwood-linkstation.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 12 stdout-path = &uart0; 16 pinctrl: pin-controller@10000 { 17 pmx_power_hdd0: pmx-power-hdd0 { 20 pmx_usb_vbus: pmx-usb-vbus { 23 pmx_led_alarm: pmx-led-alarm { 26 pmx_led_function_red: pmx-led-function-red { 29 pmx_led_function_blue: pmx-led-function-blue { 32 pmx_led_info: pmx-led-info { 35 pmx_led_power: pmx-led-power { [all …]
|