| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Fix Coverity #343008, Side affect in assertion | Justin Chadwell | 2019-08-06 | 1 | -2/+3 |
| * | Fix Coverity #342970, Uninitialized scalar variable | Justin Chadwell | 2019-08-06 | 1 | -2/+3 |
* | | Switch AARCH32/AARCH64 to __aarch64__ | Julius Werner | 2019-08-01 | 6 | -76/+76 |
* | | Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ | Julius Werner | 2019-08-01 | 1 | -1/+1 |
* | | Enable AMU for Cortex-Hercules | Balint Dobszay | 2019-07-31 | 1 | -1/+36 |
|/ |
|
* | Merge "Romlib makefile refactoring and script rewriting" into integration | Soby Mathew | 2019-07-25 | 13 | -179/+370 |
|\ |
|
| * | Romlib makefile refactoring and script rewriting | Imre Kis | 2019-07-22 | 13 | -179/+370 |
* | | Merge changes I0d17ba6c,I540741d2,I9e6475ad,Ifd769320,I12c04a85, ... into int... | Soby Mathew | 2019-07-25 | 1 | -0/+33 |
|\ \ |
|
| * | | Introduce lightweight BL platform parameter library | Julius Werner | 2019-07-18 | 1 | -0/+33 |
| |/ |
|
* | | Merge "Cortex_hercules: Introduce preliminary cpu support" into integration | Soby Mathew | 2019-07-23 | 1 | -0/+65 |
|\ \ |
|
| * | | Cortex_hercules: Introduce preliminary cpu support | Louis Mayencourt | 2019-07-16 | 1 | -0/+65 |
* | | | Merge "Enable MTE support unilaterally for Normal World" into integration | Soby Mathew | 2019-07-23 | 1 | -0/+13 |
|\ \ \
| |_|/
|/| | |
|
| * | | Enable MTE support unilaterally for Normal World | Soby Mathew | 2019-07-12 | 1 | -0/+13 |
* | | | Merge changes from topic "jc/shift-overflow" into integration | Soby Mathew | 2019-07-16 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Update base code to not rely on undefined overflow behaviour | Justin Chadwell | 2019-07-12 | 1 | -2/+2 |
| |/ |
|
* / | Rename Cortex-Deimos to Cortex-A77 | Balint Dobszay | 2019-07-10 | 1 | -20/+20 |
|/ |
|
* | Removing redundant ISB instructions | lauwal01 | 2019-07-02 | 1 | -15/+1 |
* | Workaround for Neoverse N1 erratum 1275112 | lauwal01 | 2019-07-02 | 2 | -0/+41 |
* | Workaround for Neoverse N1 erratum 1262888 | lauwal01 | 2019-07-02 | 2 | -0/+41 |
* | Workaround for Neoverse N1 erratum 1262606 | lauwal01 | 2019-07-02 | 2 | -0/+41 |
* | Workaround for Neoverse N1 erratum 1257314 | lauwal01 | 2019-07-02 | 2 | -0/+41 |
* | Workaround for Neoverse N1 erratum 1220197 | lauwal01 | 2019-07-02 | 2 | -0/+41 |
* | Workaround for Neoverse N1 erratum 1207823 | lauwal01 | 2019-07-02 | 2 | -0/+41 |
* | Workaround for Neoverse N1 erratum 1165347 | lauwal01 | 2019-07-02 | 2 | -0/+42 |
* | Workaround for Neoverse N1 erratum 1130799 | lauwal01 | 2019-07-02 | 2 | -0/+41 |
* | Workaround for Neoverse N1 erratum 1073348 | lauwal01 | 2019-07-02 | 2 | -0/+41 |
* | libc: fix memchr implementation | Ambroise Vincent | 2019-06-20 | 1 | -2/+2 |
* | Merge "DSU: Apply erratum 936184 for Neoverse N1/E1" into integration | John Tsichritzis | 2019-06-17 | 2 | -1/+34 |
|\ |
|
| * | DSU: Apply erratum 936184 for Neoverse N1/E1 | Louis Mayencourt | 2019-06-11 | 2 | -1/+34 |
* | | Merge changes from topic "jts/ti_fix" into integration | Soby Mathew | 2019-06-10 | 1 | -4/+0 |
|\ \ |
|
| * | | ti: k3: common: Remove coherency workaround for AM65x | Andrew F. Davis | 2019-06-06 | 1 | -4/+0 |
* | | | Merge "PSCI: Lookup list of parent nodes to lock only once" into integration | Soby Mathew | 2019-06-10 | 4 | -28/+49 |
|\ \ \
| |_|/
|/| | |
|
| * | | PSCI: Lookup list of parent nodes to lock only once | Andrew F. Davis | 2019-06-06 | 4 | -28/+49 |
* | | | Merge "Neoverse N1: Introduce workaround for Neoverse N1 erratum 1315703" int... | John Tsichritzis | 2019-06-07 | 2 | -1/+44 |
|\ \ \
| |/ /
|/| | |
|
| * | | Neoverse N1: Introduce workaround for Neoverse N1 erratum 1315703 | Andre Przywara | 2019-06-06 | 2 | -1/+44 |
| |/ |
|
* | | Merge "Introduce BTI support in ROMLIB" into integration | John Tsichritzis | 2019-06-06 | 3 | -9/+40 |
|\ \ |
|
| * | | Introduce BTI support in ROMLIB | John Tsichritzis | 2019-05-24 | 3 | -9/+40 |
* | | | Apply compile-time check for AArch64-only cores | John Tsichritzis | 2019-06-04 | 6 | -0/+30 |
| |/
|/| |
|
* | | Merge "Cortex-A55: workarounds for errata 1221012" into integration | Paul Beesley | 2019-05-29 | 2 | -0/+61 |
|\ \ |
|
| * | | Cortex-A55: workarounds for errata 1221012 | Ambroise Vincent | 2019-05-28 | 2 | -0/+61 |
| |/ |
|
* / | Add support for Branch Target Identification | Alexei Fedorov | 2019-05-24 | 5 | -186/+136 |
|/ |
|
* | romlib: Improve compilation flags definition | Louis Mayencourt | 2019-05-21 | 1 | -2/+2 |
* | Merge changes from topic "sami/550_fix_n1sdp_issues_v1" into integration | Soby Mathew | 2019-05-16 | 1 | -2/+22 |
|\ |
|
| * | Disable speculative loads only if SSBS is supported | Sami Mujawar | 2019-05-14 | 1 | -2/+22 |
* | | Remove .arch directives from spinlock.S | Alexei Fedorov | 2019-05-13 | 1 | -5/+1 |
|/ |
|
* | Merge changes from topic "sm/fix_a76_errata" into integration | Soby Mathew | 2019-05-07 | 2 | -1/+172 |
|\ |
|
| * | Workaround for cortex-A76 errata 1286807 | Soby Mathew | 2019-05-07 | 2 | -0/+25 |
| * | Cortex-A76: workarounds for errata 1257314, 1262606, 1262888, 1275112 | Soby Mathew | 2019-05-07 | 2 | -1/+147 |
* | | Add compile-time errors for HW_ASSISTED_COHERENCY flag | John Tsichritzis | 2019-05-03 | 8 | -1/+41 |
|/ |
|
* | Merge changes from topic "lm/stack_protector" into integration | Soby Mathew | 2019-04-30 | 1 | -6/+13 |
|\ |
|