aboutsummaryrefslogtreecommitdiffstats
path: root/src/broadcom/cle/gen_pack_header.py
Commit message (Expand)AuthorAgeFilesLines
* v3d: Add pack header support for f187 values.Eric Anholt2018-07-301-0/+7
* python: Use range() instead of xrange()Mathieu Bridon2018-07-241-1/+1
* v3d: Create XML fields for min_ver and max_ver of a packet/struct/enum.Eric Anholt2018-06-291-2/+39
* v3d: Pass the version being generated to the pack generator script.Eric Anholt2018-06-291-4/+4
* v3d: Add pack/unpack/decode support for fields with a "- 1" modifier.Eric Anholt2018-06-271-17/+34
* v3d: Be more explicit about include directory from our generated code.Eric Anholt2018-06-051-1/+1
* broadcom/cle: Fix error path of missing a "type" in the XML.Eric Anholt2018-01-121-1/+2
* broadcom/xml: Fix up safe name confusion with prefixing.Eric Anholt2018-01-031-14/+13
* broadcom/xml: Fix address packing for address with >= 8 alignment bits.Eric Anholt2017-10-301-2/+5
* broadcom/xml: Throw an #error in XML-based codegen for a >1bit boolEric Anholt2017-10-301-0/+3
* broadcom/genxml: Add support for enum-typed fields.Eric Anholt2017-09-191-3/+13
* broadcom/genxml: Emit code for default headers for structs as well.Eric Anholt2017-08-181-14/+13
* broadcom/genxml: Use the same "gen" attr for HW version as Intel does.Eric Anholt2017-07-131-2/+2
* broadcom/genxml: Support unpacking fixed-point fractional values.Eric Anholt2017-07-131-4/+9
* vc4: Introduce XML-based packet header generation like Intel's.Eric Anholt2017-06-301-0/+546