Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-18 | devether: mux bridges, portable netconsole | cinap_lenrek | |
2018-02-11 | kernel: move devether and wifi to port/ | cinap_lenrek | |
the only architecture dependence of devether was enabling interrupts, which is now done at the end of the driver's reset() function now. the wifi stack and dummy ethersink also go to port/. do the IRQ2->IRQ9 hack for pc kernels in intrenabale(), so not every caller of intrenable() has to be aware of it. | |||
2018-02-10 | zynq: fix 10BASE-T and 100BASE-TX support | aiju | |
2016-09-17 | etherzynq: implement promisc mode and multicast filter support | cinap_lenrek | |
2015-02-14 | zynq: do fixed mapping for ocm memory on boot and make kaddr() and paddr() ↵ | cinap_lenrek | |
work with it map the whole ocm memory on boot so we can translate physical to virtual addresses and back for uncached memory using KADDR() and PADDR(). replace ualloc() with ucalloc() returning virtual address. physical address can be acquired with PADDR() now. as ocm is now always mapped, use KADDR() instead of tmpmap() for mp bootstrap. | |||
2014-12-24 | added zynq kernel | aiju | |