Add arm64 configuration and device tree differences. Disable MMC_BCM2835_SDHOST and...
authorMichael Zoran <mzoran@crowfest.net>
Wed, 24 Aug 2016 10:35:56 +0000 (03:35 -0700)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:07:59 +0000 (00:07 +0100)
commitc239f51b595cfacbb7c58179eed960a61e4dc73a
tree2cd92a3899d642dec8b5289f7299ff0ad685e13a
parent3b682a3d92e06498ce0578d770dba5949f58fe87
Add arm64 configuration and device tree differences. Disable MMC_BCM2835_SDHOST and MMC_BCM2835 since these drivers are crashing at the moment.

ARM64: Modify default config to get raspbian to boot (#1686)

1. Enable emulation of deprecated instructions.
2. Enable ARM 8.1 and 8.2 features which are not detected at runtime.
3. Switch the default governer to powersave.
4. Include the watchdog timer driver in the kernel image rather then a module.

Tested with raspbian-jessie 2016-09-23.

ARM64: Make it work again on 4.9 (#1790)

* Invoke the dtc compiler with the same options used in arm mode.
* ARM64 now uses the bcm2835 platform just like ARM32.
* ARM64: Update bcmrpi3_defconfig

Signed-off-by: Michael Zoran <mzoran@crowfest.net>
Update arm64 Makefile to compile bcm2710 dtb file

The line 'dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b.dtb' has been copied from previous rpi-4.14.y version into rpi-4.15.y arch/arm64/boot/dts/broadcom/Makefile to restore compilation of bcm2710-rpi-3-b.dtb device tree blob under 'make ARCH=arm64 dtbs' command.

arm64: enable thermal / enable mmc (#2425)

This commit adds support for RP3-B-Plus in in arch arm64 (#2464)

Enable AES, AES bit slice, and AES NEON engines on arm64

Enable bbr module for arm64
arch/arm64/Kconfig.platforms
arch/arm64/boot/dts/Makefile
arch/arm64/boot/dts/broadcom/Makefile
arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b-plus.dts [new file with mode: 0644]
arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b.dts [new file with mode: 0644]
arch/arm64/boot/dts/broadcom/bcm283x-rpi-lan7515.dtsi [new symlink]
arch/arm64/boot/dts/overlays [new symlink]
arch/arm64/configs/bcmrpi3_defconfig [new file with mode: 0644]