aboutsummaryrefslogtreecommitdiff
path: root/slof
AgeCommit message (Expand)AuthorFilesLines
2017-12-13boot: use a temporary bootdev-bufNikunj A Dadhania1-3/+38
2017-12-13boot: do not concatenate bootdevNikunj A Dadhania1-2/+10
2017-11-06fdt: Implement "fdt-fetch" method for client interfaceAlexey Kardashevskiy1-0/+16
2017-11-06board-qemu: Fix slof-build-id lengthAlexey Kardashevskiy1-0/+5
2017-11-03tree: Rework set-chosen-cpu and store /chosen ihandle and phandleAlexey Kardashevskiy1-0/+11
2017-10-24node: Add some documentationAlexey Kardashevskiy2-1/+17
2017-09-26netboot: Create bootp-response when bootp is usedNikunj A Dadhania2-12/+21
2017-07-24pci-scan: Fix pci-bridge-set-mem-base and pci-bridge-set-mem-limitThomas Huth1-37/+46
2017-07-21pci: Avoid 32-bit prefetchable memory area if possibleThomas Huth1-1/+6
2017-07-21Remove unused functions ishexdigit and $cat-commaThomas Huth1-10/+2
2017-07-20pci: Translate PCI addresses to host addresses at the end of map-inThomas Huth1-1/+1
2017-07-20Define 'open' and 'close' words of the /aliases nodes right from the startThomas Huth1-0/+2
2017-07-19paflof: Silence gcc's -Warray-bounds warning for stack pointersAlexey Kardashevskiy1-2/+2
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