Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-16 | rpi5: reduce mini.config | Waldemar Brodkorb | |
2024-02-16 | rpi5: reduce mini.config | Waldemar Brodkorb | |
2024-02-16 | rpi5: move MMC config to mini.config | Waldemar Brodkorb | |
2024-01-21 | raspberry-pi5: add basic support | Waldemar Brodkorb | |
2023-11-15 | reduce mini.config | Waldemar Brodkorb | |
2023-10-08 | reduce mini.config | Waldemar Brodkorb | |
2023-10-08 | fix mini.config for rpi_64 | Waldemar Brodkorb | |
2022-12-30 | rockpi4-plus: fix drm support | Waldemar Brodkorb | |
2022-12-29 | fix audio support for rockpi4-plus | Waldemar Brodkorb | |
2022-12-29 | add firmware for rockpi4-plus bluetooth | Waldemar Brodkorb | |
2022-12-29 | rockpi4-plus: switch to correct dtb, enable bluetooth support | Waldemar Brodkorb | |
2022-12-26 | linux: update to 6.0.15, reduce mini.config from rockpi4-plus | Waldemar Brodkorb | |
2022-12-25 | use 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-15 | add support for rockpi4-plus | Waldemar Brodkorb | |
2022-02-25 | add support for raspberry pi4 64 bit | Waldemar Brodkorb | |
2018-04-16 | add basic support for raspberry-pi3p | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2017-04-16 | add rpi3 aarch64 sample, not yet fully working | Waldemar Brodkorb | |
2017-04-14 | remove arm foundation model sample, bit rotted. better use qemu sample for ↵ | Waldemar Brodkorb | |
aarch64 | |||
2016-03-07 | rework menu based config system | Waldemar 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-07 | add basic support for qemu-aarch64 | Waldemar Brodkorb | |
2014-05-13 | resolve merge conflict | Waldemar Brodkorb | |
2014-04-15 | add basic support for aarch64 with ARMv8 foundation model, toolchain and ↵ | Waldemar Brodkorb | |
kernel works, userland broken. |