aboutsummaryrefslogtreecommitdiff
path: root/board-js2x
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Fix typos in the board-js2x folderThomas Huth8-21/+20
2021-10-01js2x: Fix compile and cleanupAlexey Kardashevskiy2-13/+16
2017-11-06board-qemu: Fix slof-build-id lengthAlexey Kardashevskiy1-1/+1
2017-07-20Define 'open' and 'close' words of the /aliases nodes right from the startThomas Huth1-5/+0
2017-06-06pci: Remove unused next-pci-[mem|mmio|io] functionsThomas Huth1-1/+1
2017-04-26Rework the printing of the banner during bootThomas Huth1-0/+6
2017-04-26logo: Update the logoAlexey Kardashevskiy1-3/+0
2016-09-14Do not include the FCode evaluator by default anymoreThomas Huth3-4/+8
2016-06-27net: Move files from clients/net-snk/app/netlib/ to lib/libnet/Thomas Huth1-1/+2
2016-05-02base: Move cnt-bits and bcd-to-bin to board-js2x folderThomas Huth2-0/+13
2016-01-14Fix dma-alloc and dma-map-in functions on board-js2xThomas Huth2-1/+32
2015-11-03qemu/js2x/client: Support binutils >= 2.25.1Alexey Kardashevskiy2-3/+2
2015-09-30board-js2x: Add missing file dma-function.fsThomas Huth1-0/+1
2015-08-03fbuffer: Improve invert-region helperThomas Huth1-5/+8
2015-05-29fbuffer: introduce the invert-region-x helperAlexey Kardashevskiy1-0/+4
2015-05-29fbuffer: introduce the invert-region helperGreg Kurz1-0/+4
2015-03-12Fix rectangle drawing functions to work also with higher bit depthsThomas Huth2-59/+2
2015-03-12Use device-type Forth word to set up the corresponding propertyThomas Huth2-2/+2
2014-10-29js2x: Fix buildBenjamin Herrenschmidt1-0/+0
2014-04-25Remove unused SLOF codeThomas Huth1-2/+0
2013-10-04Allow more than one client to open net devices simultaneouslyAvik Sil1-2/+2
2013-10-04Remove bcm57xx network driver as moduleAvik Sil2-5/+1
2013-10-04Remove e1000 network driver as moduleAvik Sil1-1/+0
2013-10-04Add bcm57xx network driver in libbcmAvik Sil4-4/+106
2013-08-21js2x: more fixesNikunj A Dadhania3-1/+6
2013-08-06js2x: use new usb stackNikunj A Dadhania2-15/+12
2013-05-13Make load-base a real environment variableBenjamin Herrenschmidt2-22/+20
2013-01-04Spelling fixes in forth codeStefan Weil1-2/+2
2013-01-04Spelling fixes in comments and debug messagesStefan Weil3-5/+5
2012-02-02New oco for JS20Thomas Huth1-0/+0
2011-12-28Enabled -Wmissing-prototypes and -Wstrict-prototypes CFLAGS and cleaned upThomas Huth4-43/+45
2011-12-20FCODE: Always include evaluator, move framebuffer token init to fbuffer.fsThomas Huth3-20/+5
2011-12-20JS2x: Added oco files to be able to built board-js2xThomas Huth2-0/+0
2011-12-20JS2x: Fixed config space access functions.Thomas Huth1-1/+8
2011-12-20Silenced some compiler warnings that occur when compiling with prototype checksThomas Huth4-7/+12
2011-11-17JS2x: Check whether biosemu has been executed successfullyThomas Huth1-5/+16
2011-11-17JS2x: Fixed bug in Citrine codeThomas Huth1-1/+4
2011-11-17Fixed the PCI map-in function.Thomas Huth1-11/+8
2011-11-17Fixed config-xx PCI bus node functionsThomas Huth1-0/+9
2011-10-12Added e1000 network driverThomas Huth1-0/+1
2011-10-12Moved bcm57xx driver to a new directory called "drivers".Thomas Huth2-16/+14
2011-10-12Set up PCI nodes on board-qemuThomas Huth1-2/+2
2011-10-12Move MMIO accessors to board-js2x and implement h-calls based ones for qemuBenjamin Herrenschmidt1-1/+2
2011-10-12Cleaned up MakefilesThomas Huth2-42/+43
2011-10-12Fix compiler warningsThomas Huth1-3/+3
2011-10-12JS2x: Detect the availability of biosemu automatically.Thomas Huth1-0/+6
2011-10-12Make net-snk and modules relocatable, too.Thomas Huth1-2/+2
2011-10-12Got rid of the ELF loader functions written in Forth, using libelf instead.Thomas Huth2-8/+8
2011-10-12Reworked libelf to support relocationThomas Huth1-1/+4
2011-03-22Fixed compiler warningThomas Huth1-1/+2