summaryrefslogtreecommitdiff
path: root/target/arm/systems/banana-pro
AgeCommit message (Collapse)Author
2015-11-12do not allow to build broken kernel images with compressionWaldemar Brodkorb
Some targets do not support compressed kernels or initramfs. OpenADK combines both, there is no support for mixed setups. For example Kernel with gzip, initramfs with xz. Qemu-Metag f.e. can only use uncompressed initramfs. The kernel could be compressed, but mixed setup isn't available for now.
2015-10-24add new symbol for systems with tcp/ip but without netdevice. like arc ↵Waldemar Brodkorb
simulator running test-suites with network functions
2015-08-13kernel: make net and block support optionalWaldemar Brodkorb
2015-08-08with ethernet it is kind of usableWaldemar Brodkorb
2015-07-30added ADK_HOST_BUILD_U_BOOT to bananapro default configMartin Thomas
Signed-off-by: Martin Thomas <mthomas@conet.de>
2015-07-30uImage is mandatory, add LOADADDRWaldemar Brodkorb
2015-07-26update u-boot to latest stable releaseWaldemar Brodkorb
2015-07-25mark boards as experimentalWaldemar Brodkorb
2015-07-03do not enable PCI in kernel by defaultWaldemar Brodkorb
2015-04-26add some basic banana pro supportWaldemar Brodkorb