/u-boot/drivers/mtd/ubi/ |
A D | misc.c | 97 int need = ubi->beb_rsvd_level - ubi->beb_rsvd_pebs; in ubi_update_reserved() local 99 if (need <= 0 || ubi->avail_pebs == 0) in ubi_update_reserved() 102 need = min_t(int, need, ubi->avail_pebs); in ubi_update_reserved() 103 ubi->avail_pebs -= need; in ubi_update_reserved() 104 ubi->rsvd_pebs += need; in ubi_update_reserved() 105 ubi->beb_rsvd_pebs += need; in ubi_update_reserved() 106 ubi_msg(ubi, "reserved more %d PEBs for bad PEB handling", need); in ubi_update_reserved()
|
/u-boot/doc/device-tree-bindings/clock/ |
A D | rockchip,rk3399-dmc.txt | 4 - rockchip,cru: this driver should access cru regs, so need get cru here 5 - rockchip,pmucru: this driver should access pmucru regs, so need get pmucru here 6 - rockchip,pmugrf: this driver should access pmugrf regs, so need get pmugrf here 7 - rockchip,pmusgrf: this driver should access pmusgrf regs, so need get pmusgrf here 8 - rockchip,cic: this driver should access cic regs, so need get cic here
|
A D | rockchip,rk3288-dmc.txt | 4 - rockchip,cru: this driver should access cru regs, so need get cru here 5 - rockchip,grf: this driver should access grf regs, so need get grf here 6 - rockchip,pmu: this driver should access pmu regs, so need get pmu here 7 - rockchip,sgrf: this driver should access sgrf regs, so need get sgrf here 8 - rockchip,noc: this driver should access noc regs, so need get noc here 18 -logic-supply: this driver should adjust VDD_LOGIC according to dmc frequency, so need get logic-su…
|
/u-boot/doc/arch/ |
A D | nios2.rst | 18 To add a new board/configuration (eg, mysystem) to u-boot, you will need 40 You will need to add additional properties to the dts. Please find an 50 2. If you use SPI/EPCS or I2C, you will need to add aliases to number 57 Next, you will need a default config file. You may start with 67 You will need to change the names of board header file and device tree, 102 You will need to change the environment variables location and setting,
|
/u-boot/doc/board/tbs/ |
A D | tbs2910.rst | 108 If you need to load u-boot from USB, you can use the following instructions: 110 First build imx_usb_loader, as we will need it to load u-boot from USB. This 124 You will then need to power off the TBS2910 Matrix ARM miniPC and make sure that 130 If you also need to access the u-boot console, you will also need to connect an 147 To install u-boot on the eMMC, you first need to boot the TBS2910 Matrix ARM 160 Once the new u-boot version is installed, to boot on it you then need to power 163 Once it is off, you need make sure that the boot switch is set to "BOOT" and 167 If you also need to access the u-boot console, you will also need to connect an
|
/u-boot/doc/ |
A D | bounces | 2 # bounce. Addresses are listed one per line and need to match the author
|
A D | README.davinci.nand_spl | 1 With this approach, we don't need the UBL any more on DaVinci boards. 8 we need a command, which switches between this two read/write 19 To set up mkimage you need a config file for mkimage, example: 84 You need to setup in the ublimage.cfg, where the RBL can find the spl 93 So we need to copy the spl code to block 5 page 0 98 You need to copy the u-boot image to the block/page
|
A D | README.generic_usb_ohci | 50 You'll need to define 60 PCI Controllers need to do byte swapping on register accesses, so they
|
A D | README.uniphier | 104 so you need to provide the `u-boot.bin` to the build command of ARM Trusted 128 but need to match to the "key-name-hint" property described below. 132 You need to write an FIT (Flattened Image Tree) source file to describe the 201 You need to change the three '/incbin/' lines, depending on the location of 203 properties also need to be adjusted if you want to change the physical placement 212 To use the Verified Boot, you need to enable the following two options: 216 They are disabled by default for UniPhier defconfig files. So, you need to 240 Since the "dt.dtb" has been updated in step 4, you need to re-compile the 341 To boot the kernel, you need to deploy necesssary components to a file 386 you do not need to describe them in the configuration file.
|
A D | README.hwconfig | 22 toggling a particular option will need a reboot to take 46 enabling HW feature X we may need to disable Y, and turn Z
|
A D | README.boston | 31 therefore need to configure U-Boot to build for MIPSr6 in order to obtain a 38 If building for MIPSr6 then you will need a toolchain including GCC 5.x or
|
/u-boot/arch/arm/mach-at91/armv7/ |
A D | timer.c | 22 # error You need to define CONFIG_AT91FAMILY in your board config!
|
/u-boot/arch/arm/mach-at91/arm926ejs/ |
A D | timer.c | 19 # error You need to define CONFIG_AT91FAMILY in your board config!
|
/u-boot/board/sunxi/ |
A D | README.nand | 28 board is in FEL mode, you'll need the sunxi-tools that you can find at 31 Then, you'll need to first load an SPL to initialise the RAM: 42 you only need to erase the NAND...
|
/u-boot/doc/SPL/ |
A D | README.am335x-network | 30 You will need u-boot.img and spl/u-boot.bin images to perform 44 in the BOOTP reply but obviously they need different images (RBL needs 75 (likely /tftpboot or /var/lib/tftpboot or /srv/tftp). You will need 79 1. Write debrick script. You will need to write a script that will 90 3. Copy debrick.scr to TFTP root directory. You also need to copy
|
/u-boot/drivers/serial/ |
A D | Kconfig | 32 In various cases, we need to specify which of the UART devices that 227 You will need to provide parameters to make this work. The 236 You will need to provide parameters to make this work. The 245 will need to provide parameters to make this work. The driver will 253 will need to provide parameters to make this work. The driver will 338 PL010 UART type. You will need to provide parameters to make this 347 PL011 UART type. You will need to provide parameters to make this 389 You will need to provide parameters to make this work. 398 You will need to provide DEBUG_UART_BASE to make this work. The 416 You will need to provide parameters to make this work. The [all …]
|
/u-boot/arch/x86/include/asm/acpi/ |
A D | pcr.asl | 52 * for all ports so that the callers don't need the per-port knowledge 76 * for all ports so that the callers don't need the per-port knowledge
|
/u-boot/tools/binman/test/ |
A D | 058_x86_ucode_spl_needs_retry.dts | 18 * will need to obtain the contents of the next section before
|
/u-boot/doc/board/google/ |
A D | chromebook_samus.rst | 7 First, you need the following binary blobs: 64 You can extract what you need:: 73 representation of an ELF file. You need the patch "Support decoding a stage
|
/u-boot/board/st/common/ |
A D | Kconfig | 16 Each partition need to be aligned with the device erase block size, 26 Each partition need to be aligned with the device erase block size, 36 Each partition need to be aligned with the device erase block size,
|
/u-boot/board/Marvell/db-xc3-24g4xg/ |
A D | binary.0 | 10 just need to replace this text file here with the binary header
|
/u-boot/board/mikrotik/crs3xx-98dx3236/ |
A D | binary.0 | 10 just need to replace this text file here with the binary header
|
/u-boot/arch/arm/dts/ |
A D | imx6q-display5-u-boot.dtsi | 14 * As the same UART is already configured in SPL, we don't need
|
/u-boot/drivers/soc/ |
A D | Kconfig | 9 need different parameters or quirks enabled depending on the
|
/u-boot/doc/build/ |
A D | gcc.rst | 7 For building U-Boot you need a GCC compiler for your host platform. If you 8 are not building on the target platform you further need a GCC cross compiler. 56 U-Boot, e.g. for the some boards you will need to build the ARM Trusted Firmware
|