Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-02 | xtensa: update to xtensa-fdpic-abi-spec-1.4, fix CMDLINE for DC233C | Waldemar Brodkorb | |
2024-05-30 | xtensa: fix de212 kernel configuration | Waldemar Brodkorb | |
2024-05-04 | xtensa: preliminary support for upcoming FDPIC support in uClibc-ng | Waldemar Brodkorb | |
2018-03-07 | add support for waldux | Waldemar Brodkorb | |
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 ;) | |||
2015-12-26 | add experimental support for xtensa de212 core | Waldemar Brodkorb | |
2015-10-11 | style changes, boolean -> bool, no prompt where not strictly required | Waldemar Brodkorb | |
2015-10-11 | add license header | Waldemar Brodkorb | |
2014-08-13 | need to initialize MMU inside vmlinux for xtensa dc233c emulation, from Max ↵ | Waldemar Brodkorb | |
Filippov | |||
2014-08-12 | add support for xtensa dc233c variant. use uImage, which works with a ↵ | Waldemar Brodkorb | |
patched Qemu. Thanks to Max Filippov for fixes and ideas. |