aboutsummaryrefslogtreecommitdiff
path: root/slof
AgeCommit message (Expand)AuthorFilesLines
2017-07-17pci: Improve the pci-var-out debug functionThomas Huth1-3/+8
2017-06-28libnet: Remove remainders of netsave codeThomas Huth1-10/+0
2017-06-15paflof: Print stack warning to stderr, not stdoutThomas Huth1-1/+1
2017-06-08A new SLOF boot menuThomas Huth1-62/+9
2017-06-07Increase MAX-ALIAS to 10Thomas Huth1-1/+1
2017-06-06Use TYPE for the standard output instead of io_putchar()Thomas Huth2-7/+25
2017-06-06pci: Remove unused next-pci-[mem|mmio|io] functionsThomas Huth1-7/+0
2017-05-16pci: Reserve free space at the end of bridge windows instead of at the beginningThomas Huth1-6/+9
2017-04-28pci: Generate a 64-bit range property if necessaryThomas Huth1-2/+3
2017-04-28pci: Fix assigned-addresses for 64bit nonprefetchable BARAlexey Kardashevskiy1-2/+4
2017-04-26Rework the printing of the banner during bootThomas Huth1-3/+0
2017-04-26logo: Update the logoAlexey Kardashevskiy2-22/+2
2017-04-26pci: Put non-prefetchable 64bit BARs into 32bit MMIO windowAlexey Kardashevskiy1-5/+1
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 Roth3-8/+34
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-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