aboutsummaryrefslogtreecommitdiff
path: root/slof
AgeCommit message (Expand)AuthorFilesLines
2016-10-17scsi: Remove debug functions from scsi-loader.fsThomas Huth1-27/+0
2016-10-17scsi: Remove unused read-6 commandThomas Huth1-50/+0
2016-10-17obp-tftp: Remove the ciregs-bufferThomas Huth1-11/+0
2016-10-17libnet: Simplify the net-load arguments passingThomas Huth1-11/+4
2016-10-17libnet: Simplify the Forth-to-C wrapper of ping()Thomas Huth1-4/+1
2016-10-17Add a Forth-to-C wrapper for the ping command, tooThomas Huth1-1/+4
2016-10-17Link libnet code to Paflof and add a wrapper for netboot()Thomas Huth1-3/+4
2016-10-17Remember execution tokens of "write" and "read" for socket operationsThomas Huth1-9/+36
2016-10-13scsi: implement READ (16) commandNikunj A Dadhania2-1/+35
2016-10-10scsi: implement read-capacity-16Nikunj A Dadhania1-0/+19
2016-10-10pci: Fix secondary and subordinate PCI bus enumeration with board-qemuThomas Huth2-1/+3
2016-09-14paflof: Add a read() function to read keyboard inputThomas Huth1-0/+26
2016-09-14paflof: Add socket(), send() and recv() functions to paflofThomas Huth1-0/+110
2016-09-14paflof: Provide get_timer() and set_timer() helper functionsThomas Huth1-0/+18
2016-09-14paflof: Add a write_mm_log helper functionThomas Huth1-0/+9
2016-09-14paflof: Copy sbrk code from net-snkThomas Huth2-4/+48
2016-09-14paflof: Use CFLAGS from make.rules instead of completely redefining themThomas Huth4-12/+12
2016-09-14Do not include the FCode evaluator by default anymoreThomas Huth2-99/+45
2016-09-14Improve SLOF_alloc_mem_aligned()Thomas Huth1-3/+8
2016-08-24instance: Fix set-my-args for empty argumentsAlexey Kardashevskiy1-7/+3
2016-06-27fat-files: Fix access to FAT32 dir/files when cluster > 16-bitsBenjamin Herrenschmidt1-2/+11
2016-06-01Improve F12 key handling in boot menuThomas Huth1-6/+15
2016-05-24Fix stack underflow that occurs with duplicated ESC in inputThomas Huth1-1/+5
2016-05-05ping: add netmask in the ping argumentNikunj A Dadhania1-2/+2
2016-05-02loaders: Remove netflash commandThomas Huth1-4/+0
2016-05-02boot: Remove legacy Forth words for network loadingThomas Huth1-20/+0
2016-05-02base: Move cnt-bits and bcd-to-bin to board-js2x folderThomas Huth1-13/+0
2016-05-02base: Move huge-tftp-load variable to obp-tftp packageThomas Huth2-2/+2
2016-05-02base: Remove unused IP address conversion functionsThomas Huth1-23/+0
2016-04-14pci: Fix mistype in "unkown-bridge"Alexey Kardashevskiy1-1/+1
2016-03-16Remove unused sms code.Thomas Huth6-232/+0
2016-02-08pci: add byte read/write helper routinesNikunj A Dadhania1-0/+14
2016-01-14Fix dma-alloc and dma-map-in functions on board-js2xThomas Huth1-20/+0
2015-12-23Move archsupport.fs into board-qemu directoryThomas Huth2-39/+0
2015-12-23boot: stop booting when we encounter HALTNikunj A Dadhania1-0/+1
2015-12-09fat-files: Fix bug with root-entries = 0 on certain FAT32 file systemsThomas Huth1-2/+13
2015-12-01Check for stack overflow in paflof engineThomas Huth2-1/+10
2015-10-10pci-scan: program 64-bit mem bar range in pci-bridge barNikunj A Dadhania1-6/+13
2015-09-17slof: Change call_c() function to a proper assembler functionThomas Huth2-18/+10
2015-08-05Remove unused RMOVE64 stubThomas Huth1-1/+0
2015-08-05fbuffer: Implement RFILL as an accelerated primitiveThomas Huth4-39/+8
2015-08-05fbuffer: Implement MRMOVE as an accelerated primitiveThomas Huth3-16/+7
2015-08-05fbuffer: Precalculate line length in bytesThomas Huth1-11/+14
2015-08-05terminal: Disable the terminal-write trace by defaultThomas Huth1-1/+2
2015-08-05boot: remove trailing ":" in the bootpathNikunj A Dadhania1-5/+0
2015-08-05ci: implement boot client interfaceNikunj A Dadhania1-0/+12
2015-08-05boot: bootpath should be complete device pathNikunj A Dadhania1-1/+1
2015-08-03fbuffer: Use a smaller cursorThomas Huth1-1/+2
2015-08-03fbuffer: Improve invert-region helperThomas Huth1-1/+1
2015-07-13cas: Increase FDT buffer size to accomodate larger ibm, cas node propertiesBharata B Rao1-3/+3