<p><a href="https://review.coreboot.org/29018">View Change</a></p><p>9 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://review.coreboot.org/#/c/29018/1/payloads/libpayload/include/arm64/arch/exception.h">File payloads/libpayload/include/arm64/arch/exception.h:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/29018/1/payloads/libpayload/include/arm64/arch/exception.h@39">Patch Set #1, Line 39:</a> <code style="font-family:monospace,monospace">#define ESR_EC_UNKNOWN             0b000000</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Avoid gcc v4.3+ binary constant extension: <0b000000></p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/29018/1/payloads/libpayload/include/arm64/arch/exception.h@40">Patch Set #1, Line 40:</a> <code style="font-family:monospace,monospace">#define ESR_EC_SVC_64         0b010101</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Avoid gcc v4.3+ binary constant extension: <0b010101></p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/29018/1/payloads/libpayload/include/arm64/arch/exception.h@41">Patch Set #1, Line 41:</a> <code style="font-family:monospace,monospace">#define ESR_EC_INSN_ABT_LOWER 0b100000</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Avoid gcc v4.3+ binary constant extension: <0b100000></p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/29018/1/payloads/libpayload/include/arm64/arch/exception.h@42">Patch Set #1, Line 42:</a> <code style="font-family:monospace,monospace">#define ESR_EC_INSN_ABT_SAME  0b100001</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Avoid gcc v4.3+ binary constant extension: <0b100001></p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/29018/1/payloads/libpayload/include/arm64/arch/exception.h@43">Patch Set #1, Line 43:</a> <code style="font-family:monospace,monospace">#define ESR_EC_DATA_ABT_LOWER 0b100100</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Avoid gcc v4.3+ binary constant extension: <0b100100></p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/29018/1/payloads/libpayload/include/arm64/arch/exception.h@44">Patch Set #1, Line 44:</a> <code style="font-family:monospace,monospace">#define ESR_EC_DATA_ABT_SAME  0b100101</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Avoid gcc v4.3+ binary constant extension: <0b100101></p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/29018/1/payloads/libpayload/include/arm64/arch/exception.h@45">Patch Set #1, Line 45:</a> <code style="font-family:monospace,monospace">#define ESR_EC_SERROR         0b101111</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Avoid gcc v4.3+ binary constant extension: <0b101111></p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/29018/1/payloads/libpayload/include/arm64/arch/exception.h@46">Patch Set #1, Line 46:</a> <code style="font-family:monospace,monospace">#define ESR_EC_SS_SAME                0b110011</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Avoid gcc v4.3+ binary constant extension: <0b110011></p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/29018/1/payloads/libpayload/include/arm64/arch/exception.h@47">Patch Set #1, Line 47:</a> <code style="font-family:monospace,monospace">#define ESR_EC_BKPT_64                0b111100</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Avoid gcc v4.3+ binary constant extension: <0b111100></p></li></ul></li></ul><p>To view, visit <a href="https://review.coreboot.org/29018">change 29018</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/29018"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: Ia16a1124be1824392a309ae1f4cb031547d184c1 </div>
<div style="display:none"> Gerrit-Change-Number: 29018 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Julius Werner <jwerner@chromium.org> </div>
<div style="display:none"> Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org> </div>
<div style="display:none"> Gerrit-CC: build bot (Jenkins) <no-reply@coreboot.org> </div>
<div style="display:none"> Gerrit-Comment-Date: Wed, 10 Oct 2018 23:23:06 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: No </div>