]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
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)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Fri, 9 Mar 2018 15:21:05 +0000 (12:21 -0300)
commit802153d1410909c9a28b50deb2198db48e1b21d9
tree1b26fb096aaf9cbfa3a12c597cc5e1328cc372de
parenta3fe44635e81b4740dc8c49f5194807eed3fc5ce
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.
arch/arm64/Kconfig.platforms
arch/arm64/boot/dts/broadcom/Makefile
arch/arm64/boot/dts/broadcom/bcm2710-rpi-3-b.dts [new file with mode: 0644]
arch/arm64/configs/bcmrpi3_defconfig [new file with mode: 0644]