summaryrefslogtreecommitdiff
path: root/target/aarch64/kernel
AgeCommit message (Collapse)Author
2024-02-16rpi5: reduce mini.configWaldemar Brodkorb
2024-02-16rpi5: reduce mini.configWaldemar Brodkorb
2024-02-16rpi5: move MMC config to mini.configWaldemar Brodkorb
2024-01-21raspberry-pi5: add basic supportWaldemar Brodkorb
2023-11-15reduce mini.configWaldemar Brodkorb
2023-10-08reduce mini.configWaldemar Brodkorb
2023-10-08fix mini.config for rpi_64Waldemar Brodkorb
2022-12-30rockpi4-plus: fix drm supportWaldemar Brodkorb
2022-12-29fix audio support for rockpi4-plusWaldemar Brodkorb
2022-12-29add firmware for rockpi4-plus bluetoothWaldemar Brodkorb
2022-12-29rockpi4-plus: switch to correct dtb, enable bluetooth supportWaldemar Brodkorb
2022-12-26linux: update to 6.0.15, reduce mini.config from rockpi4-plusWaldemar Brodkorb
2022-12-25use rockpi4 b plus dtb instead of c, fixes bootup.Waldemar Brodkorb
A lot of drivers where moved from mini.config to target/linux/config. WLAN works, ethernet works, i2c works, RTC works.
2022-12-15add support for rockpi4-plusWaldemar Brodkorb
2022-02-25add support for raspberry pi4 64 bitWaldemar Brodkorb
2018-04-16add basic support for raspberry-pi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2017-04-16add rpi3 aarch64 sample, not yet fully workingWaldemar Brodkorb
2017-04-14remove arm foundation model sample, bit rotted. better use qemu sample for ↵Waldemar Brodkorb
aarch64
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2014-08-07add basic support for qemu-aarch64Waldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-15add basic support for aarch64 with ARMv8 foundation model, toolchain and ↵Waldemar Brodkorb
kernel works, userland broken.