aboutsummaryrefslogtreecommitdiff
path: root/slof/fs
AgeCommit message (Expand)AuthorFilesLines
2017-04-06Fix "Unsupported PQ" problems in the scsi-disk open functionThomas Huth1-2/+6
2017-03-09pci: force minimum mem bar alignment of 64K for board-qemuMichael Roth2-8/+33
2016-11-24Provide "write" function in the disk-label packageThomas Huth1-0/+5
2016-11-24scsi: Add SCSI block write supportThomas Huth2-0/+96
2016-11-24deblocker: Add a 'write' functionThomas Huth1-0/+21
2016-10-27envvar: Do not read default values for /options from the NVRAM anymoreThomas Huth1-1/+1
2016-10-27envvar: Set properties in /options during "(set-defaults)"Thomas Huth1-6/+10
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-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-14Do not include the FCode evaluator by default anymoreThomas Huth2-99/+45
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-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-10-10pci-scan: program 64-bit mem bar range in pci-bridge barNikunj A Dadhania1-6/+13
2015-08-05fbuffer: Implement RFILL as an accelerated primitiveThomas Huth2-39/+0
2015-08-05fbuffer: Implement MRMOVE as an accelerated primitiveThomas Huth1-16/+0
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
2015-07-04disk-label: add support for booting from GPT FAT partitionNikunj A Dadhania1-24/+84
2015-07-04disk-label: introduce helper to check fat filesystemNikunj A Dadhania1-8/+9
2015-07-04introduce 8-byte LE helpersNikunj A Dadhania2-2/+8
2015-07-04disk-label: simplify gpt-prep-partition? routineNikunj A Dadhania1-26/+15
2015-05-29fbuffer: introduce the invert-region-x helperAlexey Kardashevskiy1-3/+1