aboutsummaryrefslogtreecommitdiff
path: root/slof
AgeCommit message (Expand)AuthorFilesLines
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
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
2015-05-29fbuffer: introduce the invert-region helperGreg Kurz1-1/+1
2015-05-29fbuffer: simplify address computations in fb8-toggle-cursorGreg Kurz1-2/+2
2015-05-07pci: Use QEMU created PCI device nodesNikunj A Dadhania1-1/+5
2015-05-07usb: support 64-bit pci barsNikunj A Dadhania1-2/+8
2015-05-07pci: Support 64-bit address translationNikunj A Dadhania1-4/+2
2015-05-07pci: program correct bridge limit registers during probeNikunj A Dadhania1-3/+3
2015-04-07scsi: handle report-luns failureNikunj A Dadhania1-1/+1
2015-03-23Remove bulk.fs packageThomas Huth2-98/+1
2015-03-13helpers: Fix SLOF_alloc_mem_aligned to meet callers expectationAlexey Kardashevskiy1-1/+1
2015-03-12Set default palette according to "16-color Text Extension" documentThomas Huth1-0/+25
2015-03-12Fix rectangle drawing functions to work also with higher bit depthsThomas Huth1-0/+62
2015-03-12Improve /openprom nodeThomas Huth1-1/+1
2015-03-12pci-properties: Remove redundant call to device-typeAlexey Kardashevskiy2-2/+1
2014-12-03pci: use 64bit bar rangesNikunj A Dadhania2-3/+12
2014-10-29pci: scan only type 0 and type 1Nikunj A Dadhania1-5/+6
2014-10-29Fix term-io-key to also work when stdin has not been set yetThomas Huth1-0/+2
2014-06-26Quieten the grub warningNikunj A Dadhania1-1/+1
2014-06-13Add boot menu supportAvik Sil1-7/+86
2014-06-13boot from disk having chrp-boot fileNikunj A Dadhania1-16/+24
2014-06-13fat16: fix read and remove debug messagesNikunj A Dadhania1-4/+5
2014-05-14pci-scan: reserve memory for pci-bridge without devicesNikunj A Dadhania1-3/+3
2014-05-14pci-bridge: Fix ranges when no device beyond the bridgeNikunj A Dadhania1-0/+1
2014-04-25usb: use common pci dma alloc/mapping routinesNikunj A Dadhania1-4/+2
2014-04-25Remove unused SLOF codeThomas Huth2-15/+7
2014-04-25pci-bridge: generic bridge needs to support pci dma functionsNikunj A Dadhania1-0/+1
2014-04-25pci: extract dma functions as separate fileNikunj A Dadhania2-26/+37