u-boot-brain/arch/arm/include/asm
Alison Wang 53fd4b8c22 arm: mmu: Add missing volatile for reading SCTLR register
Add 'volatile' qualifier to the asm statement in get_cr()
so that the statement is not optimized out by the compiler.

(http://comments.gmane.org/gmane.linux.linaro.toolchain/5163)

Without the 'volatile', get_cr() returns a wrong value which
prevents enabling the MMU  and later causes a PCIE VA access
failure.

Signed-off-by: Alison Wang <alison.wang@freescale.com>
2015-10-16 07:55:51 +02:00
..
arch-am33xx bitops: introduce BIT() definition 2015-09-11 17:15:32 -04:00
arch-armada100 ARM: remove CONFIG_ARM926EJS defines 2014-11-20 11:28:25 -05:00
arch-armv7 ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.S 2015-07-20 11:44:38 -07:00
arch-bcm281xx usb: gadget: bcm_udc_otg files 2015-07-22 08:57:54 +02:00
arch-bcmcygnus arm: bcmcygnus: Enable Ethernet support 2015-08-12 20:47:28 -04:00
arch-bcmnsp
arch-ep93xx
arch-fsl-lsch3 armv8: fsl-lsch3: Rewrite MMU translation table entries 2015-09-01 21:49:27 -05:00
arch-hi6220 ARM: hi6220: Add UART0 and UART3 base addresses 2015-09-28 10:48:21 -04:00
arch-imx imx: imx7d: Add SoC system support 2015-09-13 10:11:53 +02:00
arch-lpc32xx lpc32xx: remove surplus clock cycle in PL175 WAIT_OEN config 2015-10-11 17:12:13 -04:00
arch-ls102xa arm/ls102xa:add hwconfig setting to support disable unused devices 2015-09-01 21:49:20 -05:00
arch-mvebu
arch-mx5 imx-common: consolidate macros and prototypes into sys_proto.h 2015-09-02 15:29:14 +02:00
arch-mx6 pci: pcie_imx: Fix hang on mx6qp 2015-10-15 09:05:13 -04:00
arch-mx7 imx: mx7dsabresd: Add support for MX7D SABRESD board 2015-09-13 10:11:54 +02:00
arch-mx25 i2c, mxc: rework i2c base address names for different SoCs 2015-05-26 14:17:00 +02:00
arch-mx27 i2c, mxc: rework i2c base address names for different SoCs 2015-05-26 14:17:00 +02:00
arch-mx31 imx-common: consolidate macros and prototypes into sys_proto.h 2015-09-02 15:29:14 +02:00
arch-mx35 imx-common: consolidate macros and prototypes into sys_proto.h 2015-09-02 15:29:14 +02:00
arch-mxs imx-common: consolidate macros and prototypes into sys_proto.h 2015-09-02 15:29:14 +02:00
arch-omap3 omap3: Reboot mode support 2015-08-12 20:47:36 -04:00
arch-omap4 omap: SPL boot devices cleanup and completion 2015-07-27 15:02:04 -04:00
arch-omap5 bitops: introduce BIT() definition 2015-09-11 17:15:32 -04:00
arch-orion5x edminiv2: switch to SPL 2015-02-25 07:59:50 +01:00
arch-pxa arm: pxa: use common timer functions 2015-08-24 20:30:37 +02:00
arch-rmobile arch: rmobile: add SCIFA port base offsets 2015-08-31 17:31:47 +09:00
arch-rockchip rockchip: Add SPI driver 2015-09-02 21:28:24 -06:00
arch-s3c24x0 mtd: nand: s3c: Unify the register definition and naming 2014-11-26 23:21:43 -06:00
arch-s5pc1xx
arch-sa1100
arch-spear arm: spear: Add command to switch between 1-bit HW ECC and SW BCH4 2015-09-11 17:15:14 -04:00
arch-stm32f1 ARMv7M: add STM32F1 support 2015-05-28 08:18:24 -04:00
arch-stm32f4 stm32f429: pass the device unique ID in DTB 2015-07-27 15:02:14 -04:00
arch-stv0991 stv0991: configure clock & pad muxing for qspi 2015-07-03 13:50:53 +05:30
arch-sunxi sunxi: retrieve FEL-provided values to environment variables 2015-09-29 11:50:07 +02:00
arch-tegra ARM: tegra: Implement clk_m 2015-09-16 16:10:22 -07:00
arch-tegra20 ARM: tegra: Implement clk_m 2015-09-16 16:10:22 -07:00
arch-tegra30 ARM: tegra: Implement clk_m 2015-09-16 16:10:22 -07:00
arch-tegra114 ARM: tegra114: Clear IDDQ when enabling PLLC 2015-09-16 16:11:31 -07:00
arch-tegra124 ARM: tegra124: Clear IDDQ when enabling PLLC 2015-09-16 16:11:31 -07:00
arch-tegra210 ARM: tegra: Implement clk_m 2015-09-16 16:10:22 -07:00
arch-vf610 vf610: refactor DDRMC code 2015-10-02 10:42:31 +02:00
arch-zynqmp zynqmp: usb: Add usb dwc3 driver support for zynqmp 2015-08-19 11:27:30 +02:00
armv8 armv8/mmu: Set bits marked RES1 in TCR 2015-10-15 14:46:43 +02:00
imx-common arm: imx-common: init: rework wdog settings for imx6/imx7 2015-09-13 10:11:54 +02:00
iproc-common
kona-common bcm281xx: add support for "USB OTG clock" 2014-12-29 16:31:23 -05:00
proc-armv
ti-common dma: ti-edma3: Add helper function to support edma3 transfer 2015-08-17 23:29:15 +05:30
armv7.h virt-dt: Allow reservation of secure region when in a RAM carveout 2015-05-13 09:24:14 -07:00
armv7m.h ARM: Add ARMv7-M support 2015-04-22 12:14:55 -04:00
assembler.h arm: build arch memset/memcpy in Thumb2 mode 2015-01-09 10:20:22 -05:00
atomic.h
bitops.h arm: implement find_next_zero_bit function 2015-04-16 09:31:14 +02:00
bootm.h
byteorder.h
cache.h
config.h arm: pxa: use common timer functions 2015-08-24 20:30:37 +02:00
davinci_rtc.h
dma-mapping.h arm: asm: dma-mapping: added dma_free_coherent API 2015-04-14 05:48:09 +02:00
ehci-omap.h
emif.h am33xx: Re-enable SW levelling for DDR2 2015-06-15 10:57:26 -04:00
errno.h
fsl_secure_boot.h SECURE_BOOT: Disable IE Key feature for RAMBOOT 2015-09-01 21:38:02 -05:00
gic.h
global_data.h omap-common: Common boot code OMAP3 support and cleanup 2015-07-27 15:02:03 -04:00
gpio.h
hardware.h
io.h
linkage.h
mach-types.h arm: Remove snowball and u8500_href boards 2015-09-11 14:08:06 -04:00
macro.h Armv8: Initializing CNTVOFF_EL2 2015-04-16 11:27:15 +02:00
memory.h
omap_common.h ARM: OMAP5: Add functions to enable and disable USB clocks 2015-08-28 12:33:21 -04:00
omap_gpio.h gpio: omap: Drop 'method' parameter 2015-08-12 20:48:06 -04:00
omap_mmc.h
omap_musb.h
pl310.h mx6: Set shared override bit in PL310 AUX_CTRL register 2015-05-15 19:21:24 +02:00
posix_types.h
processor.h
psci.h ARM: Add board-specific initialization hook for PSCI 2015-05-13 09:24:15 -07:00
ptrace.h
sections.h
secure.h
setup.h
spl.h arm: spl: Avoid setting up a duplicate global data structure 2015-03-04 14:55:04 -05:00
string.h
system.h arm: mmu: Add missing volatile for reading SCTLR register 2015-10-16 07:55:51 +02:00
types.h include: asm: types: add resource_size_t type 2015-04-14 05:48:09 +02:00
u-boot-arm.h common: Move dram_init() declaration to common location 2015-02-09 15:08:48 +01:00
u-boot.h arm: Drop old non-generic-board code 2015-09-28 10:48:24 -04:00
unaligned.h
utils.h