index
:
riscv-gnu-toolchain/qemu/roms/skiboot.git
benh-wip
coverity_scan
gh-pages
master
skiboot-5.1.x
skiboot-5.10.x
skiboot-5.3.x
skiboot-5.4.x
skiboot-5.9.x
skiboot-6.0.x
skiboot-6.2.x
skiboot-6.3.x
skiboot-6.5.x
skiboot-6.6.x
skiboot-6.7.x
skiboot-6.8.x
skiboot-next
skiboot-op940.x
staging
ultravisor
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-29
hw/npu2: Show name of opencapi error interrupts
Frederic Barrat
1
-2
/
+5
2019-04-29
core/pci: Use PHB io-base-location by default for PHB slots
Oliver O'Halloran
1
-0
/
+9
2019-04-29
hw/phb4: Read ibm,loc-code from PBCQ node
Oliver O'Halloran
1
-2
/
+2
2019-04-17
hw/xscom: P9P rather than P9
Stewart Smith
1
-1
/
+1
2019-04-17
hw/xscom: add missing P9P chip name
Nicholas Piggin
1
-1
/
+1
2019-04-17
asm/head: balance branches to avoid link stack predictor mispredicts
Nicholas Piggin
1
-1
/
+6
2019-04-17
external/mambo: also invoke readline for the non-autorun case
Nicholas Piggin
1
-0
/
+2
2019-04-17
asm/head.S: set POWER9 radix HID bit at entry
Nicholas Piggin
4
-20
/
+5
2019-04-17
opal-prd: Fix memory leak in is-fsp-system check
Vasant Hegde
1
-1
/
+6
2019-04-17
opal-prd: Check malloc return value
Vasant Hegde
1
-0
/
+4
2019-04-17
Makefile: Build with symbols
Joel Stanley
1
-1
/
+1
2019-04-17
hw/phb4: Squash the IO bridge window
Oliver O'Halloran
1
-0
/
+8
2019-04-17
build: link with --orphan-handling=warn
Nicholas Piggin
1
-0
/
+2
2019-04-17
opal-ci: Centos7 with latest crosstool toolchain (gcc 8.1.0)
Stewart Smith
2
-4
/
+4
2019-04-17
build/lds: place remaining sections according to defaults
Nicholas Piggin
1
-4
/
+11
2019-04-17
build/lds: place debug sections according to defaults
Nicholas Piggin
1
-0
/
+45
2019-04-17
build: -fno-asynchronous-unwind-tables
Nicholas Piggin
2
-1
/
+2
2019-04-17
chiptod: Remove unused prototype from header
Jordan Niethe
1
-1
/
+0
2019-04-17
hw/xscom: Enable sw xstop by default on p9
Oliver O'Halloran
1
-24
/
+2
2019-04-17
opal/hmi: Initialize the hmi event with old value of TFMR.
Mahesh Salgaonkar
1
-1
/
+3
2019-04-17
core/pci: Prefer ibm, slot-label when finding loc codes
Oliver O'Halloran
1
-5
/
+10
2019-04-11
skiboot v6.3-rc2 release notes
v6.3-rc2
Stewart Smith
1
-0
/
+96
2019-04-09
test-ipmi-hiomap: Add read-one-byte test
Vasant Hegde
1
-0
/
+40
2019-04-09
test-ipmi-hiomap: Fix lpc-read-success
Vasant Hegde
1
-1
/
+3
2019-04-09
test-ipmi-hiomap: Add write-one-byte test
Vasant Hegde
1
-0
/
+38
2019-04-09
test-ipmi-hiomap: Assert if size is zero
Vasant Hegde
1
-1
/
+2
2019-04-09
libflash/ipmi-hiomap: Fix blocks count issue
Vasant Hegde
1
-3
/
+18
2019-04-09
opal/hmi: Never trust a cow!
Frederic Barrat
1
-1
/
+1
2019-04-09
hw/npu2: Dump (more) npu2 registers on link error and HMIs
Frederic Barrat
4
-57
/
+246
2019-04-09
hw/npu2: Report errors to the OS if an OpenCAPI brick is fenced
Frederic Barrat
2
-4
/
+52
2019-04-09
hw/npu2: Setup an error interrupt on some opencapi FIRs
Frederic Barrat
3
-14
/
+57
2019-04-09
hw/npu2: Use NVLink irq setup for OpenCAPI
Frederic Barrat
3
-51
/
+19
2019-04-09
hw/npu2: Move npu2 irq setup code to common area
Frederic Barrat
2
-100
/
+102
2019-04-09
hw/npu2: Fix OpenCAPI PE assignment
Andrew Donnellan
2
-43
/
+52
2019-04-09
opal-api: Reserve 2 OPAL API calls for future OpenCAPI LPC use
Andrew Donnellan
1
-2
/
+4
2019-04-09
README: Reflect openpower_mambo_defconfig name change
Reza Arbab
2
-2
/
+2
2019-04-09
cpufeatures: Add tm-suspend-hypervisor-assist and tm-suspend-xer-so-bug node
Stewart Smith
3
-3
/
+209
2019-03-29
skiboot v6.3-rc1 release notes
v6.3-rc1
Stewart Smith
1
-0
/
+930
2019-03-29
Force noinline for pci_add_(one_)device_node(s)()
Stewart Smith
2
-10
/
+11
2019-03-29
Bump allowed stack frame size for unit tests/host programs
Stewart Smith
1
-1
/
+6
2019-03-28
ci/fedora29: --allowerasing to work around conflicting packages
Stewart Smith
1
-1
/
+1
2019-03-28
ci: qemu boot tests should use built skiboot
Stewart Smith
2
-2
/
+2
2019-03-28
ci: Remove debian-jessie boot test.
Stewart Smith
7
-84
/
+1
2019-03-28
platforms/firenze: Rework I2C controller fixups
Oliver O'Halloran
1
-49
/
+51
2019-03-28
core/i2c: split i2c_request_send()
Oliver O'Halloran
2
-45
/
+55
2019-03-28
core/i2c: Poll on request state in i2c_request_send()
Oliver O'Halloran
1
-22
/
+4
2019-03-28
core/i2c: Add request state tracking
Oliver O'Halloran
2
-2
/
+13
2019-03-28
hw/phb4: Drop FRESET_DEASSERT_DELAY state
Oliver O'Halloran
2
-6
/
+0
2019-03-28
hw/phb4: Factor out PERST control
Oliver O'Halloran
1
-28
/
+36
2019-03-28
hw/phb4: Remove FRESET presence check
Oliver O'Halloran
1
-12
/
+2
[next]