Searched refs:errata (Results 1 – 18 of 18) sorted by relevance
/u-boot/drivers/usb/common/ |
A D | Makefile | 7 obj-$(CONFIG_USB_EHCI_FSL) += fsl-dt-fixup.o fsl-errata.o 8 obj-$(CONFIG_USB_XHCI_FSL) += fsl-dt-fixup.o fsl-errata.o
|
/u-boot/board/freescale/common/ |
A D | sys_eeprom.c | 43 u8 errata[2]; /* 0x10 - 0x11 Errata Level */ member 54 u8 errata[5]; /* 0x10 - 0x14 Errata Level */ member 106 printf("Errata: %s\n", e.errata); in show_eeprom() 109 e.errata[0] ? e.errata[0] : '.', in show_eeprom() 110 e.errata[1] ? e.errata[1] : '.'); in show_eeprom() 443 memset(e.errata, 0, 5); in do_mac() 444 strncpy((char *)e.errata, argv[2], 4); in do_mac() 446 e.errata[0] = argv[2][0]; in do_mac() 447 e.errata[1] = argv[2][1]; in do_mac()
|
/u-boot/board/freescale/t104xrdb/ |
A D | t104x_pbi.cfg | 2 #Software Workaround for errata A-007662 to train PCIe2 controller in Gen2 speed 5 #Software Workaround for errata A-008007 to reset PVR register
|
A D | t104x_pbi_sb.cfg | 2 #Software Workaround for errata A-007662 to train PCIe2 controller in Gen2 speed 5 #Software Workaround for errata A-008007 to reset PVR register
|
/u-boot/board/varisys/common/ |
A D | sys_eeprom.c | 38 u8 errata[5]; /* 0x10 - 0x14 Errata Level */ member 97 printf("Errata: %s\n", e.errata); in show_eeprom() 359 memset(e.errata, 0, 5); in do_mac() 360 strncpy((char *)e.errata, argv[2], 4); in do_mac()
|
/u-boot/arch/arm/dts/ |
A D | am57xx-beagle-x15-revb1.dts | 36 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
|
A D | am57xx-beagle-x15.dts | 43 /* errata i880 "Ethernet RGMII2 Limited to 10/100 Mbps" */
|
A D | dra7.dtsi | 1788 * for errata i877. Keeping internal clock disabled
|
/u-boot/doc/device-tree-bindings/video/tilcdc/ |
A D | tilcdc.txt | 22 color errata [1]. 43 [1] There is an errata about AM335x color wiring. For 16-bit color mode
|
/u-boot/doc/imx/common/ |
A D | imx5.txt | 9 1.1 CONFIG_MX51_PLL_ERRATA: Workaround for i.MX51 PLL errata.
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | cmd_errata.c | 349 errata, 1, 0, do_errata,
|
A D | Kconfig | 8 bool "Enable the 'errata' command" 12 This enables the 'errata' command which displays a list of errata
|
/u-boot/doc/arch/ |
A D | arm64.rst | 18 classical firmware (like initial hardware setup, CPU errata workarounds
|
/u-boot/board/sbc8548/ |
A D | README | 72 There is a hardware errata, which causes the older local bus SDRAM 75 board has the errata fix by running "i2c probe". If you see 0x53 97 If you did the i2c test, and your board does not have the errata
|
/u-boot/doc/ |
A D | README.nokia_rx51 | 30 which is needed for Thumb-2 ISA support. It is workaround for errata 430973.
|
/u-boot/board/ti/am335x/ |
A D | README | 33 errata 1.0.24.
|
/u-boot/arch/arm/ |
A D | Kconfig | 149 # If set, the workarounds for these ARM errata are applied early during U-Boot 153 # the following can be machine-specific errata. These do have ability to 1815 for CPU errata handling) or provide secure services like PSCI.
|
/u-boot/ |
A D | README | 2358 CHIP 11 errata where the last 256 bytes in SDRAM shouldn't
|
Completed in 37 milliseconds