summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.ethernet
AgeCommit message (Collapse)Author
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-02-25add support for raspberry pi4 64 bitWaldemar Brodkorb
2022-02-15remove virtualbox supportWaldemar Brodkorb
2022-02-14edosk2674: enable network, unfortunately stalls on bootWaldemar Brodkorb
2019-10-29csky: rework qemu supportWaldemar Brodkorb
2019-10-08add phytec-imx6 basic structureWaldemar Brodkorb
2019-09-30x86/x86_64: remove non functional samplesWaldemar Brodkorb
2019-09-30ppc/mips: remove non functional sampleWaldemar Brodkorb
2019-09-30mips64: remove non functional sampleWaldemar Brodkorb
2019-09-30alpha: remove non functional samplesWaldemar Brodkorb
2018-06-13synpsys-hsdk: add sampleWaldemar Brodkorb
2018-06-10allow apple mac mini to netbootWaldemar Brodkorb
2018-06-08add sample for lenovo x200, fix gentooinstallerWaldemar Brodkorb
2018-05-25rework hardware and C library settingsWaldemar Brodkorb
Make the menu system for configuration more intuitive. First choose operating system, then hardware, starting with architecture. Then choose either generic or a sample system. When choosing a sample be more strict in case of MMU or Endianess selection, so a misconfiguration isn't possible. Furthermore put a new top level menu for C library configuration and add Binary format, Instruction set, version selection, float type and any C library specific options. Refactor the duplicate definition of Qemu system versatile and Synopsys NSIM.
2018-04-20rpi3+: add network driverWaldemar Brodkorb
2018-03-10qemu-hppa: fix serial console and networkWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2018-02-03csky: add better qemu supportWaldemar Brodkorb
2018-01-12add tulip driver for DEC alphaWaldemar Brodkorb
2017-11-06ppc: add more cpu types, add mpc8544ds qemu sampleWaldemar Brodkorb
2017-08-16ci20: add davicom driverWaldemar Brodkorb
2017-07-31orange-pi-zero: make mini.config bootable, ethernet will only work for 4.13.xWaldemar Brodkorb
2017-04-14remove arm foundation model sample, bit rotted. better use qemu sample for ↵Waldemar Brodkorb
aarch64
2017-03-25add backward compatible symbol for netdevicesWaldemar Brodkorb
2017-01-14add basic SGI indy supportWaldemar Brodkorb
2016-12-02nios2: we can use qmp now, latest qemu-system-nios2 implements ethernet ↵Waldemar Brodkorb
driver emulation
2016-10-23add target support for SGI O2 workstationWaldemar Brodkorb
2016-09-15make AVR32 ethernet controller available to the whole architectureMario Haustein
The MACB ethernet controller is an AVR32 architecture feature. Therefore it should be available to all boards of this architecture instead of the NGW1000 board only. Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-09-13banana-pro: fix ethernet support, allow read-write mountsWaldemar Brodkorb
2016-08-27add support for Qemu ARM noMMUWaldemar Brodkorb
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now.
2016-07-10nslu2: fix boot (initramfs via tftp tested)Waldemar Brodkorb
2016-06-30add support for nds32 architectureWaldemar Brodkorb
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-06-25improve asus-p5bvm configOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-05-15add support for qemu xilinx zynq emulationWaldemar Brodkorb
2016-03-25allow to choose drivers for generic support, reported by OliverWaldemar Brodkorb
2016-02-10more stuff for kinetis k70, kernel still does not workWaldemar Brodkorb
2016-01-29enable networking for armv6 qemu emulationWaldemar Brodkorb
2015-11-29Add support for Atheros/Attansic L1 Gigabit EthernetOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-11-12qemu-sparc64: switch to e1000 driver (idea from buildroot), move serial symbols.Waldemar Brodkorb
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-10-23arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵Waldemar Brodkorb
running
2015-10-11add license headerWaldemar Brodkorb
2015-10-09add ethernet driver support for qemu-system-or32Waldemar Brodkorb
2015-09-17add 4.1.x patches for mikrotik-rb4xx, finetune mini.config, drivers should ↵Waldemar Brodkorb
go into target/linux/config
2015-09-02refactor kernel mini.config.Waldemar Brodkorb
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets.
2015-09-01add support for beaglebone blackWaldemar Brodkorb
2015-08-13kernel: make net and block support optionalWaldemar Brodkorb
2015-08-08activate platform symbol, requiredWaldemar Brodkorb
2015-08-08add ethernet driver for banana proWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2015-07-27add some basic support for emcraft kinetisWaldemar Brodkorb