summaryrefslogtreecommitdiff
path: root/sys/src/9/zynq/main.c
AgeCommit message (Expand)Author
2016-01-05kernel: change active.machs from bitmap to char array to support up to 64 cpu...cinap_lenrek
2015-11-30kernel: cleanup exit()/shutdown()/reboot() codecinap_lenrek
2015-07-07all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)cinap_lenrek
2015-06-11zynq: increase kernel memory for graphicscinap_lenrek
2015-04-13zynq: invalidate cache before booting cpu1cinap_lenrek
2015-03-06zynq: do mpinit() early so cpu1 debug prints do not intermixcinap_lenrek
2015-02-14zynq: do fixed mapping for ocm memory on boot and make kaddr() and paddr() wo...cinap_lenrek
2015-02-07kernel: reduce Page structure size by changing Page.cachectl[]cinap_lenrek
2014-12-30zynq: enable prefetch hints and drop-prefetchcinap_lenrek
2014-12-29zymq: lilu dallas, multicorecinap_lenrek
2014-12-24zynq: active.machs = 1cinap_lenrek
2014-12-24zynq: set mainmem->maxsize so kernel malloc() wont fail after 4MBcinap_lenrek
2014-12-24added zynq kernelaiju