index
:
blackbird-skiboot
04-16-2019
Blackbird™ skiboot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mambo: Convert sim exit from asm to C
Michael Neuling
2016-11-02
3
-10
/
+3
*
mambo: Add callthru0()
Michael Neuling
2016-11-02
1
-0
/
+7
*
mambo: Make callthru functions return 64 bits
Michael Neuling
2016-11-02
1
-5
/
+6
*
core/flash: Don't do anything clever for OPAL_FLASH_{READ, WRITE, ERASE}
Cyril Bur
2016-11-02
3
-25
/
+55
*
boot-tests: force BMC to boot from non-golden side
Stewart Smith
2016-11-02
1
-0
/
+2
*
opal/fast-reboot: Send special reset sequence to operational CPUs only.
Mahesh Salgaonkar
2016-11-02
1
-1
/
+29
*
platforms/mambo: Support large unaligned reads
Cyril Bur
2016-11-02
1
-9
/
+16
*
core/flash: Use blocklevel accessors to load resources
Cyril Bur
2016-11-02
1
-8
/
+8
*
tpm_extendl: don't measure when no tpm is registered
Claudio Carvalho
2016-11-02
2
-2
/
+9
*
tpm_extendl: log the calling results
Claudio Carvalho
2016-11-02
2
-17
/
+19
*
tpm_extendl: disable all failed tpms rather than only the first
Claudio Carvalho
2016-11-02
2
-18
/
+29
*
libstb: remove subid argument from sb_verify and tb_measure
Claudio Carvalho
2016-11-02
5
-27
/
+24
*
core/flash.c: Fix lines > 80 cols
Claudio Carvalho
2016-11-02
1
-3
/
+7
*
core/flash-subpartition.c: remove toc var to clean-up
Claudio Carvalho
2016-11-02
1
-3
/
+1
*
travis-ci: use Docker containers for a matrix of platforms
Stewart Smith
2016-11-02
12
-30
/
+199
*
gard: Fix printf warning
Joel Stanley
2016-11-02
1
-1
/
+2
*
doc: Document path of /ibm,opal/diagnostics being ABI
Stewart Smith
2016-10-31
1
-0
/
+3
*
opal-prd: only run on supported systems
Rafael Fonseca
2016-10-31
1
-0
/
+2
*
doc: link OPAL_HANDLE_INTERRUPT docs to ibm,opal DT
Stewart Smith
2016-10-28
2
-2
/
+3
*
doc: device-tree snippets should be dts code-blocks
Stewart Smith
2016-10-28
15
-125
/
+187
*
doc: enable syntax highlighting of Device Tree Source (dts)
Stewart Smith
2016-10-28
2
-1
/
+96
*
doc: use RST references where appropriate
Stewart Smith
2016-10-28
26
-26
/
+46
*
opal-prd: remove unused socket file.
Rafael Fonseca
2016-10-28
2
-10
/
+0
*
Documentation for OPAL_LPC_READ, OPAL_LPC_WRITE
Nageswara R Sastry
2016-10-28
1
-0
/
+82
*
add BUILD_ASSERT that reset_patch fits in area saved
Stewart Smith
2016-10-28
1
-0
/
+1
*
doc/stable-skiboot-rules: fix broken link
Stewart Smith
2016-10-28
1
-1
/
+1
*
doc/release-notes/skiboot-5.4.0-rc2: fix RST table format
Stewart Smith
2016-10-28
1
-3
/
+3
*
doc: bump docs version to 5.4.0-rc2, fix oneline description
Stewart Smith
2016-10-28
1
-2
/
+2
*
doc: ref for skiboot-5.4.0-rc1 release notes
Stewart Smith
2016-10-28
1
-0
/
+2
*
print-stb-container: close(fd) to clean up neatly
Stewart Smith
2016-10-28
1
-0
/
+1
*
flash-subpartition: fix spurious non-NULL check of non-NULL variable
Stewart Smith
2016-10-28
1
-2
/
+0
*
Change .txt to .rst for correctness
Nageswara R Sastry
2016-10-28
16
-16
/
+16
*
skiboot 5.4.0-rc2 release notes
Stewart Smith
2016-10-26
1
-0
/
+270
*
libstb/stb.c: ignore the secure mode flag unless forced in NVRAM
Claudio Carvalho
2016-10-26
2
-6
/
+24
*
errorlog: Removal of elog_reject_head() from 'opal_kexec_elog_notify' routine
Mukesh Ojha
2016-10-25
1
-1
/
+0
*
errorlog: Remove the elog enable check from 'fsp_elog_check_and_fetch_head'
Mukesh Ojha
2016-10-25
1
-3
/
+0
*
errorlog : Modification as per coding guidelines to make the code more legible
Mukesh Ojha
2016-10-25
4
-183
/
+200
*
core/init.c: Fix bootargs parsing
Chris Smart
2016-10-25
1
-8
/
+4
*
external/pflash: Make MTD accesses the default
Cyril Bur
2016-10-25
1
-24
/
+22
*
external/pflash: Catch incompatible combination of flags
Cyril Bur
2016-10-25
1
-0
/
+10
*
external/common: Rename arch_flash_bmc() to arch_flash_access()
Cyril Bur
2016-10-25
5
-13
/
+31
*
external/common: arm: Don't error trying to wrprotect with MTD access
Cyril Bur
2016-10-25
1
-0
/
+3
*
libflash/libffs: Use blocklevel_smart_write() when updating partitions
Cyril Bur
2016-10-25
1
-1
/
+1
*
extract-gcov: build with -m64 if compiler supports it
Stewart Smith
2016-10-25
1
-0
/
+1
*
fast-reset: disable fast reboot in event of platform error
Stewart Smith
2016-10-25
1
-0
/
+1
*
fast-reboot: disable on FSP code update or unrecoverable HMI
Stewart Smith
2016-10-25
4
-0
/
+25
*
flash: rework flash_load_resource to correctly read FFS/STB
Stewart Smith
2016-10-25
1
-89
/
+152
*
libstb/container: add function for getting sw payload size
Claudio Carvalho
2016-10-25
2
-0
/
+11
*
core/flash-subpartition: compute partition size from subpartition struct
Stewart Smith
2016-10-25
4
-37
/
+60
*
core/flash: Move subpartition locating logic out into own file, add tests
Stewart Smith
2016-10-25
6
-74
/
+161
[next]