index
:
talos-skiboot
03-26-2018
04-15-2018
04-16-2019
04-19-2018
04-30-2018
05-14-2018
06-04-2018
06-18-2018
master
Talos™ II skiboot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xscom: Add POWER9 scom reset
Michael Neuling
2017-03-24
1
-3
/
+9
*
xscom: Abstract error recovery registers
Michael Neuling
2017-03-24
1
-3
/
+9
*
external/ffspart: Add tests
Cyril Bur
2017-03-24
66
-0
/
+440
*
external/tests: Add a data directory for tests
Cyril Bur
2017-03-24
1
-4
/
+7
*
external/ffspart: Simple C program to be able to make an FFS partition
Cyril Bur
2017-03-24
4
-0
/
+527
*
libffs: Understand how to create FFS partition TOCs and entries.
Cyril Bur
2017-03-24
3
-14
/
+393
*
libflash/libffs: Rework libffs
Cyril Bur
2017-03-24
3
-200
/
+368
*
core/init: Add hdat-map property to OPAL node
Matt Brown
2017-03-24
1
-0
/
+29
*
mambo: No need to explicitly look for env(SKIBOOT)
Michael Ellerman
2017-03-24
1
-3
/
+0
*
homer : Enable HOMER region reservation for POWER9
Shilpasri G Bhat
2017-03-23
1
-8
/
+74
*
slw: Define stop idle states for P9 DD1
Shilpasri G Bhat
2017-03-23
1
-4
/
+57
*
fast-reboot: remove CAPI check
Andrew Donnellan
2017-03-20
1
-12
/
+0
*
hw/phb3: add host sync notifier to trigger creset/CAPP disable on kexec
Andrew Donnellan
2017-03-20
1
-0
/
+40
*
hw/phb3: disable CAPI mode during complete reset
Andrew Donnellan
2017-03-20
2
-9
/
+141
*
fast-reboot: creset PHBs on fast reboot
Andrew Donnellan
2017-03-20
1
-0
/
+21
*
core/pci: remove misleading fast reboot comment
Andrew Donnellan
2017-03-20
1
-2
/
+0
*
Makefile: Update clean target for stb
Michael Neuling
2017-03-16
2
-1
/
+6
*
lpc-mbox: Not existing is only an error on P9 and above
Stewart Smith
2017-03-16
1
-1
/
+5
*
hw/slw: fix NOTICE/WARNING of idle states found/not-found
Stewart Smith
2017-03-16
1
-2
/
+2
*
xive: Fix typo in a comment
Benjamin Herrenschmidt
2017-03-16
1
-1
/
+1
*
xive: Move xive_provision_cpu() around
Benjamin Herrenschmidt
2017-03-16
1
-35
/
+35
*
xive: Always reset queue state in opal_xive_set_queue_info()
Benjamin Herrenschmidt
2017-03-16
1
-7
/
+13
*
xive: When an interrupt is freed, also clear its enabled map entry
Benjamin Herrenschmidt
2017-03-16
1
-0
/
+1
*
phb4: Remove some unnecessary debug output
Benjamin Herrenschmidt
2017-03-16
1
-5
/
+4
*
xive: Don't reconfigure and enable queues and VPs in exploitation
Benjamin Herrenschmidt
2017-03-16
1
-31
/
+56
*
xive: Refactor irq configuration
Benjamin Herrenschmidt
2017-03-16
1
-77
/
+59
*
xive: Don't expose a trigger page when none exist
Benjamin Herrenschmidt
2017-03-16
1
-5
/
+3
*
xive: Fix recursive locking bug in opal_xive_reset()
Benjamin Herrenschmidt
2017-03-16
1
-2
/
+3
*
xive: Add opal_xive_sync() to sync IRQ sources and queues
Benjamin Herrenschmidt
2017-03-16
2
-1
/
+53
*
xive: Don't mess around with the ESB state when setting an IRQ config
Benjamin Herrenschmidt
2017-03-16
1
-4
/
+10
*
hmi: Print CAPP FIR information when handling CAPP malfunction alerts
Andrew Donnellan
2017-03-16
2
-2
/
+34
*
hmi: refactor malfunction alert handling
Andrew Donnellan
2017-03-16
1
-46
/
+42
*
getscom: Add chip info for P9.
Pridhiviraj Paidipeddi
2017-03-16
1
-0
/
+6
*
zaius: Remove psi_set_external_irq_policy from platform init
Oliver O'Halloran
2017-03-16
1
-1
/
+0
*
dts: add support for p9 cores
Cédric Le Goater
2017-03-16
1
-0
/
+44
*
dts: introduce a dts_keep_max() routine
Cédric Le Goater
2017-03-16
1
-14
/
+19
*
dts: remove unused defines
Cédric Le Goater
2017-03-16
1
-17
/
+6
*
hw/fsp: Do not queue SP and SPCN class messages during reset/reload
Ananth N Mavinakayanahalli
2017-03-16
4
-0
/
+32
*
generic platform: If /bmc in device tree, attempt to init one
Stewart Smith
2017-03-16
1
-3
/
+40
*
fsp-leds: add missing \n in duplicate loc code error msg
Stewart Smith
2017-03-10
1
-1
/
+1
*
xive: Cleanup calls to set_xive backends
Benjamin Herrenschmidt
2017-03-09
1
-6
/
+14
*
xive: Log the address of the boot time tables
Benjamin Herrenschmidt
2017-03-09
1
-0
/
+5
*
hdat: Add __packed to all HDAT structures and workaround HB reserve
Benjamin Herrenschmidt
2017-03-09
2
-22
/
+24
*
asm: Add POWER9 case to init_shared_sprs
Benjamin Herrenschmidt
2017-03-09
1
-0
/
+24
*
asm: Don't try to set LPCR:LPES1 on P8 and P9
Benjamin Herrenschmidt
2017-03-09
1
-2
/
+28
*
asm: Fix setting of LPCR:DPFD
Benjamin Herrenschmidt
2017-03-09
1
-8
/
+2
*
xive: Sync HW when moving interrupts around
Benjamin Herrenschmidt
2017-03-09
2
-1
/
+84
*
xive: Fix setting of OPAL_XIVE_IRQ_EOI_VIA_FW
Benjamin Herrenschmidt
2017-03-09
1
-4
/
+9
*
mbox: Sanitize init message
Benjamin Herrenschmidt
2017-03-09
1
-1
/
+3
*
init: Cosmetic fixup of comment
Benjamin Herrenschmidt
2017-03-09
1
-2
/
+2
[next]