Searched refs:bcb (Results 1 – 11 of 11) sorted by relevance
/u-boot/doc/android/ |
A D | bcb.rst | 34 'bcb'. Shell command overview 40 => bcb 48 bcb dump <field> - dump BCB <field> 49 bcb store - store BCB back to mmc 55 <op> - the binary operator used in 'bcb test': 63 'bcb'. Example of getting reboot reason 68 if bcb load 1 misc; then 70 if bcb test command = bootonce-bootloader; then 71 bcb clear command; bcb store; 74 else if bcb test command = boot-recovery; then [all …]
|
A D | index.rst | 11 bcb
|
A D | boot-image.rst | 151 .. [4] :doc:`bcb`
|
/u-boot/cmd/ |
A D | bcb.c | 93 *fieldp = bcb.command; in bcb_field_get() 94 *sizep = sizeof(bcb.command); in bcb_field_get() 96 *fieldp = bcb.status; in bcb_field_get() 97 *sizep = sizeof(bcb.status); in bcb_field_get() 99 *fieldp = bcb.recovery; in bcb_field_get() 100 *sizep = sizeof(bcb.recovery); in bcb_field_get() 102 *fieldp = bcb.stage; in bcb_field_get() 103 *sizep = sizeof(bcb.stage); in bcb_field_get() 105 *fieldp = bcb.reserved; in bcb_field_get() 106 *sizep = sizeof(bcb.reserved); in bcb_field_get() [all …]
|
A D | Makefile | 23 obj-$(CONFIG_CMD_BCB) += bcb.o
|
A D | Kconfig | 791 bool "bcb"
|
/u-boot/configs/ |
A D | vf610twr_defconfig | 32 CONFIG_MTDPARTS_DEFAULT="mtdparts=fsl_nfc:128k(vf-bcb)ro,1408k(u-boot)ro,512k(u-boot-env),4m(kernel…
|
A D | vf610twr_nand_defconfig | 32 CONFIG_MTDPARTS_DEFAULT="mtdparts=fsl_nfc:128k(vf-bcb)ro,1408k(u-boot)ro,512k(u-boot-env),4m(kernel…
|
A D | colibri-imx6ull_defconfig | 50 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:512k(mx6ull-bcb),1536k(u-boot1)ro,1536k(u-boot2)ro,512k…
|
A D | colibri_imx7_defconfig | 50 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:512k(mx7-bcb),1536k(u-boot1)ro,1536k(u-boot2)ro,512k(u-…
|
A D | colibri_vf_defconfig | 55 CONFIG_MTDPARTS_DEFAULT="mtdparts=vf610_nfc:128k(vf-bcb)ro,1408k(u-boot)ro,512k(u-boot-env),-(ubi)"
|
Completed in 13 milliseconds