Home
last modified time | relevance | path

Searched refs:fuses (Results 1 – 18 of 18) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Drk_secure_storage.c57 u8 fuses[128] = {0}; in dump_efuses() local
68 ret = misc_read(dev, 0, &fuses, sizeof(fuses)); in dump_efuses()
75 print_buffer(0, fuses, 1, 128, 16); in dump_efuses()
H A DKconfig691 This allows reading, sensing, programming or overriding fuses
/rk3399_rockchip-uboot/doc/
H A DREADME.imx617 For reading the MAC address fuses on a MX6Q:
29 Base address for the fuses: 0x400
33 As the fuses are arranged in banks of 8 words:
50 Base address for the fuses: 0x400
54 As the fuses are arranged in banks of 8 words:
77 Rev. 1, 04/2013" document. For example, for the MAC fuses we have:
H A DREADME.fsl_iim18 Some fuse bit or word slots may not have the corresponding fuses actually
22 conventions used by U-Boot to store some specific data in the fuses, e.g. MAC
H A DREADME.mxc_ocotp21 Some fuse bit or word slots may not have the corresponding fuses actually
25 conventions used by U-Boot to store some specific data in the fuses, e.g. MAC
H A DREADME.fuse13 A fuse word is the smallest group of fuses that can be read at once from the
36 This is useful to know the true value of fuses if an override has been
61 fuses have already been programmed or are locked (if the SoC allows to
H A DREADME.imx536 After programming a MAC address, consider locking the MAC fuses. This is
H A DREADME.mxs258 user changes STRIDE by blowing fuses, the user also has to change
260 blowing fuses, the user also has to change "update_nand_count"
H A DREADME.imximage101 if the fuses for the keys are burned.
H A DREADME.armada-secureboot292 If the SEC_FUSE_DUMP option was not set, the commands needed to burn the fuses
/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-storage.c361 u8 fuses[128] = {0}; in do_test_efuse() local
370 ret = misc_read(dev, 0, &fuses, sizeof(fuses)); in do_test_efuse()
377 print_buffer(0, fuses, 1, 128, 16); in do_test_efuse()
/rk3399_rockchip-uboot/board/toradex/colibri_imx6/
H A DKconfig38 pf0100_otp_prog - Program the OTP fuses on the PMIC PF0100
/rk3399_rockchip-uboot/board/toradex/apalis_imx6/
H A DKconfig38 pf0100_otp_prog - Program the OTP fuses on the PMIC PF0100
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_tve.c341 u8 fuses[1]; in rk_get_vdac_value() local
361 ret = misc_read(dev, regs[0], &fuses, regs[1]); in rk_get_vdac_value()
367 value = fuses[0]; in rk_get_vdac_value()
H A Drockchip-inno-hdmi-phy.c417 u8 fuses[1]; in rk_get_cpu_version() local
438 ret = misc_read(dev, regs[0], &fuses, regs[1]); in rk_get_cpu_version()
444 val = fuses[0]; in rk_get_cpu_version()
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A DREADME.mx6qsabrelite35 from the fuses.
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra30.dtsi826 nvidia.xcvr-setup-use-fuses;
863 nvidia.xcvr-setup-use-fuses;
899 nvidia.xcvr-setup-use-fuses;
/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.h66 __le16 fuses; member