/openbmc/linux/arch/riscv/ |
H A D | Kconfig.errata | 1 menu "CPU errata selection" 4 bool "Andes AX45MP errata" 14 bool "Apply Andes cache management errata" 25 bool "SiFive errata" 35 bool "Apply SiFive errata CIP-453" 46 bool "Apply SiFive errata CIP-1200" 57 bool "T-HEAD errata" 67 bool "Apply T-Head memory type errata" 78 bool "Apply T-Head cache management errata" 90 bool "Apply T-Head PMU errata" [all …]
|
H A D | Kbuild | 5 obj-y += errata/
|
/openbmc/u-boot/board/freescale/common/ |
H A D | sys_eeprom.c | 39 u8 errata[2]; /* 0x10 - 0x11 Errata Level */ member 50 u8 errata[5]; /* 0x10 - 0x14 Errata Level */ member 102 printf("Errata: %s\n", e.errata); in show_eeprom() 105 e.errata[0] ? e.errata[0] : '.', in show_eeprom() 106 e.errata[1] ? e.errata[1] : '.'); in show_eeprom() 377 memset(e.errata, 0, 5); in do_mac() 378 strncpy((char *)e.errata, argv[2], 4); in do_mac() 380 e.errata[0] = argv[2][0]; in do_mac() 381 e.errata[1] = argv[2][1]; in do_mac()
|
/openbmc/linux/drivers/pwm/ |
H A D | pwm-atmel-hlcdc.c | 34 const struct atmel_hlcdc_pwm_errata *errata; member 58 if (!atmel->errata || !atmel->errata->slow_clk_erratum) { in atmel_hlcdc_pwm_apply() 68 if ((atmel->errata && atmel->errata->slow_clk_erratum) || in atmel_hlcdc_pwm_apply() 81 if (!pres && atmel->errata && in atmel_hlcdc_pwm_apply() 82 atmel->errata->div1_clk_erratum) in atmel_hlcdc_pwm_apply() 265 atmel->errata = match->data; in atmel_hlcdc_pwm_probe()
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | silicon-errata.txt | 1 Chinese translated version of Documentation/arch/arm64/silicon-errata.rst 13 Documentation/arch/arm64/silicon-errata.rst 的中文翻译 33 一个不幸的现实:硬件经常带有一些所谓的“瑕疵(errata)”,导致其在 52 “基于可选方法框架的 ARM 瑕疵补救措施(ARM errata workarounds via
|
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | silicon-errata.txt | 3 Chinese translated version of Documentation/arch/arm64/silicon-errata.rst 16 Documentation/arch/arm64/silicon-errata.rst 的中文翻譯 37 一個不幸的現實:硬體經常帶有一些所謂的「瑕疵(errata)」,導致其在 56 「基於可選方法框架的 ARM 瑕疵補救措施(ARM errata workarounds via
|
/openbmc/u-boot/drivers/usb/common/ |
H 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
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | dma.c | 83 unsigned errata = 0; in configure_dma_errata() local 162 return errata; in configure_dma_errata() 190 dma_plat_info.errata = configure_dma_errata(); in omap2_system_dma_init()
|
/openbmc/u-boot/board/freescale/t104xrdb/ |
H 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
|
H 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
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-at91 | 10 Due to a chip bug (errata 50.2.6.3 & 50.3.5.3 in 15 The workaround in the errata suggests not to use the
|
/openbmc/u-boot/board/varisys/common/ |
H A D | sys_eeprom.c | 35 u8 errata[5]; /* 0x10 - 0x14 Errata Level */ member 94 printf("Errata: %s\n", e.errata); in show_eeprom() 356 memset(e.errata, 0, 5); in do_mac() 357 strncpy((char *)e.errata, argv[2], 4); in do_mac()
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_processor.c | 35 struct acpi_processor_errata errata __read_mostly; 36 EXPORT_SYMBOL_GPL(errata); 80 errata.piix4.throttle = 1; in acpi_processor_errata_piix4() 103 errata.piix4.bmisx = pci_resource_start(dev, 4); in acpi_processor_errata_piix4() 123 errata.piix4.fdma = 1; in acpi_processor_errata_piix4() 130 if (errata.piix4.bmisx) in acpi_processor_errata_piix4() 132 if (errata.piix4.fdma) in acpi_processor_errata_piix4()
|
/openbmc/linux/include/linux/ |
H A D | omap-dma.h | 104 #define IS_DMA_ERRATA(id) (errata & (id)) 105 #define SET_DMA_ERRATA(id) (errata |= (id)) 273 u32 errata; member
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | silicon-errata.rst | 10 so-called "errata", which can cause it to deviate from the architecture 12 errata are broadly classified into the following categories: 26 As far as Linux is concerned, Category B errata may require some special 37 Features" -> "ARM errata workarounds via the alternatives framework". 44 errata are worked around in an arbitrary kernel source tree, so this
|
H A D | index.rst | 25 silicon-errata
|
/openbmc/linux/arch/riscv/errata/sifive/ |
H A D | Makefile | 2 obj-y += errata.o
|
/openbmc/linux/arch/riscv/errata/andes/ |
H A D | Makefile | 5 obj-y += errata.o
|
/openbmc/linux/arch/riscv/errata/thead/ |
H A D | Makefile | 11 obj-y += errata.o
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | index.rst | 12 errata
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | framebuffer.c | 208 if (dev_priv->ops->errata) in psb_modeset_init() 209 dev_priv->ops->errata(dev); in psb_modeset_init()
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | dma.c | 244 unsigned errata = 0; in configure_dma_errata() local 253 return errata; in configure_dma_errata() 356 p.errata = configure_dma_errata(); in omap1_system_dma_init()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | compat.rst | 9 The following chapters document the evolution of the V4L2 API, errata or
|
/openbmc/linux/Documentation/devicetree/bindings/display/tilcdc/ |
H A D | tilcdc.txt | 22 color errata [1]. 43 [1] There is an errata about AM335x color wiring. For 16-bit color mode
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig | 336 specific physical addresses or enable errata workarounds that may 617 bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory" 635 bool "ARM errata: Stale prediction on replaced interworking branch" 651 bool "ARM errata: Processor deadlock when a false hazard is created" 682 bool "ARM errata: DMB operation may be faulty" 716 bool "ARM errata: LoUIS bit field in CLIDR register is incorrect" 781 bool "ARM errata: no automatic Store Buffer drain" 839 bool "ARM errata: TLBI/DSB failure on Cortex-A15" 867 This workaround for all both errata involves setting bit[12] of the 882 bool "ARM errata: A12: DMB NSHST/ISHST mixed ... might cause deadlock" [all …]
|