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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-15
led: Fix white space problems
Anshuman Khandual
2
-24
/
+24
2014-10-15
attn: Remove generate_hex_word macro
Aruna Balakrishnaiah
1
-7
/
+2
2014-10-15
sysparam: Add the new system parameter boot device path
Neelesh Gupta
1
-1
/
+2
2014-10-15
uart: Works better if we actually allocate out_buf
Benjamin Herrenschmidt
1
-0
/
+1
2014-10-15
uart: Fix thinko in output ring pointers
Benjamin Herrenschmidt
1
-2
/
+2
2014-10-15
hw/ast: Print something decent for PNOR LPC offset
Benjamin Herrenschmidt
1
-1
/
+1
2014-10-15
Quieten a couple more things
Benjamin Herrenschmidt
1
-1
/
+1
2014-10-15
uart: Use prlog instead of printf
Benjamin Herrenschmidt
1
-4
/
+4
2014-10-15
uart: Keep synchronous console flush when IRQ not working
Benjamin Herrenschmidt
1
-3
/
+25
2014-10-15
uart: Add interrupt driver output ring buffer for Linux ouput
Benjamin Herrenschmidt
1
-41
/
+85
2014-10-15
uart: Give UART it's own OPAL console callbacks instead of dummy console
Benjamin Herrenschmidt
1
-100
/
+204
2014-10-15
libflash: Sync with pflash 0.8.3
Benjamin Herrenschmidt
2
-85
/
+471
2014-10-15
hw/ast: Make PNOR offset on LPC a variable
Benjamin Herrenschmidt
1
-8
/
+14
2014-10-15
led: Handle all the FSP_MCLASS_INDICATOR class sub commands
Anshuman Khandual
1
-0
/
+63
2014-10-15
Quieten SLW log messages, mostly to PR_DEBUG. Some elevated to PR_ERR/WARN
Stewart Smith
1
-20
/
+34
2014-10-15
Be less verbose in logging about FSP Console
Stewart Smith
1
-21
/
+22
2014-10-15
Perhaps we shouldn't prerror() about the presence of an FSP. perhaps.
Stewart Smith
1
-1
/
+2
2014-10-15
OCC: Adjust log levels. Many to PR_DEBUG, a few to prerror()
Stewart Smith
1
-24
/
+26
2014-10-15
(somewhat) quieten PCI during boot
Stewart Smith
1
-17
/
+19
2014-10-15
Make FSP console a bit quieter, most can be PR_DEBUG
Stewart Smith
1
-23
/
+23
2014-10-15
Make FSP a lot less verbose by setting log priority
Stewart Smith
1
-54
/
+63
2014-10-15
Reduce severity of CHIPTOD printfs (to PR_DEBUG)
Stewart Smith
1
-9
/
+14
2014-10-15
Adjust log message priority in fsp-leds.c
Stewart Smith
1
-22
/
+24
2014-10-15
FSP buffer allocation messages can be PR_DEBUG.
Stewart Smith
1
-4
/
+4
2014-10-15
Some CHIPTOD log messages should be prerror in event of error.
Stewart Smith
1
-2
/
+2
2014-10-15
Modify HOMER printouts in hw/homer.c to be (mostly) PR_DEBUG prlog calls
Stewart Smith
1
-9
/
+9
2014-10-10
CUPD: Log LID ID in elog if size crosses the limit
Vasant Hegde
1
-3
/
+4
2014-10-10
Merge branch 'release-2.1.1'
Stewart Smith
1
-2
/
+7
2014-10-10
OCC: Change OCC timeout elog severity
skiboot-2.1.1-fw810.20-1
Vasant Hegde
1
-2
/
+7
2014-10-09
uart: Exploit Tx FIFO
Benjamin Herrenschmidt
1
-10
/
+18
2014-10-08
Merge branch 'release-2.1.1'
Benjamin Herrenschmidt
3
-324
/
+542
2014-10-08
slw: Remove log flooding from fast sleep code
Benjamin Herrenschmidt
1
-4
/
+0
2014-10-08
PHB3: Support DMA error injection
Gavin Shan
1
-0
/
+98
2014-10-08
PHB3: Support MM64 error injection
Gavin Shan
1
-6
/
+82
2014-10-08
PHB3: Support multiple MM32 segments for error injection
Gavin Shan
1
-17
/
+26
2014-10-08
PCI: Refactor error injection
Gavin Shan
2
-324
/
+363
2014-10-08
remove unused DBG and FSP_TRACE macros from hw/psi.c
Stewart Smith
1
-4
/
+0
2014-10-08
hw/fake-rtc.c now uses prlog(PR_TRACE instead of DBG macro
Stewart Smith
1
-5
/
+3
2014-10-08
Use prlog(PR_INSANE in hw/chiptod.c instead of DBG macro.
Stewart Smith
1
-15
/
+12
2014-10-08
Convert hw/fsi-master.c from DBG define to prlog PR_INSANE
Stewart Smith
1
-8
/
+4
2014-10-08
Convert hw/slw.c from DBG #define to prlog
Stewart Smith
1
-20
/
+21
2014-10-08
Remove (unused) DBG macros from hw/fsp/fsp-nvram.c
Stewart Smith
1
-3
/
+0
2014-10-08
Use prlog instead of DBG macros in hw/fsp/fsp-rtc.c
Stewart Smith
1
-16
/
+16
2014-10-08
Use prlog rather than DBG #ifdef in hw/fsp/fsp-leds.c
Stewart Smith
1
-14
/
+11
2014-10-08
use prlog(PR_INSANE in hw/fsp/fsp.c in place of DBG ifdef
Stewart Smith
1
-8
/
+6
2014-10-08
Change DBG to prlog PR_TRACE and PR_INSANE in hw/fsp/fsp-sensor.c
Stewart Smith
1
-13
/
+16
2014-10-08
ast/io: Fix a number of issues with SuperIO access
Benjamin Herrenschmidt
1
-56
/
+74
2014-10-05
ipmi/bt: Rework iBT register access
Benjamin Herrenschmidt
1
-33
/
+54
2014-10-05
plat/palmetto: Fix SIO UART vs UART setup and iBT setup
Benjamin Herrenschmidt
1
-3
/
+107
2014-10-01
bt: Add message timeout
Alistair Popple
2
-7
/
+50
[next]