broadcom/xml: Fix address packing for address with >= 8 alignment bits.
authorEric Anholt <eric@anholt.net>
Wed, 25 Oct 2017 02:10:37 +0000 (19:10 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 30 Oct 2017 20:31:16 +0000 (13:31 -0700)
commitd0f7053369920cb4a1d0982b7869ff0577fef961
treea9b6e5e97623fe81d4759a5c06e8cb79769edcac
parent40280b0abe46d43ffe669c8094e94c7ac70ab92a
broadcom/xml: Fix address packing for address with >= 8 alignment bits.

We were handing the intra-byte padding fine, but with a 24-bit address
(bottom 8 bits implied 0) we would end up off by 8 bytes in our shift,
impacting vc5's load/store general packets (all other packets we have had
<8 bits of padding).
src/broadcom/cle/gen_pack_header.py