diff --git a/fusee_cpp/program/Makefile b/fusee_cpp/program/Makefile index 7eb6c1985..dadae8522 100644 --- a/fusee_cpp/program/Makefile +++ b/fusee_cpp/program/Makefile @@ -66,6 +66,7 @@ ATMOSPHERE_BUILD_CONFIGS += $(strip $1) $(strip $1): check_libexo_$(strip $1) $$(ATMOSPHERE_BUILD_DIR)/$(strip $1) @$$(MAKE) __RECURSIVE__=1 OUTPUT=$$(OUTPUT_BASE)$(strip $2) $(3) \ + ATMOSPHERE_BUILD_TARGET=$(strip $2) \ DEPSDIR=$$(CURDIR)/$$(ATMOSPHERE_BUILD_DIR)/$(strip $1) \ LIBEXOSPHERE_NAME=exosphere$(strip $2) \ --no-print-directory -C $$(ATMOSPHERE_BUILD_DIR)/$(strip $1) \ @@ -110,7 +111,7 @@ DEPENDS := $(OFILES:.o=.d) #--------------------------------------------------------------------------------- $(OUTPUT).lz4 : $(OUTPUT).bin - @python $(TOPDIR)/lz4_compress.py $(OUTPUT).bin $(OUTPUT).lz4 + @python $(TOPDIR)/split_bin.py "$(ATMOSPHERE_BUILD_TARGET)" @echo built ... $(notdir $@) $(OUTPUT).bin : $(OUTPUT).elf diff --git a/fusee_cpp/program/lz4_compress.py b/fusee_cpp/program/lz4_compress.py deleted file mode 100644 index 8283044f4..000000000 --- a/fusee_cpp/program/lz4_compress.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env python -import sys, lz4 -from struct import unpack as up - -def lz4_compress(data): - try: - import lz4.block as block - except ImportError: - block = lz4.LZ4_compress - return block.compress(data, 'high_compression', store_size=False) - -def main(argc, argv): - if argc != 3: - print('Usage: %s in out' % argv[0]) - return 1 - with open(argv[1], 'rb') as f: - data = f.read() - with open(argv[2], 'wb') as f: - f.write(lz4_compress(data[:0x2B000 + 0x11000])) - return 0 - -if __name__ == '__main__': - sys.exit(main(len(sys.argv), sys.argv)) diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/0.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/0.bin new file mode 100644 index 000000000..d1ae9cc35 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/1.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/1.bin new file mode 100644 index 000000000..7704407e8 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/2.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/2.bin new file mode 100644 index 000000000..d67d08499 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/3.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/3.bin new file mode 100644 index 000000000..363afe9d9 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/3.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/4.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/4.bin new file mode 100644 index 000000000..00482c28c Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/4.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/5.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/5.bin new file mode 100644 index 000000000..c6fd3bf9b Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/5.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/6.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/6.bin new file mode 100644 index 000000000..e40ba7462 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/6.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/7.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/7.bin new file mode 100644 index 000000000..bc3f82fe8 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/7.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/8.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/8.bin new file mode 100644 index 000000000..0972b2d2d Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/8.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/9.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/9.bin new file mode 100644 index 000000000..d85dfc77e Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableH4gb01/9.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/0.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/0.bin new file mode 100644 index 000000000..2ee4a73db Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/1.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/1.bin new file mode 100644 index 000000000..cc2fefd81 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/2.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/2.bin new file mode 100644 index 000000000..676ae3b4a Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/3.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/3.bin new file mode 100644 index 000000000..66fb29733 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/3.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/4.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/4.bin new file mode 100644 index 000000000..f83f8feee Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/4.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/5.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/5.bin new file mode 100644 index 000000000..c30eb204d Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/5.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/6.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/6.bin new file mode 100644 index 000000000..1c38fa62d Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/6.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/7.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/7.bin new file mode 100644 index 000000000..acfc1059c Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/7.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/8.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/8.bin new file mode 100644 index 000000000..f50a1ff79 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/8.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/9.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/9.bin new file mode 100644 index 000000000..e6b2f197c Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS4gb01/9.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/0.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/0.bin new file mode 100644 index 000000000..2ee4a73db Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/1.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/1.bin new file mode 100644 index 000000000..cc2fefd81 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/2.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/2.bin new file mode 100644 index 000000000..676ae3b4a Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/3.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/3.bin new file mode 100644 index 000000000..66fb29733 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/3.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/4.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/4.bin new file mode 100644 index 000000000..f83f8feee Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/4.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/5.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/5.bin new file mode 100644 index 000000000..c30eb204d Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/5.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/6.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/6.bin new file mode 100644 index 000000000..1c38fa62d Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/6.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/7.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/7.bin new file mode 100644 index 000000000..acfc1059c Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/7.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/8.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/8.bin new file mode 100644 index 000000000..f50a1ff79 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/8.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/9.bin b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/9.bin new file mode 100644 index 000000000..e6b2f197c Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210SdevEmcDvfsTableS6gb01/9.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH1y4gb01/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH1y4gb01/0.bin new file mode 100644 index 000000000..5649c6bf6 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH1y4gb01/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH1y4gb01/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH1y4gb01/1.bin new file mode 100644 index 000000000..ddb817531 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH1y4gb01/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH1y4gb01/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH1y4gb01/2.bin new file mode 100644 index 000000000..2af6a6978 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH1y4gb01/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH4gb03/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH4gb03/0.bin new file mode 100644 index 000000000..c44867327 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH4gb03/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH4gb03/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH4gb03/1.bin new file mode 100644 index 000000000..f0c58be37 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH4gb03/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH4gb03/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH4gb03/2.bin new file mode 100644 index 000000000..b8797da65 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableH4gb03/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM1y4gb01/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM1y4gb01/0.bin new file mode 100644 index 000000000..b1f093b07 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM1y4gb01/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM1y4gb01/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM1y4gb01/1.bin new file mode 100644 index 000000000..def2b983b Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM1y4gb01/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM1y4gb01/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM1y4gb01/2.bin new file mode 100644 index 000000000..09de55252 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM1y4gb01/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM4gb03/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM4gb03/0.bin new file mode 100644 index 000000000..5209a2de4 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM4gb03/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM4gb03/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM4gb03/1.bin new file mode 100644 index 000000000..bc3048bd0 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM4gb03/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM4gb03/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM4gb03/2.bin new file mode 100644 index 000000000..9c81c1248 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableM4gb03/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gb01/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gb01/0.bin new file mode 100644 index 000000000..681351b93 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gb01/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gb01/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gb01/1.bin new file mode 100644 index 000000000..7a560f862 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gb01/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gb01/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gb01/2.bin new file mode 100644 index 000000000..43c2a140a Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gb01/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbX03/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbX03/0.bin new file mode 100644 index 000000000..41885247f Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbX03/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbX03/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbX03/1.bin new file mode 100644 index 000000000..5d907da1d Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbX03/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbX03/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbX03/2.bin new file mode 100644 index 000000000..a5e694e85 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbX03/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbY01/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbY01/0.bin new file mode 100644 index 000000000..fc780562e Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbY01/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbY01/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbY01/1.bin new file mode 100644 index 000000000..f7067fc5c Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbY01/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbY01/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbY01/2.bin new file mode 100644 index 000000000..bdaad4547 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y4gbY01/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbX03/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbX03/0.bin new file mode 100644 index 000000000..782a272fb Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbX03/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbX03/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbX03/1.bin new file mode 100644 index 000000000..e4cbb632b Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbX03/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbX03/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbX03/2.bin new file mode 100644 index 000000000..72134b0b6 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbX03/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbY01/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbY01/0.bin new file mode 100644 index 000000000..0731a4d12 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbY01/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbY01/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbY01/1.bin new file mode 100644 index 000000000..e4f3949d0 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbY01/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbY01/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbY01/2.bin new file mode 100644 index 000000000..2a44bd766 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS1y8gbY01/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb01/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb01/0.bin new file mode 100644 index 000000000..79c264fc4 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb01/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb01/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb01/1.bin new file mode 100644 index 000000000..74bd029a8 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb01/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb01/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb01/2.bin new file mode 100644 index 000000000..07b79d3e7 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb01/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb03/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb03/0.bin new file mode 100644 index 000000000..c44867327 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb03/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb03/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb03/1.bin new file mode 100644 index 000000000..7438952dc Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb03/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb03/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb03/2.bin new file mode 100644 index 000000000..954034abd Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gb03/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gbY01/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gbY01/0.bin new file mode 100644 index 000000000..f847d7457 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gbY01/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gbY01/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gbY01/1.bin new file mode 100644 index 000000000..1dac4640a Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gbY01/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gbY01/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gbY01/2.bin new file mode 100644 index 000000000..62de7714e Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS4gbY01/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS8gb03/0.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS8gb03/0.bin new file mode 100644 index 000000000..9e69550de Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS8gb03/0.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS8gb03/1.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS8gb03/1.bin new file mode 100644 index 000000000..2703a5a53 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS8gb03/1.bin differ diff --git a/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS8gb03/2.bin b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS8gb03/2.bin new file mode 100644 index 000000000..a97daee61 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/bin/T210b01SdevEmcDvfsTableS8gb03/2.bin differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/0.lz4 new file mode 100644 index 000000000..73e792fb2 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/1.lz4 new file mode 100644 index 000000000..73dba658a Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/2.lz4 new file mode 100644 index 000000000..d66625045 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/3.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/3.lz4 new file mode 100644 index 000000000..42e1d924d Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/3.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/4.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/4.lz4 new file mode 100644 index 000000000..974d69d9c Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/4.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/5.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/5.lz4 new file mode 100644 index 000000000..ff84fafe5 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/5.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/6.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/6.lz4 new file mode 100644 index 000000000..915757ed9 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/6.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/7.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/7.lz4 new file mode 100644 index 000000000..35af29230 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/7.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/8.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/8.lz4 new file mode 100644 index 000000000..cc856bb57 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/8.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/9.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/9.lz4 new file mode 100644 index 000000000..616e4bef7 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableH4gb01/9.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/0.lz4 new file mode 100644 index 000000000..c51e46b47 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/1.lz4 new file mode 100644 index 000000000..486fa90e1 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/2.lz4 new file mode 100644 index 000000000..223760ad7 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/3.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/3.lz4 new file mode 100644 index 000000000..a022021e0 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/3.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/4.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/4.lz4 new file mode 100644 index 000000000..3ec06a3f4 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/4.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/5.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/5.lz4 new file mode 100644 index 000000000..cdd389bd6 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/5.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/6.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/6.lz4 new file mode 100644 index 000000000..34f639ba5 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/6.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/7.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/7.lz4 new file mode 100644 index 000000000..fdf298bb7 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/7.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/8.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/8.lz4 new file mode 100644 index 000000000..386f938aa Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/8.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/9.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/9.lz4 new file mode 100644 index 000000000..864a18271 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS4gb01/9.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/0.lz4 new file mode 100644 index 000000000..c51e46b47 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/1.lz4 new file mode 100644 index 000000000..486fa90e1 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/2.lz4 new file mode 100644 index 000000000..223760ad7 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/3.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/3.lz4 new file mode 100644 index 000000000..a022021e0 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/3.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/4.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/4.lz4 new file mode 100644 index 000000000..3ec06a3f4 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/4.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/5.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/5.lz4 new file mode 100644 index 000000000..cdd389bd6 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/5.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/6.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/6.lz4 new file mode 100644 index 000000000..34f639ba5 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/6.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/7.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/7.lz4 new file mode 100644 index 000000000..fdf298bb7 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/7.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/8.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/8.lz4 new file mode 100644 index 000000000..386f938aa Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/8.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/9.lz4 b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/9.lz4 new file mode 100644 index 000000000..864a18271 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210SdevEmcDvfsTableS6gb01/9.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH1y4gb01/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH1y4gb01/0.lz4 new file mode 100644 index 000000000..205fdbb7b Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH1y4gb01/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH1y4gb01/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH1y4gb01/1.lz4 new file mode 100644 index 000000000..3c6929d62 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH1y4gb01/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH1y4gb01/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH1y4gb01/2.lz4 new file mode 100644 index 000000000..e6c956917 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH1y4gb01/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH4gb03/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH4gb03/0.lz4 new file mode 100644 index 000000000..f13389e5f Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH4gb03/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH4gb03/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH4gb03/1.lz4 new file mode 100644 index 000000000..804393160 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH4gb03/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH4gb03/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH4gb03/2.lz4 new file mode 100644 index 000000000..0fa57ea67 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableH4gb03/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM1y4gb01/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM1y4gb01/0.lz4 new file mode 100644 index 000000000..3f6041a27 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM1y4gb01/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM1y4gb01/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM1y4gb01/1.lz4 new file mode 100644 index 000000000..b27ed15a4 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM1y4gb01/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM1y4gb01/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM1y4gb01/2.lz4 new file mode 100644 index 000000000..f47ee2bf8 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM1y4gb01/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM4gb03/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM4gb03/0.lz4 new file mode 100644 index 000000000..4df1465fa Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM4gb03/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM4gb03/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM4gb03/1.lz4 new file mode 100644 index 000000000..774411526 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM4gb03/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM4gb03/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM4gb03/2.lz4 new file mode 100644 index 000000000..cee1a8a17 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableM4gb03/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gb01/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gb01/0.lz4 new file mode 100644 index 000000000..8188217e0 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gb01/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gb01/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gb01/1.lz4 new file mode 100644 index 000000000..1269d9878 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gb01/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gb01/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gb01/2.lz4 new file mode 100644 index 000000000..8943ef137 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gb01/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbX03/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbX03/0.lz4 new file mode 100644 index 000000000..c143b846c Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbX03/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbX03/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbX03/1.lz4 new file mode 100644 index 000000000..27f2b519d Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbX03/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbX03/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbX03/2.lz4 new file mode 100644 index 000000000..18423acef Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbX03/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbY01/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbY01/0.lz4 new file mode 100644 index 000000000..5baad7694 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbY01/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbY01/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbY01/1.lz4 new file mode 100644 index 000000000..e6ef1f317 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbY01/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbY01/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbY01/2.lz4 new file mode 100644 index 000000000..228a120f8 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y4gbY01/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbX03/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbX03/0.lz4 new file mode 100644 index 000000000..f349fa566 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbX03/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbX03/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbX03/1.lz4 new file mode 100644 index 000000000..8a270c4ab Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbX03/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbX03/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbX03/2.lz4 new file mode 100644 index 000000000..f11e07bcd Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbX03/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbY01/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbY01/0.lz4 new file mode 100644 index 000000000..97f963ec6 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbY01/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbY01/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbY01/1.lz4 new file mode 100644 index 000000000..986ec2635 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbY01/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbY01/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbY01/2.lz4 new file mode 100644 index 000000000..74be6d5d3 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS1y8gbY01/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb01/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb01/0.lz4 new file mode 100644 index 000000000..361da04ad Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb01/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb01/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb01/1.lz4 new file mode 100644 index 000000000..cfd755d17 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb01/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb01/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb01/2.lz4 new file mode 100644 index 000000000..410239cf6 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb01/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb03/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb03/0.lz4 new file mode 100644 index 000000000..f13389e5f Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb03/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb03/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb03/1.lz4 new file mode 100644 index 000000000..a92171989 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb03/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb03/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb03/2.lz4 new file mode 100644 index 000000000..c4de070ce Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gb03/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gbY01/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gbY01/0.lz4 new file mode 100644 index 000000000..0193ce8cf Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gbY01/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gbY01/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gbY01/1.lz4 new file mode 100644 index 000000000..2b1c83884 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gbY01/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gbY01/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gbY01/2.lz4 new file mode 100644 index 000000000..e2eec4ee3 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS4gbY01/2.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS8gb03/0.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS8gb03/0.lz4 new file mode 100644 index 000000000..0e027354c Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS8gb03/0.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS8gb03/1.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS8gb03/1.lz4 new file mode 100644 index 000000000..e490e03f1 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS8gb03/1.lz4 differ diff --git a/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS8gb03/2.lz4 b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS8gb03/2.lz4 new file mode 100644 index 000000000..a6614cce0 Binary files /dev/null and b/fusee_cpp/program/mtc_tables/lz/T210b01SdevEmcDvfsTableS8gb03/2.lz4 differ diff --git a/fusee_cpp/program/source/fusee_main.cpp b/fusee_cpp/program/source/fusee_main.cpp index 84a1276e8..e18a04462 100644 --- a/fusee_cpp/program/source/fusee_main.cpp +++ b/fusee_cpp/program/source/fusee_main.cpp @@ -17,7 +17,9 @@ #include "fusee_display.hpp" #include "sein/fusee_secure_initialize.hpp" #include "sdram/fusee_sdram.hpp" +#include "mtc/fusee_mtc.hpp" #include "fs/fusee_fs_api.hpp" +#include "fusee_overlay_manager.hpp" #include "fusee_sd_card.hpp" #include "fusee_fatal.hpp" #include "fusee_secondary_archive.hpp" @@ -27,22 +29,21 @@ namespace ams::nxboot { namespace { /* TODO: Change to fusee-secondary.bin when development is done. */ - constexpr const char FuseeSecondaryFilePath[] = "sdmc:/atmosphere/fusee-boogaloo.bin"; + constexpr const char SecondaryArchiveFilePath[] = "sdmc:/atmosphere/fusee-boogaloo.bin"; - void ReadFuseeSecondary() { + constinit fs::FileHandle g_archive_file; + + void OpenSecondaryArchive() { Result result; /* Open fusee-secondary. */ - fs::FileHandle file; - if (R_FAILED((result = fs::OpenFile(std::addressof(file), FuseeSecondaryFilePath, fs::OpenMode_Read)))) { - ShowFatalError("Failed to open %s!\n", FuseeSecondaryFilePath); + if (R_FAILED((result = fs::OpenFile(std::addressof(g_archive_file), SecondaryArchiveFilePath, fs::OpenMode_Read)))) { + ShowFatalError("Failed to open %s!\n", SecondaryArchiveFilePath); } - ON_SCOPE_EXIT { fs::CloseFile(file); }; - /* Get file size. */ s64 file_size; - if (R_FAILED((result = fs::GetFileSize(std::addressof(file_size), file)))) { + if (R_FAILED((result = fs::GetFileSize(std::addressof(file_size), g_archive_file)))) { ShowFatalError("Failed to get fusee-secondary size: 0x%08" PRIx32 "\n", result.GetValue()); } @@ -50,10 +51,13 @@ namespace ams::nxboot { if (static_cast(file_size) != SecondaryArchiveSize) { ShowFatalError("fusee-secondary seems corrupted (size 0x%zx != 0x%zx)", static_cast(file_size), SecondaryArchiveSize); } + } - /* Read to fixed address. */ - if (R_FAILED((result = fs::ReadFile(file, 0, const_cast(std::addressof(GetSecondaryArchive())), SecondaryArchiveSize)))) { - ShowFatalError("Failed to read fusee-secondary: 0x%08" PRIx32 "\n", result.GetValue()); + void ReadFullSecondaryArchive() { + Result result; + + if (R_FAILED((result = fs::ReadFile(g_archive_file, 0, const_cast(static_cast(std::addressof(GetSecondaryArchive()))), SecondaryArchiveSize)))) { + ShowFatalError("Failed to read %s!\n", SecondaryArchiveFilePath); } } @@ -88,8 +92,17 @@ namespace ams::nxboot { /* If we have a fatal error, save and display it. */ SaveAndShowFatalError(); - /* Read our overlay file. */ - ReadFuseeSecondary(); + /* Open the secondary archive. */ + OpenSecondaryArchive(); + + /* Load the memory training overlay. */ + LoadOverlay(g_archive_file, OverlayId_MemoryTraining); + + /* Do memory training. */ + DoMemoryTraining(); + + /* Read the rest of the archive file. */ + ReadFullSecondaryArchive(); /* Initialize display (splash screen will be visible from this point onwards). */ InitializeDisplay(); diff --git a/fusee_cpp/program/source/fusee_overlay_manager.cpp b/fusee_cpp/program/source/fusee_overlay_manager.cpp new file mode 100644 index 000000000..3cd654eaa --- /dev/null +++ b/fusee_cpp/program/source/fusee_overlay_manager.cpp @@ -0,0 +1,52 @@ +/* + * Copyright (c) 2018-2020 Atmosphère-NX + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#include +#include "fusee_overlay_manager.hpp" +#include "fusee_secondary_archive.hpp" +#include "fusee_fatal.hpp" + +namespace ams::nxboot { + + namespace { + + ALWAYS_INLINE void *GetOverlayDestination() { + return reinterpret_cast(0x4002C000); + } + + void LoadMemoryTrainingOverlay(fs::FileHandle archive_file) { + Result result; + if (fuse::GetSocType() == fuse::SocType_Erista) { + result = fs::ReadFile(archive_file, __builtin_offsetof(SecondaryArchive, ovl_mtc_erista), GetOverlayDestination(), sizeof(SecondaryArchive{}.ovl_mtc_erista)); + } else /* if (fuse::GetSocType() == fuse::SocType_Mariko) */ { + result = fs::ReadFile(archive_file, __builtin_offsetof(SecondaryArchive, ovl_mtc_mariko), GetOverlayDestination(), sizeof(SecondaryArchive{}.ovl_mtc_mariko)); + } + + if (R_FAILED(result)) { + ShowFatalError("Failed to load MTC overlay: 0x%08" PRIx32 "\n", result.GetValue()); + } + } + + } + + void LoadOverlay(fs::FileHandle archive_file, OverlayId ovl) { + switch (ovl) { + case OverlayId_MemoryTraining: + LoadMemoryTrainingOverlay(archive_file); + break; + } + } + +} diff --git a/fusee_cpp/program/source/fusee_overlay_manager.hpp b/fusee_cpp/program/source/fusee_overlay_manager.hpp new file mode 100644 index 000000000..d1d9b1212 --- /dev/null +++ b/fusee_cpp/program/source/fusee_overlay_manager.hpp @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2018-2020 Atmosphère-NX + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#pragma once +#include +#include "fs/fusee_fs_api.hpp" + +namespace ams::nxboot { + + enum OverlayId { + /* OverlayId_SecureInitializer = 0, */ + OverlayId_MemoryTraining = 1, + }; + + void LoadOverlay(fs::FileHandle archive_file, OverlayId ovl); + +} diff --git a/fusee_cpp/program/source/fusee_secondary_archive.hpp b/fusee_cpp/program/source/fusee_secondary_archive.hpp index adc5ea7b1..22efbe341 100644 --- a/fusee_cpp/program/source/fusee_secondary_archive.hpp +++ b/fusee_cpp/program/source/fusee_secondary_archive.hpp @@ -23,15 +23,57 @@ namespace ams::nxboot { constexpr inline const size_t InitialProcessStorageSizeMax = 3_MB / 8; - struct SecondaryArchiveHeader { - /* TODO */ - u8 data[1_MB]; + struct SecondaryArchiveContentMeta { + u32 offset; + u32 size; + u8 type; + u8 flags[3]; + u32 pad; + char name[0x10]; }; + static_assert(sizeof(SecondaryArchiveContentMeta) == 0x20); + + struct SecondaryArchiveKipMeta { + u64 program_id; + u32 offset; + u32 size; + }; + static_assert(sizeof(SecondaryArchiveKipMeta) == 0x10); + + struct SecondaryArchiveHeader { + static constexpr u32 Magic = util::FourCC<'F','S','S','0'>::Code; + + u32 reserved0; /* Previously entrypoint. */ + u32 metadata_offset; + u32 revision; + u32 num_kips; + u32 reserved1[4]; + u32 magic; + u32 total_size; + u32 reserved2; /* Previously crt0 offset. */ + u32 content_header_offset; + u32 num_content_headers; + u32 supported_hos_version; + u32 release_version; + u32 git_revision; + SecondaryArchiveContentMeta content_metas[(0x400 - 0x40) / sizeof(SecondaryArchiveContentMeta)]; + SecondaryArchiveKipMeta emummc_meta; + SecondaryArchiveKipMeta kip_metas[8]; + u8 reserved3[0x800 - 0x490]; + }; + static_assert(sizeof(SecondaryArchiveHeader) == 0x800); struct SecondaryArchive { - SecondaryArchiveHeader header; - u8 kips[8][InitialProcessStorageSizeMax]; - u8 splash_screen_framebuffer[FrameBufferSize]; + SecondaryArchiveHeader header; /* 0x000000-0x000800 */ + u8 warmboot[0x1800]; /* 0x000800-0x002000 */ + u8 tsec_keygen[0x2000]; /* 0x002000-0x004000 */ + u8 mariko_fatal[0x1C000]; /* 0x004000-0x020000 */ + u8 ovl_mtc_erista[0x14000]; /* 0x020000-0x034000 */ + u8 ovl_mtc_mariko[0x14000]; /* 0x034000-0x048000 */ + u8 exosphere[0x10000]; /* 0x048000-0x058000 */ + u8 mesosphere[0xA8000]; /* 0x058000-0x100000 */ + u8 kips[3_MB]; /* 0x100000-0x400000 */ + u8 splash_screen_fb[FrameBufferSize]; /* 0x400000-0x7C0000 */ }; static_assert(sizeof(SecondaryArchive) == SecondaryArchiveSize); diff --git a/fusee_cpp/program/source/mtc/fusee_mtc.cpp b/fusee_cpp/program/source/mtc/fusee_mtc.cpp new file mode 100644 index 000000000..8315e79ae --- /dev/null +++ b/fusee_cpp/program/source/mtc/fusee_mtc.cpp @@ -0,0 +1,31 @@ +/* + * Copyright (c) 2018-2020 Atmosphère-NX + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#include + +namespace ams::nxboot { + + void DoMemoryTrainingErista(); + void DoMemoryTrainingMariko(); + + void DoMemoryTraining() { + if (fuse::GetSocType() == fuse::SocType_Erista) { + DoMemoryTrainingErista(); + } else { + DoMemoryTrainingMariko(); + } + } + +} diff --git a/fusee_cpp/program/source/mtc/fusee_mtc.hpp b/fusee_cpp/program/source/mtc/fusee_mtc.hpp new file mode 100644 index 000000000..2fc9e120c --- /dev/null +++ b/fusee_cpp/program/source/mtc/fusee_mtc.hpp @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2018-2020 Atmosphère-NX + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#pragma once +#include + +namespace ams::nxboot { + + void DoMemoryTraining(); + +} diff --git a/fusee_cpp/program/source/mtc/fusee_mtc_erista.cpp b/fusee_cpp/program/source/mtc/fusee_mtc_erista.cpp index e3955e496..7b9c40781 100644 --- a/fusee_cpp/program/source/mtc/fusee_mtc_erista.cpp +++ b/fusee_cpp/program/source/mtc/fusee_mtc_erista.cpp @@ -17,6 +17,8 @@ namespace ams::nxboot { - /* TODO */ + void DoMemoryTrainingErista() { + /* TODO */ + } } diff --git a/fusee_cpp/program/source/mtc/fusee_mtc_mariko.cpp b/fusee_cpp/program/source/mtc/fusee_mtc_mariko.cpp index e3955e496..fe353496d 100644 --- a/fusee_cpp/program/source/mtc/fusee_mtc_mariko.cpp +++ b/fusee_cpp/program/source/mtc/fusee_mtc_mariko.cpp @@ -17,6 +17,8 @@ namespace ams::nxboot { - /* TODO */ + void DoMemoryTrainingMariko() { + /* TODO */ + } } diff --git a/fusee_cpp/program/source/mtc/fusee_mtc_tables_erista.inc b/fusee_cpp/program/source/mtc/fusee_mtc_tables_erista.inc new file mode 100644 index 000000000..5ecbef285 --- /dev/null +++ b/fusee_cpp/program/source/mtc/fusee_mtc_tables_erista.inc @@ -0,0 +1,946 @@ +/* + * Copyright (c) 2018-2020 AtmosphÃre-NX + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +constexpr inline const u8 T210SdevEmcDvfsTableS6gb01[0x1340] = { + 0x07, 0x00, 0x00, 0x00, 0x31, 0x30, 0x5F, 0x31, 0x36, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5F, 0x4E, + 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x39, 0x2E, 0x38, + 0x2E, 0x37, 0x5F, 0x56, 0x31, 0x2E, 0x36, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x6A, 0x18, 0x00, 0x77, 0x03, 0x00, 0x00, 0x4C, 0x04, 0x00, 0x00, 0x70, 0x6C, 0x6C, 0x6D, + 0x5F, 0x75, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x18, 0x80, + 0xF0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x40, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xDD, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, + 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, + 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, + 0x20, 0x01, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, + 0x20, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, + 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, + 0x0D, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x10, + 0x02, 0x00, 0x00, 0x10, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x08, 0x1D, 0x00, 0x00, 0x00, + 0x1F, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, 0x34, 0x00, 0x00, 0x00, + 0x3C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, + 0x20, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, + 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x38, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, + 0x2C, 0x01, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, + 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x48, 0x60, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0D, 0xA0, 0x60, 0x99, 0xFF, 0x3B, 0x00, 0x00, 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, + 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0x66, 0x0B, 0x08, + 0x0C, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, + 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0B, 0x00, + 0x0A, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x22, 0x20, 0x80, + 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, 0x40, 0x06, 0x31, 0x00, + 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x0A, 0x03, 0xE0, 0xC1, 0x2F, 0x61, 0x13, 0x1F, + 0x14, 0x00, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x00, 0x00, 0x20, 0xF3, + 0x00, 0x00, 0x00, 0x00, 0x8C, 0x30, 0x00, 0x80, 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, + 0x33, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, 0x00, 0x02, 0x07, 0x00, 0x00, 0x00, 0x08, 0x08, 0x03, 0x00, + 0x00, 0x5C, 0x01, 0x00, 0x20, 0x20, 0x10, 0x00, 0xFF, 0x1F, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x10, 0x22, 0xFF, 0xEF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0xDC, 0xDC, 0xDC, 0xDC, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, + 0x90, 0x61, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, + 0x2C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x14, 0x14, 0x16, 0x08, 0x34, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x06, 0x00, 0x80, 0x90, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, + 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x00, 0x32, 0x10, 0x00, + 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, + 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x14, 0x11, + 0x00, 0x43, 0x00, 0x07, 0x00, 0x32, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, + 0x48, 0x48, 0x0C, 0x88, 0x48, 0x48, 0x0C, 0x88, 0x48, 0x48, 0x0C, 0x48, 0x48, 0x48, 0x0C, 0x48, + 0x48, 0x48, 0x0E, 0x8C, 0x48, 0x48, 0x0E, 0x8C, 0x48, 0x48, 0x0E, 0x4C, 0x48, 0x48, 0x0E, 0x4C, + 0x60, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, + 0x21, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, + 0x10, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, + 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, + 0x1C, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x08, + 0x1D, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, + 0x34, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, + 0x3C, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x06, 0x00, 0x00, + 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, + 0x2E, 0x00, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x48, 0x60, 0x18, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x0D, 0xA0, 0x60, 0x99, 0xFF, 0x3B, 0x00, 0x00, 0xBB, 0x01, 0x00, 0xC0, + 0x00, 0x80, 0x00, 0x00, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x66, 0x66, 0x0B, 0x08, 0x0C, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00, + 0x0B, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, + 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x0A, 0x03, 0xE0, 0xC1, + 0x2F, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, + 0x00, 0x00, 0x20, 0xF3, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x30, 0x00, 0x80, 0x2C, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x02, 0x00, 0x33, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, 0x00, 0x02, 0x07, 0x00, 0x00, 0x00, + 0x08, 0x08, 0x03, 0x00, 0x00, 0x5C, 0x01, 0x00, 0x20, 0x20, 0x10, 0x00, 0xFF, 0x1F, 0xFF, 0x1F, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, + 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x22, 0xFF, 0xEF, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0xDC, 0xDC, 0xDC, 0xDC, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, + 0x0A, 0x0A, 0x0A, 0x0A, 0x90, 0x61, 0x18, 0x01, 0x01, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, + 0x42, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x14, 0x14, 0x16, 0x08, + 0x34, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, 0x80, 0x90, 0x01, 0x00, 0x04, 0x04, 0x07, 0x07, + 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, 0x14, 0x00, 0x00, 0x00, + 0x00, 0x32, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, + 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, + 0x00, 0xFC, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x00, 0x32, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, + 0x14, 0x14, 0x16, 0x48, 0x60, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, + 0x29, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, + 0x1D, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, + 0x06, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, + 0x0E, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, + 0x02, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x16, 0x00, 0x00, 0x00, + 0xF1, 0xF1, 0x03, 0x08, 0x1B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, + 0x0E, 0x00, 0x06, 0x00, 0x34, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, + 0x3A, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, + 0x02, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, + 0x0D, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, + 0x22, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x48, + 0x60, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x40, 0x60, 0x99, 0xFF, 0x3B, 0x00, 0x00, + 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x66, 0x66, 0x0B, 0x08, 0x0C, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0C, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, + 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x0C, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x00, 0x00, 0x00, + 0x00, 0x40, 0x06, 0x00, 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, + 0x0A, 0x03, 0xE0, 0xC1, 0x2F, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, + 0x50, 0x05, 0x00, 0x00, 0x00, 0x00, 0x20, 0xF3, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x30, 0x00, 0x80, + 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, + 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x30, 0x33, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x11, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, 0x00, 0x02, + 0x07, 0x00, 0x00, 0x00, 0x08, 0x08, 0x03, 0x00, 0x00, 0x5C, 0x01, 0x00, 0x20, 0x20, 0x10, 0x00, + 0xFF, 0x1F, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x34, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, + 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, + 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x22, 0xFF, 0xEF, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0xDC, 0xDC, 0xDC, 0x0A, 0x0A, 0x0A, 0x0A, + 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x90, 0x61, 0x18, 0x01, 0x01, 0x00, 0x00, 0x00, + 0x1F, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, + 0x14, 0x14, 0x16, 0x08, 0x3E, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x06, 0x00, 0x80, 0x90, 0x00, 0x00, + 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, + 0x14, 0x00, 0x00, 0x00, 0x00, 0x32, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, + 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, + 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x00, 0x32, 0x10, 0x00, + 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, 0x60, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, + 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, + 0x1D, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x2D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, + 0x1D, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, + 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x0A, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, + 0x24, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, + 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x08, 0x1D, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, + 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, 0x34, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, + 0x3E, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, + 0x0E, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, + 0x2C, 0x01, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x40, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, + 0xF1, 0xF1, 0x03, 0x48, 0x60, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0xA0, 0x60, 0x99, + 0xFF, 0x3B, 0x00, 0x00, 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, 0x55, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0x66, 0x0B, 0x08, 0x0C, 0x00, 0x0B, 0x00, + 0x0A, 0x00, 0x0C, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0A, 0x00, + 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, + 0x12, 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, + 0x17, 0x00, 0x90, 0x01, 0x0A, 0x03, 0xE0, 0xC1, 0x2F, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x00, 0x00, + 0x0D, 0x08, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x00, 0x00, 0x20, 0xF3, 0x00, 0x00, 0x00, 0x00, + 0x8C, 0x30, 0x00, 0x80, 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x33, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, + 0x01, 0x01, 0x00, 0x02, 0x07, 0x00, 0x00, 0x00, 0x08, 0x08, 0x03, 0x00, 0x00, 0x5C, 0x01, 0x00, + 0x20, 0x20, 0x10, 0x00, 0xFF, 0x1F, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, + 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x10, 0x22, 0xFF, 0xEF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0xDC, 0xDC, 0xDC, + 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x90, 0x61, 0x18, 0x01, + 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, + 0x3E, 0x00, 0x00, 0x00, 0x14, 0x14, 0x16, 0x08, 0x34, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, + 0x80, 0xB0, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, + 0x00, 0x11, 0x10, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x00, 0x32, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, + 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, + 0x00, 0x53, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, + 0x00, 0x32, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, 0x20, 0x00, 0x20, 0x00, + 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, + 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x11, 0x11, + 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x26, 0x00, 0x1E, 0x00, + 0x29, 0x00, 0x24, 0x00, 0x29, 0x00, 0x24, 0x00, 0x26, 0x00, 0x20, 0x00, 0x0C, 0x00, 0x0B, 0x00, + 0x0A, 0x00, 0x0C, 0x00, 0x26, 0x00, 0x1E, 0x00, 0x29, 0x00, 0x24, 0x00, 0x29, 0x00, 0x24, 0x00, + 0x26, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, + 0x04, 0x01, 0x00, 0x00, 0xB4, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x20, 0x10, 0x0A, 0x00, 0x28, 0x10, 0x00, 0x80, + 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, + 0x0F, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, + 0x0A, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x03, 0x03, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, + 0x19, 0x24, 0x8C, 0x71, 0x0F, 0x0F, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x00, + 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, + 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, + 0x1A, 0x00, 0x80, 0x00, 0xD0, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x03, 0x12, 0x00, 0x00, + 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, 0x00, 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, + 0x05, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x00, 0x80, 0x00, 0x49, 0x00, 0x34, 0x00, + 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x80, 0x00, 0x19, 0x00, 0x80, 0x00, 0x19, 0x00, 0x80, 0x00, 0x18, 0x00, 0x80, 0x00, + 0x95, 0x00, 0x80, 0x00, 0x1D, 0x00, 0x80, 0x00, 0x80, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, + 0x80, 0x00, 0x80, 0x00, 0x2F, 0x00, 0x00, 0x00, 0x54, 0x00, 0x01, 0x08, 0x2D, 0x00, 0x02, 0x08, + 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x00, 0xC0, 0x48, 0x48, 0x0E, 0x0C, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD8, 0x51, 0x1A, 0xA0, 0x00, 0x00, 0x50, 0x05, + 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, + 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, 0x35, 0x08, 0x11, 0x00, 0x00, 0x00, 0x04, 0x00, + 0x01, 0x00, 0x00, 0x00, 0x00, 0x80, 0x18, 0x80, 0x00, 0x00, 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, +}; +constexpr inline const u8 T210SdevEmcDvfsTableH4gb01[0x1340] = { + 0x07, 0x00, 0x00, 0x00, 0x31, 0x30, 0x5F, 0x31, 0x36, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5F, 0x4E, + 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x39, 0x2E, 0x38, + 0x2E, 0x37, 0x5F, 0x56, 0x31, 0x2E, 0x36, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x6A, 0x18, 0x00, 0x77, 0x03, 0x00, 0x00, 0x4C, 0x04, 0x00, 0x00, 0x70, 0x6C, 0x6C, 0x6D, + 0x5F, 0x75, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x18, 0x80, + 0xF0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x40, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xDD, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, + 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, + 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, + 0x20, 0x01, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, + 0x20, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, + 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, + 0x0D, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x10, + 0x02, 0x00, 0x00, 0x10, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x08, 0x1D, 0x00, 0x00, 0x00, + 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0C, 0x00, 0x06, 0x00, 0x34, 0x00, 0x00, 0x00, + 0x3C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, + 0x20, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, + 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x38, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, + 0x2C, 0x01, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, + 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x48, 0x60, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0D, 0xA0, 0x60, 0x99, 0xFF, 0x3B, 0x00, 0x00, 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, + 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0x66, 0x0B, 0x08, + 0x0C, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, + 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0B, 0x00, + 0x0A, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x22, 0x20, 0x80, + 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, 0x40, 0x06, 0x31, 0x00, + 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x0A, 0x03, 0xE0, 0xC1, 0x2F, 0x61, 0x13, 0x1F, + 0x14, 0x00, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x00, 0x00, 0x20, 0xF3, + 0x00, 0x00, 0x00, 0x00, 0x8C, 0x30, 0x00, 0x80, 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, + 0x33, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x02, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, 0x00, 0x02, 0x07, 0x00, 0x00, 0x00, 0x08, 0x08, 0x03, 0x00, + 0x00, 0x5C, 0x01, 0x00, 0x20, 0x20, 0x10, 0x00, 0xFF, 0x1F, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x10, 0x22, 0xFF, 0xEF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0xDC, 0xDC, 0xDC, 0xDC, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, + 0x90, 0x61, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, + 0x2C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x14, 0x14, 0x16, 0x08, 0x34, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x06, 0x00, 0x80, 0x90, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, + 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x00, 0x32, 0x10, 0x00, + 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, + 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x14, 0x11, + 0x00, 0x43, 0x00, 0x07, 0x00, 0x32, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, + 0x48, 0x48, 0x0C, 0x88, 0x48, 0x48, 0x0C, 0x88, 0x48, 0x48, 0x0C, 0x48, 0x48, 0x48, 0x0C, 0x48, + 0x48, 0x48, 0x0E, 0x8C, 0x48, 0x48, 0x0E, 0x8C, 0x48, 0x48, 0x0E, 0x4C, 0x48, 0x48, 0x0E, 0x4C, + 0x60, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, + 0x21, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, + 0x10, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, + 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, + 0x1C, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x08, + 0x1D, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x0C, 0x00, 0x06, 0x00, + 0x34, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, + 0x3C, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x06, 0x00, 0x00, + 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, + 0x2E, 0x00, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x48, 0x60, 0x18, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x0D, 0xA0, 0x60, 0x99, 0xFF, 0x3B, 0x00, 0x00, 0xBB, 0x01, 0x00, 0xC0, + 0x00, 0x80, 0x00, 0x00, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x66, 0x66, 0x0B, 0x08, 0x0C, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00, + 0x0B, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, + 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x0A, 0x03, 0xE0, 0xC1, + 0x2F, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, + 0x00, 0x00, 0x20, 0xF3, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x30, 0x00, 0x80, 0x2C, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x02, 0x00, 0x33, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, + 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, 0x00, 0x02, 0x07, 0x00, 0x00, 0x00, + 0x08, 0x08, 0x03, 0x00, 0x00, 0x5C, 0x01, 0x00, 0x20, 0x20, 0x10, 0x00, 0xFF, 0x1F, 0xFF, 0x1F, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, + 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x22, 0xFF, 0xEF, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0xDC, 0xDC, 0xDC, 0xDC, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, + 0x0A, 0x0A, 0x0A, 0x0A, 0x90, 0x61, 0x18, 0x01, 0x01, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, + 0x42, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x14, 0x14, 0x16, 0x08, + 0x34, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, 0x80, 0x90, 0x01, 0x00, 0x04, 0x04, 0x07, 0x07, + 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, 0x14, 0x00, 0x00, 0x00, + 0x00, 0x32, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, + 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, + 0x00, 0xFC, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x00, 0x32, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, + 0x14, 0x14, 0x16, 0x48, 0x60, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, + 0x2B, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, + 0x1D, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, + 0x06, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, + 0x0E, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, + 0x02, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x16, 0x00, 0x00, 0x00, + 0xF1, 0xF1, 0x03, 0x08, 0x1B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, + 0x0E, 0x00, 0x06, 0x00, 0x34, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, + 0x3A, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, + 0x02, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, + 0x0D, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, + 0x22, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x48, + 0x60, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x40, 0x60, 0x99, 0xFF, 0x3B, 0x00, 0x00, + 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x66, 0x66, 0x0B, 0x08, 0x0C, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0C, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, + 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x0C, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x00, 0x00, 0x00, + 0x00, 0x40, 0x06, 0x00, 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, + 0x0A, 0x03, 0xE0, 0xC1, 0x2F, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, + 0x50, 0x05, 0x00, 0x00, 0x00, 0x00, 0x20, 0xF3, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x30, 0x00, 0x80, + 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, + 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x30, 0x33, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x11, 0x02, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, 0x00, 0x02, + 0x07, 0x00, 0x00, 0x00, 0x08, 0x08, 0x03, 0x00, 0x00, 0x5C, 0x01, 0x00, 0x20, 0x20, 0x10, 0x00, + 0xFF, 0x1F, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x34, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, + 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, + 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x22, 0xFF, 0xEF, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0xDC, 0xDC, 0xDC, 0x0A, 0x0A, 0x0A, 0x0A, + 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x90, 0x61, 0x18, 0x01, 0x01, 0x00, 0x00, 0x00, + 0x1F, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, + 0x14, 0x14, 0x16, 0x08, 0x3E, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x06, 0x00, 0x80, 0x90, 0x00, 0x00, + 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, + 0x14, 0x00, 0x00, 0x00, 0x00, 0x32, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, + 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, + 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x00, 0x32, 0x10, 0x00, + 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, 0x60, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, + 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, + 0x1D, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x2D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, + 0x1D, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, + 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x0A, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, + 0x24, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, + 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x08, 0x1D, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x80, 0x0C, 0x00, 0x06, 0x00, 0x34, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, + 0x3E, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, + 0x0E, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, + 0x2C, 0x01, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x40, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, + 0xF1, 0xF1, 0x03, 0x48, 0x60, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0xA0, 0x60, 0x99, + 0xFF, 0x3B, 0x00, 0x00, 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, 0x55, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0x66, 0x0B, 0x08, 0x0C, 0x00, 0x0B, 0x00, + 0x0A, 0x00, 0x0C, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0A, 0x00, + 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, + 0x12, 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, + 0x17, 0x00, 0x90, 0x01, 0x0A, 0x03, 0xE0, 0xC1, 0x2F, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x00, 0x00, + 0x0D, 0x08, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x00, 0x00, 0x20, 0xF3, 0x00, 0x00, 0x00, 0x00, + 0x8C, 0x30, 0x00, 0x80, 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x33, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x11, 0x02, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, + 0x01, 0x01, 0x00, 0x02, 0x07, 0x00, 0x00, 0x00, 0x08, 0x08, 0x03, 0x00, 0x00, 0x5C, 0x01, 0x00, + 0x20, 0x20, 0x10, 0x00, 0xFF, 0x1F, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, + 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x10, 0x22, 0xFF, 0xEF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0xDC, 0xDC, 0xDC, + 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x90, 0x61, 0x18, 0x01, + 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, + 0x3E, 0x00, 0x00, 0x00, 0x14, 0x14, 0x16, 0x08, 0x34, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, + 0x80, 0xB0, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, + 0x00, 0x11, 0x10, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x00, 0x32, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, + 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, + 0x00, 0x53, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, + 0x00, 0x32, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, 0x20, 0x00, 0x20, 0x00, + 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, + 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x11, 0x11, + 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x26, 0x00, 0x1E, 0x00, + 0x29, 0x00, 0x24, 0x00, 0x29, 0x00, 0x24, 0x00, 0x26, 0x00, 0x20, 0x00, 0x0C, 0x00, 0x0B, 0x00, + 0x0A, 0x00, 0x0C, 0x00, 0x26, 0x00, 0x1E, 0x00, 0x29, 0x00, 0x24, 0x00, 0x29, 0x00, 0x24, 0x00, + 0x26, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, + 0x04, 0x01, 0x00, 0x00, 0xB4, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x20, 0x10, 0x0A, 0x00, 0x28, 0x10, 0x00, 0x80, + 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, + 0x0F, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, + 0x0A, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x03, 0x03, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, + 0x19, 0x24, 0x8C, 0x71, 0x0F, 0x0F, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x00, + 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, + 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, + 0x1A, 0x00, 0x80, 0x00, 0xD0, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x03, 0x12, 0x00, 0x00, + 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, 0x00, 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, + 0x05, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x00, 0x80, 0x00, 0x49, 0x00, 0x34, 0x00, + 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x80, 0x00, 0x19, 0x00, 0x80, 0x00, 0x19, 0x00, 0x80, 0x00, 0x18, 0x00, 0x80, 0x00, + 0x95, 0x00, 0x80, 0x00, 0x1D, 0x00, 0x80, 0x00, 0x80, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, + 0x80, 0x00, 0x80, 0x00, 0x2F, 0x00, 0x00, 0x00, 0x54, 0x00, 0x01, 0x08, 0x2D, 0x00, 0x02, 0x08, + 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x00, 0xC0, 0x48, 0x48, 0x0E, 0x0C, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD8, 0x51, 0x1A, 0xA0, 0x00, 0x00, 0x50, 0x05, + 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, + 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, 0x35, 0x08, 0x11, 0x00, 0x00, 0x00, 0x04, 0x00, + 0x01, 0x00, 0x00, 0x00, 0x00, 0x80, 0x18, 0x80, 0x00, 0x00, 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, +}; +constexpr inline const u8 T210SdevEmcDvfsTableS4gb01[0x1340] = { + 0x07, 0x00, 0x00, 0x00, 0x31, 0x30, 0x5F, 0x31, 0x36, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5F, 0x4E, + 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x39, 0x2E, 0x38, + 0x2E, 0x37, 0x5F, 0x56, 0x31, 0x2E, 0x36, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x6A, 0x18, 0x00, 0x77, 0x03, 0x00, 0x00, 0x4C, 0x04, 0x00, 0x00, 0x70, 0x6C, 0x6C, 0x6D, + 0x5F, 0x75, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x18, 0x80, + 0xF0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x40, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xDD, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, + 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, + 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, + 0x20, 0x01, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, + 0x20, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, + 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, + 0x0D, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x10, + 0x02, 0x00, 0x00, 0x10, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x08, 0x1D, 0x00, 0x00, 0x00, + 0x1F, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, 0x34, 0x00, 0x00, 0x00, + 0x3C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, + 0x20, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, + 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x38, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, + 0x2C, 0x01, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, + 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x48, 0x60, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0D, 0xA0, 0x60, 0x99, 0xFF, 0x3B, 0x00, 0x00, 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, + 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0x66, 0x0B, 0x08, + 0x0C, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, + 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0B, 0x00, + 0x0A, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x22, 0x20, 0x80, + 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, 0x40, 0x06, 0x31, 0x00, + 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x0A, 0x03, 0xE0, 0xC1, 0x2F, 0x61, 0x13, 0x1F, + 0x14, 0x00, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x00, 0x00, 0x20, 0xF3, + 0x00, 0x00, 0x00, 0x00, 0x8C, 0x30, 0x00, 0x80, 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, + 0x33, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, 0x00, 0x02, 0x07, 0x00, 0x00, 0x00, 0x08, 0x08, 0x03, 0x00, + 0x00, 0x5C, 0x01, 0x00, 0x20, 0x20, 0x10, 0x00, 0xFF, 0x1F, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x10, 0x22, 0xFF, 0xEF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0xDC, 0xDC, 0xDC, 0xDC, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, + 0x90, 0x61, 0x18, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, + 0x2C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x14, 0x14, 0x16, 0x08, 0x34, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x06, 0x00, 0x80, 0x90, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, + 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x00, 0x32, 0x10, 0x00, + 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, + 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x14, 0x11, + 0x00, 0x43, 0x00, 0x07, 0x00, 0x32, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, + 0x48, 0x48, 0x0C, 0x88, 0x48, 0x48, 0x0C, 0x88, 0x48, 0x48, 0x0C, 0x48, 0x48, 0x48, 0x0C, 0x48, + 0x48, 0x48, 0x0E, 0x8C, 0x48, 0x48, 0x0E, 0x8C, 0x48, 0x48, 0x0E, 0x4C, 0x48, 0x48, 0x0E, 0x4C, + 0x60, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, + 0x21, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, + 0x10, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, + 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, + 0x1C, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x08, + 0x1D, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, + 0x34, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, + 0x3C, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x06, 0x00, 0x00, + 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, + 0x2E, 0x00, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x48, 0x60, 0x18, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x0D, 0xA0, 0x60, 0x99, 0xFF, 0x3B, 0x00, 0x00, 0xBB, 0x01, 0x00, 0xC0, + 0x00, 0x80, 0x00, 0x00, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x66, 0x66, 0x0B, 0x08, 0x0C, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00, + 0x0B, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, + 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x0A, 0x03, 0xE0, 0xC1, + 0x2F, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, + 0x00, 0x00, 0x20, 0xF3, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x30, 0x00, 0x80, 0x2C, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x02, 0x00, 0x33, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, 0x00, 0x02, 0x07, 0x00, 0x00, 0x00, + 0x08, 0x08, 0x03, 0x00, 0x00, 0x5C, 0x01, 0x00, 0x20, 0x20, 0x10, 0x00, 0xFF, 0x1F, 0xFF, 0x1F, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, + 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x22, 0xFF, 0xEF, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0xDC, 0xDC, 0xDC, 0xDC, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, + 0x0A, 0x0A, 0x0A, 0x0A, 0x90, 0x61, 0x18, 0x01, 0x01, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, + 0x42, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x14, 0x14, 0x16, 0x08, + 0x34, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, 0x80, 0x90, 0x01, 0x00, 0x04, 0x04, 0x07, 0x07, + 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, 0x14, 0x00, 0x00, 0x00, + 0x00, 0x32, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, + 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, + 0x00, 0xFC, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x00, 0x32, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, + 0x14, 0x14, 0x16, 0x48, 0x60, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, + 0x29, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, + 0x1D, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, + 0x06, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, + 0x0E, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, + 0x02, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x16, 0x00, 0x00, 0x00, + 0xF1, 0xF1, 0x03, 0x08, 0x1B, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, + 0x0E, 0x00, 0x06, 0x00, 0x34, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, + 0x3A, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, + 0x02, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, + 0x0D, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, + 0x22, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x48, + 0x60, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x40, 0x60, 0x99, 0xFF, 0x3B, 0x00, 0x00, + 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x66, 0x66, 0x0B, 0x08, 0x0C, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0C, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, + 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0A, 0x00, 0x0C, 0x00, 0x0C, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x00, 0x00, 0x00, + 0x00, 0x40, 0x06, 0x00, 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, + 0x0A, 0x03, 0xE0, 0xC1, 0x2F, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, + 0x50, 0x05, 0x00, 0x00, 0x00, 0x00, 0x20, 0xF3, 0x00, 0x00, 0x00, 0x00, 0x8C, 0x30, 0x00, 0x80, + 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, + 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x30, 0x33, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x11, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x01, 0x00, 0x02, + 0x07, 0x00, 0x00, 0x00, 0x08, 0x08, 0x03, 0x00, 0x00, 0x5C, 0x01, 0x00, 0x20, 0x20, 0x10, 0x00, + 0xFF, 0x1F, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x34, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x08, + 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, + 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x22, 0xFF, 0xEF, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0xDC, 0xDC, 0xDC, 0x0A, 0x0A, 0x0A, 0x0A, + 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x90, 0x61, 0x18, 0x01, 0x01, 0x00, 0x00, 0x00, + 0x1F, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, + 0x14, 0x14, 0x16, 0x08, 0x3E, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x06, 0x00, 0x80, 0x90, 0x00, 0x00, + 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, + 0x14, 0x00, 0x00, 0x00, 0x00, 0x32, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, + 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, + 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x00, 0x32, 0x10, 0x00, + 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, 0x60, 0x00, 0x00, 0x00, 0x20, 0x01, 0x00, 0x00, + 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, + 0x1D, 0x00, 0x00, 0x00, 0x2A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x2D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, + 0x1D, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, + 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x0A, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, + 0x24, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, + 0x14, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, 0x08, 0x1D, 0x00, 0x00, 0x00, 0x1F, 0x00, 0x00, 0x00, + 0x0E, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, 0x34, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, + 0x3E, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, + 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, + 0x0E, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x2E, 0x00, 0x00, 0x00, 0x2C, 0x01, 0x00, 0x00, + 0x2C, 0x01, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, + 0x40, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, + 0xF1, 0xF1, 0x03, 0x48, 0x60, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0xA0, 0x60, 0x99, + 0xFF, 0x3B, 0x00, 0x00, 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, 0x55, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0x66, 0x0B, 0x08, 0x0C, 0x00, 0x0B, 0x00, + 0x0A, 0x00, 0x0C, 0x00, 0x07, 0x00, 0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, + 0x09, 0x00, 0x05, 0x00, 0x08, 0x00, 0x02, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x0B, 0x00, 0x0B, 0x00, 0x0A, 0x00, 0x0A, 0x00, + 0x0C, 0x00, 0x0C, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, + 0x12, 0x00, 0x00, 0x00, 0x00, 0x40, 0x06, 0x00, 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, + 0x17, 0x00, 0x90, 0x01, 0x0A, 0x03, 0xE0, 0xC1, 0x2F, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x00, 0x00, + 0x0D, 0x08, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x00, 0x00, 0x20, 0xF3, 0x00, 0x00, 0x00, 0x00, + 0x8C, 0x30, 0x00, 0x80, 0x2C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x1B, 0x00, 0x00, 0x00, 0x1B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x33, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, + 0x01, 0x01, 0x00, 0x02, 0x07, 0x00, 0x00, 0x00, 0x08, 0x08, 0x03, 0x00, 0x00, 0x5C, 0x01, 0x00, + 0x20, 0x20, 0x10, 0x00, 0xFF, 0x1F, 0xFF, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, + 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x10, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x10, 0x22, 0xFF, 0xEF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0xDC, 0xDC, 0xDC, + 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x0A, 0x90, 0x61, 0x18, 0x01, + 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, + 0x3E, 0x00, 0x00, 0x00, 0x14, 0x14, 0x16, 0x08, 0x34, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x06, 0x00, + 0x80, 0xB0, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, + 0x00, 0x11, 0x10, 0x1F, 0x14, 0x00, 0x00, 0x00, 0x00, 0x32, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, + 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, + 0x00, 0x53, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, + 0x00, 0x32, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, 0x20, 0x00, 0x20, 0x00, + 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, + 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x11, 0x11, + 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x26, 0x00, 0x1E, 0x00, + 0x29, 0x00, 0x24, 0x00, 0x29, 0x00, 0x24, 0x00, 0x26, 0x00, 0x20, 0x00, 0x0C, 0x00, 0x0B, 0x00, + 0x0A, 0x00, 0x0C, 0x00, 0x26, 0x00, 0x1E, 0x00, 0x29, 0x00, 0x24, 0x00, 0x29, 0x00, 0x24, 0x00, + 0x26, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, + 0x04, 0x01, 0x00, 0x00, 0xB4, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, + 0x0C, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x80, 0x20, 0x10, 0x0A, 0x00, 0x28, 0x10, 0x00, 0x80, + 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00, + 0x0F, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x0D, 0x00, 0x00, 0x00, + 0x07, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, + 0x0A, 0x00, 0x00, 0x00, 0x23, 0x00, 0x00, 0x00, 0x03, 0x03, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, + 0x19, 0x24, 0x8C, 0x71, 0x0F, 0x0F, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0x00, + 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, + 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x1A, 0x00, 0x80, 0x00, + 0x1A, 0x00, 0x80, 0x00, 0xD0, 0x00, 0x00, 0x00, 0x1A, 0x00, 0x80, 0x00, 0x03, 0x12, 0x00, 0x00, + 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, 0x00, 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, + 0x05, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x00, 0x80, 0x00, 0x49, 0x00, 0x34, 0x00, + 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x00, 0x00, 0x00, + 0x04, 0x00, 0x80, 0x00, 0x19, 0x00, 0x80, 0x00, 0x19, 0x00, 0x80, 0x00, 0x18, 0x00, 0x80, 0x00, + 0x95, 0x00, 0x80, 0x00, 0x1D, 0x00, 0x80, 0x00, 0x80, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x00, 0x00, + 0x80, 0x00, 0x80, 0x00, 0x2F, 0x00, 0x00, 0x00, 0x54, 0x00, 0x01, 0x08, 0x2D, 0x00, 0x02, 0x08, + 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x00, 0xC0, 0x48, 0x48, 0x0E, 0x0C, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD8, 0x51, 0x1A, 0xA0, 0x00, 0x00, 0x50, 0x05, + 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, + 0x00, 0x00, 0x77, 0x00, 0x00, 0x00, 0x77, 0x00, 0x35, 0x08, 0x11, 0x00, 0x00, 0x00, 0x04, 0x00, + 0x01, 0x00, 0x00, 0x00, 0x00, 0x80, 0x18, 0x80, 0x00, 0x00, 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, +}; diff --git a/fusee_cpp/program/source/mtc/fusee_mtc_tables_mariko.inc b/fusee_cpp/program/source/mtc/fusee_mtc_tables_mariko.inc new file mode 100644 index 000000000..1dc15aa3d --- /dev/null +++ b/fusee_cpp/program/source/mtc/fusee_mtc_tables_mariko.inc @@ -0,0 +1,902 @@ +/* + * Copyright (c) 2018-2020 AtmosphÃre-NX + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +constexpr inline const u8 T210b01SdevEmcDvfsTableM4gb03[0x41B] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x34, 0x2E, 0x32, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x96, 0x80, 0x18, 0x80, 0x01, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, + 0x00, 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, + 0x17, 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, + 0xE0, 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x2A, 0x64, 0x00, 0x53, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, + 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x00, 0x04, + 0x00, 0x13, 0x10, 0x98, 0x00, 0x93, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x44, + 0x00, 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x00, 0x44, 0x00, 0xF6, 0x06, 0x09, 0x00, + 0x00, 0x00, 0x1B, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x13, 0x00, 0x00, 0x00, 0xF1, 0xF1, + 0x03, 0x88, 0x1D, 0x3C, 0x01, 0xF3, 0x03, 0x80, 0x0B, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, + 0x39, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, + 0x22, 0x08, 0x06, 0x70, 0x00, 0x00, 0x74, 0x00, 0x00, 0xF0, 0x01, 0x13, 0x17, 0x08, 0x00, 0x13, + 0x38, 0x64, 0x00, 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, 0x13, + 0x0D, 0x9C, 0x00, 0x22, 0x0C, 0x00, 0x58, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, 0xF1, 0x03, + 0xC8, 0x60, 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, 0x00, 0xC0, + 0x00, 0x80, 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, 0x06, 0x0B, + 0x88, 0x0D, 0x00, 0x08, 0x00, 0x06, 0x00, 0x0E, 0x00, 0x06, 0x88, 0x01, 0x00, 0x84, 0x00, 0x51, + 0x0B, 0x00, 0x00, 0x00, 0x07, 0x82, 0x00, 0x1F, 0x08, 0x18, 0x00, 0x06, 0x20, 0x0D, 0x00, 0x3A, + 0x00, 0x00, 0x20, 0x00, 0x00, 0x3E, 0x00, 0x11, 0x0E, 0xA0, 0x00, 0x0F, 0x01, 0x00, 0x8D, 0x90, + 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, 0x40, 0x06, 0x00, + 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, 0xC1, + 0x20, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, + 0x50, 0x50, 0x50, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x80, 0x2B, 0x4C, + 0x00, 0x13, 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, 0x02, + 0x81, 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x26, 0x02, 0x2F, 0x20, 0x10, 0x90, 0x00, + 0x06, 0x00, 0xC8, 0x01, 0x03, 0x03, 0x02, 0x06, 0x8F, 0x03, 0x8F, 0x00, 0x40, 0x00, 0x04, 0x10, + 0x80, 0x00, 0x20, 0xCB, 0x00, 0x0B, 0x14, 0xEF, 0x09, 0x00, 0x48, 0x1C, 0x1C, 0x1C, 0x1C, 0x19, + 0x00, 0x22, 0x10, 0x10, 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, 0x78, 0x02, 0x13, + 0x2B, 0x88, 0x02, 0x51, 0x14, 0x14, 0x16, 0x88, 0x33, 0xCC, 0x01, 0xF0, 0x07, 0x06, 0x00, 0x80, + 0x90, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, + 0x11, 0x10, 0x1F, 0x50, 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, + 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, + 0x53, 0x08, 0x0F, 0x10, 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x06, + 0x23, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0xC8, 0x5D, 0x5D, 0x0C, 0x88, 0x04, + 0x00, 0x00, 0x0C, 0x00, 0x53, 0xC8, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, 0x4C, 0x04, 0x00, + 0x0F, 0xB0, 0x03, 0xFF, 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, 0xB0, 0x03, 0x2F, + 0x00, 0x00, 0xB0, 0x03, 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0xB0, 0x03, + 0x1F, 0x41, 0xB0, 0x03, 0x48, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, 0xFF, 0xFF, 0xF2, + 0x1F, 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x90, 0x03, 0x37, 0x2F, 0x20, 0x00, 0x02, 0x00, 0x0B, + 0x0F, 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x27, 0x00, 0x21, 0x00, 0x27, 0x00, + 0x20, 0x00, 0x26, 0x00, 0x23, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, 0x18, 0x00, 0x0F, + 0x01, 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, 0x0A, 0x13, 0x07, + 0xB8, 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, 0x08, 0x0C, 0x0E, + 0x1F, 0x01, 0xCC, 0x00, 0x74, 0x11, 0x0C, 0xE8, 0x03, 0xA0, 0x00, 0x80, 0x20, 0x10, 0x0A, 0x00, + 0x28, 0x10, 0x00, 0x80, 0x3D, 0x04, 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x04, 0x00, 0x13, 0x03, + 0x04, 0x00, 0x13, 0x0D, 0xB8, 0x00, 0x13, 0x01, 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x11, 0x37, + 0x4A, 0x00, 0xE2, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, 0x0F, 0x0F, 0x00, + 0x70, 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, 0xD0, 0x00, 0x00, + 0x08, 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, 0x00, + 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, 0x49, 0x00, 0x34, + 0x00, 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x78, 0x06, + 0x33, 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, 0x80, 0x00, 0x1D, + 0x26, 0x00, 0x31, 0x00, 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, 0x00, 0x22, 0xF4, + 0x01, 0xBC, 0x00, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, 0x23, 0x01, 0x0B, + 0x89, 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x00, 0x48, 0x00, 0x13, 0x29, + 0x21, 0x00, 0x13, 0x2F, 0x08, 0x00, 0xC0, 0x54, 0x00, 0x01, 0x88, 0x2D, 0x00, 0x02, 0x88, 0x00, + 0x00, 0x0D, 0x88, 0x2C, 0x00, 0x00, 0xB4, 0x0B, 0x08, 0x49, 0x00, 0xA0, 0xD8, 0x51, 0x1A, 0xA0, + 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x1F, 0x00, 0x31, 0x88, 0x00, 0x20, 0xB5, 0x05, 0x15, 0x88, + 0x04, 0x00, 0x97, 0x35, 0x08, 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, 0x10, 0xC0, 0x00, + 0x00, 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableS4gb01[0x412] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x33, 0x2E, 0x31, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x30, 0x80, 0x18, 0x80, 0x07, 0x00, 0x26, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, 0x00, + 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, 0x08, + 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x18, + 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, 0x17, + 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, 0xE0, + 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x2A, 0x64, 0x00, 0x53, 0x0C, + 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, 0x00, + 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x00, 0x04, 0x00, + 0x13, 0x10, 0x98, 0x00, 0x93, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x44, 0x00, + 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x00, 0x44, 0x00, 0xF6, 0x06, 0x09, 0x00, 0x00, + 0x00, 0x1B, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x13, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, + 0x88, 0x1D, 0x3C, 0x01, 0xF3, 0x03, 0x80, 0x0B, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, 0x39, + 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, 0x22, + 0x08, 0x06, 0x70, 0x00, 0x00, 0x74, 0x00, 0x00, 0xF0, 0x01, 0x13, 0x17, 0x08, 0x00, 0x13, 0x38, + 0x64, 0x00, 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, 0x13, 0x0D, + 0x9C, 0x00, 0x22, 0x0C, 0x00, 0x58, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, 0xF1, 0x03, 0xC8, + 0x60, 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, 0x00, 0xC0, 0x00, + 0x80, 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, 0x06, 0x0B, 0x88, + 0x15, 0x00, 0x09, 0x00, 0x0A, 0x00, 0x10, 0x00, 0x0A, 0xF4, 0x00, 0x50, 0x06, 0x00, 0x02, 0x00, + 0x07, 0x48, 0x00, 0x03, 0x76, 0x01, 0x0F, 0x18, 0x00, 0x05, 0x20, 0x15, 0x00, 0x3A, 0x00, 0x11, + 0x09, 0x22, 0x00, 0x6F, 0x10, 0x00, 0x10, 0x00, 0x15, 0x00, 0x01, 0x00, 0x8F, 0x90, 0x1F, 0x22, + 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x1C, 0x40, 0x06, 0x00, 0x40, 0x06, + 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, 0xC1, 0x20, 0x61, + 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, 0x50, + 0x50, 0x00, 0x00, 0x00, 0xA0, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x00, 0x2B, 0x4C, 0x00, + 0x13, 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, 0x02, 0x81, + 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x26, 0x02, 0x2F, 0x20, 0x10, 0x90, 0x00, 0x06, + 0x00, 0xC8, 0x01, 0x03, 0x03, 0x02, 0x06, 0x8F, 0x03, 0x8F, 0x00, 0x40, 0x00, 0x04, 0x10, 0x80, + 0x00, 0x20, 0xCB, 0x00, 0x0B, 0x14, 0xEF, 0x09, 0x00, 0x48, 0x1C, 0x1C, 0x1C, 0x1C, 0x19, 0x00, + 0x22, 0x10, 0x10, 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, 0x78, 0x02, 0x13, 0x2B, + 0x88, 0x02, 0x40, 0x16, 0x16, 0x16, 0x88, 0x98, 0x02, 0x00, 0xA0, 0x02, 0xF0, 0x05, 0x80, 0x90, + 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, + 0x10, 0x1F, 0x50, 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, + 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, + 0x08, 0x0F, 0x10, 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x00, 0x23, + 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x16, 0x16, 0x16, 0xC8, 0x5D, 0x5D, 0x0C, 0x88, 0x04, 0x00, + 0x00, 0x0C, 0x00, 0x53, 0xC8, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, 0x4C, 0x04, 0x00, 0x0F, + 0xB0, 0x03, 0xFF, 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, 0xB0, 0x03, 0x2F, 0x00, + 0x00, 0xB0, 0x03, 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0xB0, 0x03, 0x1F, + 0x41, 0xB0, 0x03, 0x48, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, 0xFF, 0xFF, 0xF2, 0x1F, + 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x90, 0x03, 0x37, 0x2F, 0x20, 0x00, 0x02, 0x00, 0x0B, 0x0F, + 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x2B, 0x00, 0x24, 0x00, 0x28, 0x00, 0x20, + 0x00, 0x29, 0x00, 0x26, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, 0x18, 0x00, 0x0F, 0x01, + 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, 0x0A, 0x13, 0x07, 0xB8, + 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, 0x08, 0x0C, 0x0E, 0x1F, + 0x01, 0xCC, 0x00, 0x74, 0x11, 0x0C, 0xE8, 0x03, 0xA0, 0x00, 0x80, 0x20, 0x10, 0x0A, 0x00, 0x28, + 0x10, 0x00, 0x80, 0x3D, 0x04, 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x04, 0x00, 0x13, 0x03, 0x04, + 0x00, 0x13, 0x0D, 0xB8, 0x00, 0x13, 0x01, 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x11, 0x37, 0x4A, + 0x00, 0xE2, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, 0x0F, 0x0F, 0x00, 0x70, + 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, 0xD0, 0x00, 0x00, 0x08, + 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, 0x00, 0x41, + 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, 0x49, 0x00, 0x34, 0x00, + 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x78, 0x06, 0x33, + 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, 0x80, 0x00, 0x1D, 0x26, + 0x00, 0x31, 0x00, 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, 0x00, 0x22, 0xF4, 0x01, + 0xBC, 0x00, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, 0x23, 0x01, 0x0B, 0x89, + 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x00, 0x48, 0x00, 0x13, 0x29, 0x21, + 0x00, 0x13, 0x2F, 0x08, 0x00, 0xC0, 0x54, 0x00, 0x01, 0x88, 0x2D, 0x00, 0x02, 0x88, 0x00, 0x00, + 0x0D, 0x88, 0x2C, 0x00, 0x00, 0xB4, 0x0B, 0x08, 0x49, 0x00, 0x42, 0xD8, 0x51, 0x1A, 0xA0, 0x0A, + 0x00, 0x11, 0x88, 0x04, 0x00, 0x26, 0x20, 0x12, 0x0C, 0x00, 0x00, 0x04, 0x00, 0x9B, 0x35, 0x08, + 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, 0x10, 0x80, 0x9C, 0x04, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableS4gbY01[0x41A] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x34, 0x2E, 0x32, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x96, 0x80, 0x18, 0x80, 0x01, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, + 0x00, 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, + 0x17, 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, + 0xE0, 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x29, 0x64, 0x00, 0x53, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, + 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x00, 0x04, + 0x00, 0x13, 0x10, 0x98, 0x00, 0x93, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x44, + 0x00, 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x00, 0x44, 0x00, 0xF6, 0x06, 0x09, 0x00, + 0x00, 0x00, 0x1B, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x13, 0x00, 0x00, 0x00, 0xF1, 0xF1, + 0x03, 0x88, 0x1D, 0x3C, 0x01, 0xF3, 0x03, 0x80, 0x0B, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, + 0x39, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, + 0x22, 0x08, 0x06, 0x70, 0x00, 0x00, 0x74, 0x00, 0x00, 0xF0, 0x01, 0x13, 0x17, 0x08, 0x00, 0x13, + 0x38, 0x64, 0x00, 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, 0x13, + 0x0D, 0x9C, 0x00, 0x22, 0x0C, 0x00, 0x58, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, 0xF1, 0x03, + 0xC8, 0x60, 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, 0x00, 0xC0, + 0x00, 0x80, 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, 0x06, 0x0B, + 0x88, 0x0E, 0x00, 0x09, 0x00, 0x07, 0x00, 0x0E, 0x00, 0x03, 0xF4, 0x00, 0x00, 0x08, 0x00, 0x51, + 0x0B, 0x00, 0x00, 0x00, 0x07, 0x0A, 0x00, 0x1F, 0x08, 0x18, 0x00, 0x06, 0x20, 0x0E, 0x00, 0x3A, + 0x00, 0x00, 0x3C, 0x00, 0x11, 0x07, 0x0C, 0x00, 0x2F, 0x0E, 0x00, 0x01, 0x00, 0x8F, 0x90, 0x1F, + 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, 0x40, 0x06, 0x00, 0x40, + 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, 0xC1, 0x20, + 0x61, 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, + 0x50, 0x50, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x80, 0x2B, 0x4C, 0x00, + 0x13, 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, 0x02, 0x81, + 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x26, 0x02, 0x2F, 0x20, 0x10, 0x90, 0x00, 0x06, + 0x00, 0xC8, 0x01, 0x03, 0x03, 0x02, 0x06, 0x8F, 0x03, 0x8F, 0x00, 0x40, 0x00, 0x04, 0x10, 0x80, + 0x00, 0x20, 0xCB, 0x00, 0x0B, 0x14, 0xEF, 0x09, 0x00, 0x48, 0x1C, 0x1C, 0x1C, 0x1C, 0x19, 0x00, + 0x22, 0x10, 0x10, 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, 0x78, 0x02, 0x13, 0x2B, + 0x88, 0x02, 0x51, 0x14, 0x14, 0x16, 0x88, 0x33, 0xCC, 0x01, 0xF0, 0x07, 0x06, 0x00, 0x80, 0x90, + 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, + 0x10, 0x1F, 0x50, 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, + 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, + 0x08, 0x0F, 0x10, 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x06, 0x23, + 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0xC8, 0x5D, 0x5D, 0x0C, 0x88, 0x04, 0x00, + 0x00, 0x0C, 0x00, 0x53, 0xC8, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, 0x4C, 0x04, 0x00, 0x0F, + 0xB0, 0x03, 0xFF, 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, 0xB0, 0x03, 0x2F, 0x00, + 0x00, 0xB0, 0x03, 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0xB0, 0x03, 0x1F, + 0x41, 0xB0, 0x03, 0x48, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, 0xFF, 0xFF, 0xF2, 0x1F, + 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x90, 0x03, 0x37, 0x2F, 0x20, 0x00, 0x02, 0x00, 0x0B, 0x0F, + 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x27, 0x00, 0x21, 0x00, 0x28, 0x00, 0x21, + 0x00, 0x26, 0x00, 0x23, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, 0x18, 0x00, 0x0F, 0x01, + 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, 0x0A, 0x13, 0x07, 0xB8, + 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, 0x08, 0x0C, 0x0E, 0x1F, + 0x01, 0xCC, 0x00, 0x74, 0x11, 0x0C, 0xE8, 0x03, 0xA0, 0x00, 0x80, 0x20, 0x10, 0x0A, 0x00, 0x28, + 0x10, 0x00, 0x80, 0x3D, 0x04, 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x04, 0x00, 0x13, 0x03, 0x04, + 0x00, 0x13, 0x0D, 0xB8, 0x00, 0x13, 0x01, 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x11, 0x37, 0x4A, + 0x00, 0xE2, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, 0x0F, 0x0F, 0x00, 0x70, + 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, 0xD0, 0x00, 0x00, 0x08, + 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, 0x00, 0x41, + 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, 0x49, 0x00, 0x34, 0x00, + 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x78, 0x06, 0x33, + 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, 0x80, 0x00, 0x1D, 0x26, + 0x00, 0x31, 0x00, 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, 0x00, 0x22, 0xF4, 0x01, + 0xBC, 0x00, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, 0x23, 0x01, 0x0B, 0x89, + 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x13, 0x01, 0xDC, 0x07, 0x00, 0x01, + 0x00, 0x13, 0x2F, 0x08, 0x00, 0xC0, 0x54, 0x00, 0x01, 0x88, 0x2D, 0x00, 0x02, 0x88, 0x00, 0x00, + 0x0D, 0x88, 0x2C, 0x00, 0x00, 0xB4, 0x0B, 0x08, 0x49, 0x00, 0xA0, 0xD8, 0x51, 0x1A, 0xA0, 0x00, + 0x00, 0x50, 0x05, 0x00, 0x00, 0x1F, 0x00, 0x31, 0x88, 0x00, 0x20, 0xB5, 0x05, 0x15, 0x88, 0x04, + 0x00, 0x97, 0x35, 0x08, 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, 0x10, 0xC0, 0x00, 0x00, + 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableS1y8gbY01[0x41D] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x34, 0x2E, 0x32, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x96, 0x80, 0x18, 0x80, 0x01, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, + 0x00, 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, + 0x17, 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, + 0xE0, 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x29, 0x64, 0x00, 0x53, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, + 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x13, 0x1D, + 0x30, 0x00, 0x00, 0x98, 0x00, 0x93, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x14, + 0x00, 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x00, 0x44, 0x00, 0xF6, 0x06, 0x09, 0x00, + 0x00, 0x00, 0x1B, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x13, 0x00, 0x00, 0x00, 0xF1, 0xF1, + 0x03, 0x08, 0x1D, 0x3C, 0x01, 0xF3, 0x03, 0x80, 0x0B, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, + 0x39, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, + 0x62, 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x04, 0x00, 0x00, 0xF0, 0x01, 0x13, 0x17, 0x08, 0x00, + 0x13, 0x38, 0x64, 0x00, 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, + 0x13, 0x0D, 0x9C, 0x00, 0x00, 0x90, 0x00, 0x00, 0xFA, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, + 0xF1, 0x03, 0x48, 0x60, 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, + 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, + 0x06, 0x0B, 0x08, 0x0E, 0x00, 0x09, 0x00, 0x07, 0x00, 0x0E, 0x00, 0x03, 0xF4, 0x00, 0x00, 0x08, + 0x00, 0x51, 0x0B, 0x00, 0x00, 0x00, 0x07, 0x0A, 0x00, 0x1F, 0x08, 0x18, 0x00, 0x06, 0x20, 0x0E, + 0x00, 0x3A, 0x00, 0x00, 0x3C, 0x00, 0x11, 0x07, 0x0C, 0x00, 0x2F, 0x0E, 0x00, 0x01, 0x00, 0x8F, + 0x90, 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, 0x40, 0x06, + 0x00, 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, + 0xC1, 0x20, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, + 0x00, 0x50, 0x50, 0x50, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x00, 0x2B, + 0x4C, 0x00, 0x13, 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, + 0x02, 0x81, 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x26, 0x02, 0x2F, 0x20, 0x10, 0x90, + 0x00, 0x06, 0x00, 0x20, 0x03, 0x03, 0x03, 0x02, 0x0A, 0x21, 0x00, 0x12, 0x10, 0x98, 0x02, 0x0F, + 0xCB, 0x00, 0x08, 0x14, 0xEF, 0x09, 0x00, 0x49, 0x1C, 0x1C, 0x1C, 0x1C, 0x3B, 0x00, 0x12, 0x10, + 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, 0x78, 0x02, 0x13, 0x2B, 0x88, 0x02, 0x51, + 0x14, 0x14, 0x16, 0x08, 0x33, 0xCC, 0x01, 0xF0, 0x07, 0x06, 0x00, 0x80, 0x90, 0x00, 0x00, 0x04, + 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, 0x50, + 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, 0x00, + 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, 0x10, + 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x06, 0x23, 0x10, 0x00, 0x5A, + 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, 0x5D, 0x5D, 0x0C, 0x88, 0x04, 0x00, 0x00, 0x0C, 0x00, + 0x53, 0x48, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, 0x4C, 0x04, 0x00, 0x0F, 0xB0, 0x03, 0xFF, + 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, 0xB0, 0x03, 0x2F, 0x00, 0x00, 0xB0, 0x03, + 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0xB0, 0x03, 0x1D, 0x41, 0xB0, 0x03, + 0x1F, 0x01, 0xB0, 0x03, 0x36, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, 0xFF, 0xFF, 0xF2, + 0x1F, 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x40, 0x07, 0x37, 0x2F, 0x20, 0x00, 0x02, 0x00, 0x0B, + 0x0F, 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x27, 0x00, 0x21, 0x00, 0x28, 0x00, + 0x21, 0x00, 0x26, 0x00, 0x23, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, 0x18, 0x00, 0x0F, + 0x01, 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, 0x0A, 0x13, 0x07, + 0xB8, 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, 0x08, 0x0C, 0x0E, + 0x1F, 0x01, 0xCC, 0x00, 0x74, 0x00, 0xC4, 0x05, 0xC0, 0x80, 0x00, 0x00, 0x80, 0x20, 0x10, 0x0A, + 0x00, 0x28, 0x10, 0x00, 0x80, 0x3D, 0x04, 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x68, 0x05, 0x13, + 0x02, 0x74, 0x05, 0x13, 0x0D, 0x1C, 0x00, 0x13, 0x07, 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x00, + 0x50, 0x06, 0xF2, 0x01, 0x03, 0x03, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, + 0x0F, 0x0F, 0x00, 0x70, 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, + 0xD0, 0x00, 0x00, 0x08, 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, + 0x00, 0x80, 0x00, 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, + 0x49, 0x00, 0x34, 0x00, 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, + 0x80, 0x78, 0x06, 0x33, 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, + 0x80, 0x00, 0x1D, 0x26, 0x00, 0x31, 0x00, 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, + 0x00, 0x22, 0xF4, 0x01, 0x78, 0x01, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, + 0x23, 0x01, 0x0B, 0x89, 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x13, 0x01, + 0xDC, 0x07, 0x00, 0x01, 0x00, 0x13, 0x2F, 0x08, 0x00, 0x82, 0x54, 0x00, 0x01, 0x08, 0x2D, 0x00, + 0x02, 0x08, 0xB2, 0x05, 0x68, 0x00, 0xC0, 0x48, 0x48, 0x0E, 0x0C, 0x49, 0x00, 0xC0, 0xD8, 0x51, + 0x1A, 0xA0, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x88, 0x00, 0x04, 0x00, 0x11, 0x20, 0xB5, 0x05, + 0x15, 0x88, 0x04, 0x00, 0x97, 0x35, 0x08, 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, 0x10, + 0xC0, 0x00, 0x00, 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableS1y4gbX03[0x41E] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x34, 0x2E, 0x32, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x96, 0x80, 0x18, 0x80, 0x01, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, + 0x00, 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, + 0x17, 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, + 0xE0, 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x29, 0x64, 0x00, 0x53, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, + 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x00, 0x04, + 0x00, 0xF3, 0x02, 0x10, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x06, + 0x00, 0x00, 0x00, 0x0E, 0x44, 0x00, 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x13, 0x24, + 0x0C, 0x00, 0x80, 0x1C, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0xC4, 0x00, 0x56, 0xF1, 0xF1, + 0x03, 0x88, 0x1C, 0x3C, 0x01, 0xF3, 0x03, 0x80, 0x0C, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, + 0x39, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, + 0x22, 0x08, 0x06, 0x70, 0x00, 0x00, 0x74, 0x00, 0x13, 0x03, 0x78, 0x00, 0x00, 0x08, 0x00, 0x13, + 0x38, 0x64, 0x00, 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, 0x13, + 0x0D, 0x34, 0x01, 0x22, 0x0C, 0x00, 0x58, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, 0xF1, 0x03, + 0xC8, 0x60, 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, 0x00, 0xC0, + 0x00, 0x80, 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, 0x06, 0x0B, + 0x88, 0x0D, 0x00, 0x08, 0x00, 0x06, 0x00, 0x0E, 0x00, 0x06, 0x88, 0x01, 0x00, 0x84, 0x00, 0x51, + 0x0B, 0x00, 0x00, 0x00, 0x07, 0x82, 0x00, 0x1F, 0x08, 0x18, 0x00, 0x06, 0x20, 0x0D, 0x00, 0x3A, + 0x00, 0x00, 0x20, 0x00, 0x00, 0x3E, 0x00, 0x11, 0x0E, 0xA0, 0x00, 0x0F, 0x01, 0x00, 0x8D, 0x90, + 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, 0x40, 0x06, 0x00, + 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, 0xC1, + 0x20, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, + 0x50, 0x50, 0x50, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x80, 0x2B, 0x4C, + 0x00, 0x13, 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, 0x02, + 0xFF, 0x00, 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x00, 0x00, 0x09, 0x00, 0x00, 0x20, + 0x10, 0x90, 0x00, 0x06, 0x00, 0xC8, 0x01, 0x03, 0x03, 0x02, 0x06, 0x8F, 0x03, 0x8F, 0x00, 0x40, + 0x00, 0x04, 0x10, 0x80, 0x00, 0x20, 0xCB, 0x00, 0x0B, 0x14, 0xEF, 0x09, 0x00, 0x48, 0x1C, 0x1C, + 0x1C, 0x1C, 0x19, 0x00, 0x22, 0x10, 0x10, 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, + 0x78, 0x02, 0x13, 0x2B, 0x88, 0x02, 0x51, 0x14, 0x14, 0x16, 0x88, 0x33, 0x48, 0x02, 0xF0, 0x07, + 0x06, 0x00, 0x80, 0x90, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, + 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, 0x50, 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, + 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, + 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, 0x10, 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, + 0x00, 0x07, 0x06, 0x23, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0xC8, 0x5D, 0x5D, + 0x0C, 0x88, 0x04, 0x00, 0x00, 0x0C, 0x00, 0x53, 0xC8, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, + 0x4C, 0x04, 0x00, 0x0F, 0xB0, 0x03, 0xFF, 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, + 0xB0, 0x03, 0x2F, 0x00, 0x00, 0xB0, 0x03, 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, + 0x3F, 0xB0, 0x03, 0x1F, 0x41, 0xB0, 0x03, 0x48, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, + 0xFF, 0xFF, 0xF2, 0x1F, 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x90, 0x03, 0x37, 0x2F, 0x20, 0x00, + 0x02, 0x00, 0x0B, 0x0F, 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x27, 0x00, 0x21, + 0x00, 0x27, 0x00, 0x20, 0x00, 0x26, 0x00, 0x23, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, + 0x18, 0x00, 0x0F, 0x01, 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, + 0x0A, 0x13, 0x07, 0xB8, 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, + 0x08, 0x0C, 0x0E, 0x1F, 0x01, 0xCC, 0x00, 0x74, 0x11, 0x0C, 0xE8, 0x03, 0xA0, 0x00, 0x80, 0x20, + 0x10, 0x0A, 0x00, 0x28, 0x10, 0x00, 0x80, 0x3D, 0x04, 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x04, + 0x00, 0x13, 0x03, 0x04, 0x00, 0x13, 0x0D, 0xB8, 0x00, 0x13, 0x01, 0x38, 0x00, 0x13, 0x08, 0x90, + 0x06, 0x11, 0x37, 0x4A, 0x00, 0xE2, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, + 0x0F, 0x0F, 0x00, 0x70, 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, + 0xD0, 0x00, 0x00, 0x08, 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, + 0x00, 0x80, 0x00, 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, + 0x49, 0x00, 0x34, 0x00, 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, + 0x80, 0x78, 0x06, 0x33, 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, + 0x80, 0x00, 0x1D, 0x26, 0x00, 0x31, 0x00, 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, + 0x00, 0x22, 0xF4, 0x01, 0xBC, 0x00, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, + 0x23, 0x01, 0x0B, 0x89, 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x13, 0x01, + 0xDC, 0x07, 0x00, 0x01, 0x00, 0x13, 0x2F, 0x08, 0x00, 0xC0, 0x54, 0x00, 0x01, 0x88, 0x2D, 0x00, + 0x02, 0x88, 0x00, 0x00, 0x0D, 0x88, 0x2C, 0x00, 0x00, 0xB4, 0x0B, 0x08, 0x49, 0x00, 0xA0, 0xD8, + 0x51, 0x1A, 0xA0, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x1F, 0x00, 0x31, 0x88, 0x00, 0x20, 0xB5, + 0x05, 0x15, 0x88, 0x04, 0x00, 0x97, 0x35, 0x08, 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, + 0x10, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableH4gb03[0x417] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x33, 0x2E, 0x31, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x96, 0x80, 0x18, 0x80, 0x01, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, + 0x00, 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, + 0x17, 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, + 0xE0, 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x29, 0x64, 0x00, 0x53, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, + 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x00, 0x04, + 0x00, 0x13, 0x10, 0x98, 0x00, 0x93, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x44, + 0x00, 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x00, 0x44, 0x00, 0xF6, 0x06, 0x09, 0x00, + 0x00, 0x00, 0x1B, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x13, 0x00, 0x00, 0x00, 0xF1, 0xF1, + 0x03, 0x88, 0x1D, 0x3C, 0x01, 0xF3, 0x03, 0x80, 0x0B, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, + 0x39, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, + 0x22, 0x08, 0x06, 0x70, 0x00, 0x00, 0x74, 0x00, 0x00, 0xF0, 0x01, 0x13, 0x17, 0x08, 0x00, 0x13, + 0x38, 0x64, 0x00, 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, 0x13, + 0x0D, 0x9C, 0x00, 0x22, 0x0C, 0x00, 0x58, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, 0xF1, 0x03, + 0xC8, 0x60, 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, 0x00, 0xC0, + 0x00, 0x80, 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, 0x06, 0x0B, + 0x88, 0x0D, 0x00, 0x08, 0x00, 0x06, 0x00, 0x0E, 0x00, 0x06, 0x88, 0x01, 0x00, 0x84, 0x00, 0x51, + 0x0B, 0x00, 0x00, 0x00, 0x07, 0x82, 0x00, 0x1F, 0x08, 0x18, 0x00, 0x06, 0x20, 0x0D, 0x00, 0x3A, + 0x00, 0x00, 0x20, 0x00, 0x00, 0x3E, 0x00, 0x11, 0x0E, 0xA0, 0x00, 0x0F, 0x01, 0x00, 0x8D, 0x90, + 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, 0x40, 0x06, 0x00, + 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, 0xC1, + 0x20, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, + 0x50, 0x50, 0x50, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x00, 0x2B, 0x4C, + 0x00, 0x13, 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, 0x02, + 0x81, 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x26, 0x02, 0x2F, 0x20, 0x10, 0x90, 0x00, + 0x06, 0x00, 0xC8, 0x01, 0x03, 0x03, 0x02, 0x06, 0x8F, 0x03, 0x8F, 0x00, 0x40, 0x00, 0x04, 0x10, + 0x80, 0x00, 0x20, 0xCB, 0x00, 0x0B, 0x14, 0xEF, 0x09, 0x00, 0x48, 0x1C, 0x1C, 0x1C, 0x1C, 0x19, + 0x00, 0x22, 0x10, 0x10, 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, 0x78, 0x02, 0x13, + 0x2B, 0x88, 0x02, 0x51, 0x16, 0x16, 0x16, 0x88, 0x33, 0xCC, 0x01, 0xF0, 0x07, 0x06, 0x00, 0x80, + 0x90, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, + 0x11, 0x10, 0x1F, 0x50, 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, + 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, + 0x53, 0x08, 0x0F, 0x10, 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x00, + 0x23, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x16, 0x16, 0x16, 0xC8, 0x5D, 0x5D, 0x0C, 0x88, 0x04, + 0x00, 0x00, 0x0C, 0x00, 0x53, 0xC8, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, 0x4C, 0x04, 0x00, + 0x0F, 0xB0, 0x03, 0xFF, 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, 0xB0, 0x03, 0x2F, + 0x00, 0x00, 0xB0, 0x03, 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0xB0, 0x03, + 0x1F, 0x41, 0xB0, 0x03, 0x48, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, 0xFF, 0xFF, 0xF2, + 0x1F, 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x90, 0x03, 0x37, 0x2F, 0x20, 0x00, 0x02, 0x00, 0x0B, + 0x0F, 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x27, 0x00, 0x21, 0x00, 0x27, 0x00, + 0x20, 0x00, 0x26, 0x00, 0x23, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, 0x18, 0x00, 0x0F, + 0x01, 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, 0x0A, 0x13, 0x07, + 0xB8, 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, 0x08, 0x0C, 0x0E, + 0x1F, 0x01, 0xCC, 0x00, 0x74, 0x11, 0x0C, 0xE8, 0x03, 0xA0, 0x00, 0x80, 0x20, 0x10, 0x0A, 0x00, + 0x28, 0x10, 0x00, 0x80, 0x3D, 0x04, 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x04, 0x00, 0x13, 0x03, + 0x04, 0x00, 0x13, 0x0D, 0xB8, 0x00, 0x13, 0x01, 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x11, 0x37, + 0x4A, 0x00, 0xE2, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, 0x0F, 0x0F, 0x00, + 0x70, 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, 0xD0, 0x00, 0x00, + 0x08, 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, 0x00, + 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, 0x49, 0x00, 0x34, + 0x00, 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x78, 0x06, + 0x33, 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, 0x80, 0x00, 0x1D, + 0x26, 0x00, 0x31, 0x00, 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, 0x00, 0x22, 0xF4, + 0x01, 0xBC, 0x00, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, 0x23, 0x01, 0x0B, + 0x89, 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x13, 0x01, 0xDC, 0x07, 0x00, + 0x01, 0x00, 0x13, 0x2F, 0x08, 0x00, 0xC0, 0x54, 0x00, 0x01, 0x88, 0x2D, 0x00, 0x02, 0x88, 0x00, + 0x00, 0x0D, 0x88, 0x2C, 0x00, 0x00, 0xB4, 0x0B, 0x08, 0x49, 0x00, 0x42, 0xD8, 0x51, 0x1A, 0xA0, + 0x0A, 0x00, 0x11, 0x88, 0x04, 0x00, 0x26, 0x20, 0x12, 0x0C, 0x00, 0x00, 0x04, 0x00, 0x97, 0x35, + 0x08, 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, 0x10, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x9C, + 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableM1y4gb01[0x41C] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x34, 0x2E, 0x32, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x96, 0x80, 0x18, 0x80, 0x01, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, + 0x00, 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, + 0x17, 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, + 0xE0, 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x29, 0x64, 0x00, 0x53, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, + 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x13, 0x1D, + 0x30, 0x00, 0xD3, 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, + 0x14, 0x00, 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x13, 0x24, 0x0C, 0x00, 0x80, 0x1C, + 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0xC4, 0x00, 0x56, 0xF1, 0xF1, 0x03, 0x88, 0x1C, 0x3C, + 0x01, 0xF3, 0x03, 0x80, 0x0C, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, 0x39, 0x00, 0x00, 0x00, + 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, 0x62, 0x08, 0x06, 0x00, + 0x00, 0x10, 0x00, 0x04, 0x00, 0x13, 0x03, 0x78, 0x00, 0x00, 0x08, 0x00, 0x13, 0x38, 0x64, 0x00, + 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, 0x13, 0x0D, 0x34, 0x01, + 0x00, 0x90, 0x00, 0x00, 0xFA, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, 0xF1, 0x03, 0xC8, 0x60, + 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, + 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, 0x06, 0x0B, 0x88, 0x0D, + 0x00, 0x08, 0x00, 0x06, 0x00, 0x0E, 0x00, 0x06, 0x88, 0x01, 0x00, 0x84, 0x00, 0x51, 0x0B, 0x00, + 0x00, 0x00, 0x07, 0x82, 0x00, 0x1F, 0x08, 0x18, 0x00, 0x06, 0x20, 0x0D, 0x00, 0x3A, 0x00, 0x00, + 0x20, 0x00, 0x00, 0x3E, 0x00, 0x11, 0x0E, 0xA0, 0x00, 0x0F, 0x01, 0x00, 0x8D, 0x90, 0x1F, 0x22, + 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, 0x40, 0x06, 0x00, 0x40, 0x06, + 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, 0xC1, 0x20, 0x61, + 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, 0x50, + 0x50, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x80, 0x2B, 0x4C, 0x00, 0x13, + 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, 0x02, 0xFF, 0x00, + 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x00, 0x00, 0x09, 0x00, 0x00, 0x20, 0x10, 0x90, + 0x00, 0x06, 0x00, 0x20, 0x03, 0x03, 0x03, 0x02, 0x06, 0x8F, 0x03, 0x8F, 0x00, 0x40, 0x00, 0x04, + 0x10, 0x80, 0x00, 0x20, 0xCB, 0x00, 0x0B, 0x14, 0xEF, 0x09, 0x00, 0x48, 0x1C, 0x1C, 0x1C, 0x1C, + 0x19, 0x00, 0x22, 0x10, 0x10, 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, 0x78, 0x02, + 0x13, 0x2B, 0x88, 0x02, 0x51, 0x14, 0x14, 0x16, 0x88, 0x33, 0x48, 0x02, 0xF0, 0x07, 0x06, 0x00, + 0x80, 0x90, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, + 0x00, 0x11, 0x10, 0x1F, 0x50, 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, + 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, + 0x00, 0x53, 0x08, 0x0F, 0x10, 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, + 0x06, 0x23, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0xC8, 0x5D, 0x5D, 0x0C, 0x88, + 0x04, 0x00, 0x00, 0x0C, 0x00, 0x53, 0xC8, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, 0x4C, 0x04, + 0x00, 0x0F, 0xB0, 0x03, 0xFF, 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, 0xB0, 0x03, + 0x2F, 0x00, 0x00, 0xB0, 0x03, 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0xB0, + 0x03, 0x1F, 0x41, 0xB0, 0x03, 0x48, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, 0xFF, 0xFF, + 0xF2, 0x1F, 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x90, 0x03, 0x37, 0x2F, 0x20, 0x00, 0x02, 0x00, + 0x0B, 0x0F, 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x27, 0x00, 0x21, 0x00, 0x27, + 0x00, 0x20, 0x00, 0x26, 0x00, 0x23, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, 0x18, 0x00, + 0x0F, 0x01, 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, 0x0A, 0x13, + 0x07, 0xB8, 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, 0x08, 0x0C, + 0x0E, 0x1F, 0x01, 0xCC, 0x00, 0x74, 0x11, 0x0C, 0xE8, 0x03, 0xA0, 0x00, 0x80, 0x20, 0x10, 0x0A, + 0x00, 0x28, 0x10, 0x00, 0x80, 0x3D, 0x04, 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x68, 0x05, 0x13, + 0x02, 0x74, 0x05, 0x13, 0x0D, 0xB8, 0x00, 0x13, 0x01, 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x11, + 0x37, 0x4A, 0x00, 0xE2, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, 0x0F, 0x0F, + 0x00, 0x70, 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, 0xD0, 0x00, + 0x00, 0x08, 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, + 0x00, 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, 0x49, 0x00, + 0x34, 0x00, 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x78, + 0x06, 0x33, 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, 0x80, 0x00, + 0x1D, 0x26, 0x00, 0x31, 0x00, 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, 0x00, 0x22, + 0xF4, 0x01, 0xBC, 0x00, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, 0x23, 0x01, + 0x0B, 0x89, 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x13, 0x01, 0xDC, 0x07, + 0x00, 0x01, 0x00, 0x13, 0x2F, 0x08, 0x00, 0xC0, 0x54, 0x00, 0x01, 0x88, 0x2D, 0x00, 0x02, 0x88, + 0x00, 0x00, 0x0D, 0x88, 0x2C, 0x00, 0x00, 0xB4, 0x0B, 0x08, 0x49, 0x00, 0xA0, 0xD8, 0x51, 0x1A, + 0xA0, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x1F, 0x00, 0x31, 0x88, 0x00, 0x20, 0xB5, 0x05, 0x15, + 0x88, 0x04, 0x00, 0x97, 0x35, 0x08, 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, 0x10, 0xC0, + 0x00, 0x00, 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableS1y4gb01[0x422] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x34, 0x2E, 0x35, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x96, 0x80, 0x18, 0x80, 0x01, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, + 0x00, 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, + 0x17, 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, + 0xE0, 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x29, 0x64, 0x00, 0x53, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, + 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x13, 0x1D, + 0x30, 0x00, 0x00, 0x98, 0x00, 0x93, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x14, + 0x00, 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x00, 0x44, 0x00, 0xF6, 0x06, 0x09, 0x00, + 0x00, 0x00, 0x1B, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x13, 0x00, 0x00, 0x00, 0xF1, 0xF1, + 0x03, 0x88, 0x1D, 0x3C, 0x01, 0xF3, 0x03, 0x80, 0x0B, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, + 0x39, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, + 0x62, 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x04, 0x00, 0x00, 0xF0, 0x01, 0x13, 0x17, 0x08, 0x00, + 0x13, 0x38, 0x64, 0x00, 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, + 0x13, 0x0D, 0x9C, 0x00, 0x00, 0x90, 0x00, 0x00, 0xFA, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, + 0xF1, 0x03, 0xC8, 0x60, 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, + 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xF3, 0x00, + 0x06, 0x06, 0x0B, 0x88, 0x0A, 0x00, 0x0C, 0x00, 0x06, 0x00, 0x0B, 0x00, 0x00, 0x00, 0x07, 0x04, + 0x00, 0x11, 0x05, 0xDE, 0x00, 0x31, 0x05, 0x00, 0x07, 0x02, 0x00, 0x0F, 0x18, 0x00, 0x05, 0x20, + 0x0A, 0x00, 0x3A, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x3E, 0x00, 0x11, 0x0B, 0x24, 0x01, 0x0F, 0x01, + 0x00, 0x8D, 0x90, 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, + 0x40, 0x06, 0x00, 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, + 0x03, 0xE0, 0xC1, 0x20, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, + 0x08, 0x00, 0x00, 0x50, 0x50, 0x50, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, + 0x80, 0x2B, 0x4C, 0x00, 0x13, 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, + 0x02, 0x51, 0x02, 0x81, 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x26, 0x02, 0x2F, 0x20, + 0x10, 0x90, 0x00, 0x06, 0x00, 0x20, 0x03, 0x03, 0x03, 0x02, 0x04, 0x21, 0x00, 0xAF, 0x10, 0x08, + 0x01, 0x03, 0x00, 0x50, 0x00, 0x40, 0x01, 0x20, 0xCB, 0x00, 0x0B, 0x14, 0xEF, 0x09, 0x00, 0x48, + 0x1C, 0x1C, 0x1C, 0x1C, 0x19, 0x00, 0x22, 0x10, 0x10, 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, + 0x03, 0x00, 0x78, 0x02, 0x13, 0x2B, 0x88, 0x02, 0x40, 0x14, 0x14, 0x16, 0x88, 0x98, 0x02, 0x00, + 0xA0, 0x02, 0xF0, 0x05, 0x80, 0x90, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, + 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, 0x50, 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, + 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, + 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, 0x10, 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, + 0x00, 0x43, 0x00, 0x07, 0x06, 0x23, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0xC8, + 0x5D, 0x5D, 0x0C, 0x88, 0x04, 0x00, 0x00, 0x0C, 0x00, 0x53, 0xC8, 0x48, 0x48, 0x0E, 0x8C, 0x04, + 0x00, 0x10, 0x4C, 0x04, 0x00, 0x0F, 0xB0, 0x03, 0xFF, 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, + 0x12, 0x80, 0xB0, 0x03, 0x2F, 0x00, 0x00, 0xB0, 0x03, 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, + 0x00, 0x00, 0x3F, 0xB0, 0x03, 0x1F, 0x41, 0xB0, 0x03, 0x48, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, + 0x40, 0x07, 0xFF, 0xFF, 0xF2, 0x1F, 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x90, 0x03, 0x37, 0x2F, + 0x20, 0x00, 0x02, 0x00, 0x0B, 0x0F, 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x23, + 0x00, 0x29, 0x00, 0x27, 0x00, 0x2D, 0x00, 0x22, 0x00, 0x27, 0x00, 0x23, 0x00, 0x2C, 0x00, 0x48, + 0x03, 0x0C, 0x18, 0x00, 0x0F, 0x01, 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, + 0x00, 0x16, 0x0A, 0x13, 0x07, 0xB8, 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, + 0x14, 0x00, 0x08, 0x0C, 0x0E, 0x1F, 0x01, 0xCC, 0x00, 0x74, 0x00, 0xC4, 0x05, 0xD3, 0x80, 0x00, + 0x00, 0x80, 0x20, 0x10, 0x0A, 0x00, 0x28, 0x10, 0x00, 0x80, 0x06, 0x62, 0x05, 0x00, 0xC3, 0x05, + 0x11, 0x0F, 0x9C, 0x03, 0x02, 0x00, 0x06, 0x00, 0x10, 0x06, 0x13, 0x0D, 0xB8, 0x00, 0x13, 0x01, + 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x11, 0x37, 0x4A, 0x00, 0xE2, 0x06, 0x05, 0x0C, 0x08, 0x0D, + 0x00, 0x19, 0x24, 0x6C, 0x72, 0x0F, 0x0F, 0x00, 0x70, 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, + 0x80, 0x04, 0x00, 0x0E, 0x31, 0xD0, 0x00, 0x00, 0x08, 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, + 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, 0x00, 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, + 0x05, 0x08, 0x00, 0xF1, 0x02, 0x49, 0x00, 0x34, 0x00, 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, + 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x78, 0x06, 0x33, 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, + 0x00, 0x80, 0x00, 0x95, 0x00, 0x80, 0x00, 0x1D, 0x26, 0x00, 0x11, 0x00, 0xF2, 0x02, 0x00, 0x0A, + 0x00, 0x13, 0x14, 0xAC, 0x00, 0x22, 0xF4, 0x01, 0xBC, 0x00, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, + 0x04, 0x01, 0x1F, 0x21, 0x23, 0x01, 0x0B, 0x89, 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, + 0x0C, 0x00, 0x13, 0x01, 0xDC, 0x07, 0x00, 0x01, 0x00, 0x13, 0x2F, 0x08, 0x00, 0xC0, 0x54, 0x00, + 0x01, 0x88, 0x2D, 0x00, 0x02, 0x88, 0x00, 0x00, 0x0D, 0x88, 0x2C, 0x00, 0x00, 0xB4, 0x0B, 0x08, + 0x49, 0x00, 0xA0, 0xD8, 0x51, 0x1A, 0xA0, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x1F, 0x00, 0x31, + 0x88, 0x00, 0x20, 0xB5, 0x05, 0x15, 0x88, 0x04, 0x00, 0x97, 0x35, 0x08, 0x11, 0x00, 0x0C, 0x00, + 0x04, 0x00, 0x01, 0x50, 0x10, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableH1y4gb01[0x41B] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x34, 0x2E, 0x35, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x96, 0x80, 0x18, 0x80, 0x01, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, + 0x00, 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, + 0x17, 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, + 0xE0, 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x29, 0x64, 0x00, 0x53, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, + 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x13, 0x1D, + 0x30, 0x00, 0xD3, 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, + 0x14, 0x00, 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x13, 0x23, 0x0C, 0x00, 0x80, 0x1C, + 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0xC4, 0x00, 0x56, 0xF1, 0xF1, 0x03, 0x88, 0x1C, 0x3C, + 0x01, 0xF3, 0x03, 0x80, 0x0C, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, 0x39, 0x00, 0x00, 0x00, + 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, 0x62, 0x08, 0x06, 0x00, + 0x00, 0x10, 0x00, 0x04, 0x00, 0x13, 0x03, 0x78, 0x00, 0x00, 0x08, 0x00, 0x13, 0x38, 0x64, 0x00, + 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, 0x13, 0x0D, 0x34, 0x01, + 0x00, 0x90, 0x00, 0x00, 0xFA, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, 0xF1, 0x03, 0xC8, 0x60, + 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, + 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, 0x06, 0x0B, 0x88, 0x0D, + 0x00, 0x08, 0x00, 0x06, 0x00, 0x0E, 0x00, 0x06, 0x88, 0x01, 0x00, 0x84, 0x00, 0x51, 0x0B, 0x00, + 0x00, 0x00, 0x07, 0x82, 0x00, 0x1F, 0x08, 0x18, 0x00, 0x06, 0x20, 0x0D, 0x00, 0x3A, 0x00, 0x00, + 0x20, 0x00, 0x00, 0x3E, 0x00, 0x11, 0x0E, 0xA0, 0x00, 0x0F, 0x01, 0x00, 0x8D, 0x90, 0x1F, 0x22, + 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, 0x40, 0x06, 0x00, 0x40, 0x06, + 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, 0xC1, 0x20, 0x61, + 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, 0x50, + 0x50, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x80, 0x2B, 0x4C, 0x00, 0x13, + 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, 0x02, 0xFF, 0x00, + 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x00, 0x00, 0x09, 0x00, 0x00, 0x20, 0x10, 0x90, + 0x00, 0x06, 0x00, 0x20, 0x03, 0x03, 0x03, 0x02, 0x06, 0x8F, 0x03, 0x8F, 0x00, 0x40, 0x00, 0x04, + 0x10, 0x80, 0x00, 0x20, 0xCB, 0x00, 0x0B, 0x14, 0xEF, 0x09, 0x00, 0x48, 0x1C, 0x1C, 0x1C, 0x1C, + 0x19, 0x00, 0x22, 0x10, 0x10, 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, 0x78, 0x02, + 0x13, 0x2B, 0x88, 0x02, 0x51, 0x14, 0x14, 0x16, 0x88, 0x33, 0x48, 0x02, 0xF0, 0x07, 0x06, 0x00, + 0x80, 0x90, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, + 0x00, 0x11, 0x10, 0x1F, 0x50, 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, + 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, + 0x00, 0x53, 0x08, 0x0F, 0x10, 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, + 0x06, 0x23, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0xC8, 0x5D, 0x5D, 0x0C, 0x88, + 0x04, 0x00, 0x00, 0x0C, 0x00, 0x53, 0xC8, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, 0x4C, 0x04, + 0x00, 0x0F, 0xB0, 0x03, 0xFF, 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, 0xB0, 0x03, + 0x1F, 0x00, 0xB0, 0x03, 0x7C, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0xB0, 0x03, + 0x1F, 0x41, 0xB0, 0x03, 0x48, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, 0xFF, 0xFF, 0xF2, + 0x1F, 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x90, 0x03, 0x37, 0x2F, 0x20, 0x00, 0x02, 0x00, 0x0B, + 0x0F, 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x27, 0x00, 0x21, 0x00, 0x27, 0x00, + 0x20, 0x00, 0x26, 0x00, 0x23, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, 0x18, 0x00, 0x0F, + 0x01, 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, 0x0A, 0x13, 0x07, + 0xB8, 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, 0x08, 0x0C, 0x0E, + 0x1F, 0x01, 0xCC, 0x00, 0x74, 0x11, 0x0C, 0xE8, 0x03, 0xA0, 0x00, 0x80, 0x20, 0x10, 0x0A, 0x00, + 0x28, 0x10, 0x00, 0x80, 0x3D, 0x04, 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x68, 0x05, 0x13, 0x02, + 0x74, 0x05, 0x13, 0x0D, 0xB8, 0x00, 0x13, 0x01, 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x11, 0x37, + 0x4A, 0x00, 0xE2, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, 0x0F, 0x0F, 0x00, + 0x70, 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, 0xD0, 0x00, 0x00, + 0x08, 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, 0x00, + 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, 0x49, 0x00, 0x34, + 0x00, 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x78, 0x06, + 0x33, 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, 0x80, 0x00, 0x1D, + 0x26, 0x00, 0x31, 0x00, 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, 0x00, 0x22, 0xF4, + 0x01, 0xBC, 0x00, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, 0x23, 0x01, 0x0B, + 0x89, 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x13, 0x01, 0xDC, 0x07, 0x00, + 0x01, 0x00, 0x13, 0x2F, 0x08, 0x00, 0xC0, 0x54, 0x00, 0x01, 0x88, 0x2D, 0x00, 0x02, 0x88, 0x00, + 0x00, 0x0D, 0x88, 0x2C, 0x00, 0x00, 0xB4, 0x0B, 0x08, 0x49, 0x00, 0xA0, 0xD8, 0x51, 0x1A, 0xA0, + 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x1F, 0x00, 0x31, 0x88, 0x00, 0x20, 0xB5, 0x05, 0x15, 0x88, + 0x04, 0x00, 0x97, 0x35, 0x08, 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, 0x10, 0xC0, 0x00, + 0x00, 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableS4gb03[0x412] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x33, 0x2E, 0x31, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x30, 0x80, 0x18, 0x80, 0x07, 0x00, 0x26, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, 0x00, + 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, 0x08, + 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, 0x18, + 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, 0x17, + 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, 0xE0, + 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x29, 0x64, 0x00, 0x53, 0x0C, + 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, 0x00, + 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x00, 0x04, 0x00, + 0x13, 0x10, 0x98, 0x00, 0x93, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x44, 0x00, + 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x00, 0x44, 0x00, 0xF6, 0x06, 0x09, 0x00, 0x00, + 0x00, 0x1B, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x13, 0x00, 0x00, 0x00, 0xF1, 0xF1, 0x03, + 0x88, 0x1D, 0x3C, 0x01, 0xF3, 0x03, 0x80, 0x0B, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, 0x39, + 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, 0x22, + 0x08, 0x06, 0x70, 0x00, 0x00, 0x74, 0x00, 0x00, 0xF0, 0x01, 0x13, 0x17, 0x08, 0x00, 0x13, 0x38, + 0x64, 0x00, 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, 0x13, 0x0D, + 0x9C, 0x00, 0x22, 0x0C, 0x00, 0x58, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, 0xF1, 0x03, 0xC8, + 0x60, 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, 0x00, 0xC0, 0x00, + 0x80, 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, 0x06, 0x0B, 0x88, + 0x0D, 0x00, 0x08, 0x00, 0x06, 0x00, 0x0E, 0x00, 0x06, 0x88, 0x01, 0x00, 0x84, 0x00, 0x51, 0x0B, + 0x00, 0x00, 0x00, 0x07, 0x82, 0x00, 0x1F, 0x08, 0x18, 0x00, 0x06, 0x20, 0x0D, 0x00, 0x3A, 0x00, + 0x00, 0x20, 0x00, 0x00, 0x3E, 0x00, 0x11, 0x0E, 0xA0, 0x00, 0x0F, 0x01, 0x00, 0x8D, 0x90, 0x1F, + 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, 0x40, 0x06, 0x00, 0x40, + 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, 0xC1, 0x20, + 0x61, 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, + 0x50, 0x50, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x00, 0x2B, 0x4C, 0x00, + 0x13, 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, 0x02, 0x81, + 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x26, 0x02, 0x2F, 0x20, 0x10, 0x90, 0x00, 0x06, + 0x00, 0xC8, 0x01, 0x03, 0x03, 0x02, 0x06, 0x8F, 0x03, 0x8F, 0x00, 0x40, 0x00, 0x04, 0x10, 0x80, + 0x00, 0x20, 0xCB, 0x00, 0x0B, 0x14, 0xEF, 0x09, 0x00, 0x48, 0x1C, 0x1C, 0x1C, 0x1C, 0x19, 0x00, + 0x22, 0x10, 0x10, 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, 0x78, 0x02, 0x13, 0x2B, + 0x88, 0x02, 0x51, 0x16, 0x16, 0x16, 0x88, 0x33, 0xCC, 0x01, 0xF0, 0x07, 0x06, 0x00, 0x80, 0x90, + 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, + 0x10, 0x1F, 0x50, 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, + 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, + 0x08, 0x0F, 0x10, 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x00, 0x23, + 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x16, 0x16, 0x16, 0xC8, 0x5D, 0x5D, 0x0C, 0x88, 0x04, 0x00, + 0x00, 0x0C, 0x00, 0x53, 0xC8, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, 0x4C, 0x04, 0x00, 0x0F, + 0xB0, 0x03, 0xFF, 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, 0xB0, 0x03, 0x2F, 0x00, + 0x00, 0xB0, 0x03, 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0xB0, 0x03, 0x1F, + 0x41, 0xB0, 0x03, 0x48, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, 0xFF, 0xFF, 0xF2, 0x1F, + 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x90, 0x03, 0x37, 0x2F, 0x20, 0x00, 0x02, 0x00, 0x0B, 0x0F, + 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x27, 0x00, 0x21, 0x00, 0x27, 0x00, 0x20, + 0x00, 0x26, 0x00, 0x23, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, 0x18, 0x00, 0x0F, 0x01, + 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, 0x0A, 0x13, 0x07, 0xB8, + 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, 0x08, 0x0C, 0x0E, 0x1F, + 0x01, 0xCC, 0x00, 0x74, 0x11, 0x0C, 0xE8, 0x03, 0xA0, 0x00, 0x80, 0x20, 0x10, 0x0A, 0x00, 0x28, + 0x10, 0x00, 0x80, 0x3D, 0x04, 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x04, 0x00, 0x13, 0x03, 0x04, + 0x00, 0x13, 0x0D, 0xB8, 0x00, 0x13, 0x01, 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x11, 0x37, 0x4A, + 0x00, 0xE2, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, 0x0F, 0x0F, 0x00, 0x70, + 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, 0xD0, 0x00, 0x00, 0x08, + 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, 0x00, 0x41, + 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, 0x49, 0x00, 0x34, 0x00, + 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x78, 0x06, 0x33, + 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, 0x80, 0x00, 0x1D, 0x26, + 0x00, 0x31, 0x00, 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, 0x00, 0x22, 0xF4, 0x01, + 0xBC, 0x00, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, 0x23, 0x01, 0x0B, 0x89, + 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x13, 0x01, 0xDC, 0x07, 0x00, 0x01, + 0x00, 0x13, 0x2F, 0x08, 0x00, 0xC0, 0x54, 0x00, 0x01, 0x88, 0x2D, 0x00, 0x02, 0x88, 0x00, 0x00, + 0x0D, 0x88, 0x2C, 0x00, 0x00, 0xB4, 0x0B, 0x08, 0x49, 0x00, 0x42, 0xD8, 0x51, 0x1A, 0xA0, 0x0A, + 0x00, 0x11, 0x88, 0x04, 0x00, 0x26, 0x20, 0x12, 0x0C, 0x00, 0x00, 0x04, 0x00, 0x9B, 0x35, 0x08, + 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, 0x10, 0x80, 0x9C, 0x04, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableS8gb03[0x426] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x34, 0x2E, 0x32, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x96, 0x80, 0x18, 0x80, 0x01, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, + 0x00, 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, + 0x17, 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, + 0xE0, 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x29, 0x64, 0x00, 0x53, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, + 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x00, 0x04, + 0x00, 0xF3, 0x02, 0x10, 0x00, 0x00, 0x00, 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x06, + 0x00, 0x00, 0x00, 0x0E, 0x44, 0x00, 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x13, 0x24, + 0x0C, 0x00, 0x80, 0x1C, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0xC4, 0x00, 0x56, 0xF1, 0xF1, + 0x03, 0x08, 0x1C, 0x3C, 0x01, 0xF3, 0x03, 0x80, 0x0C, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, + 0x39, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, + 0x22, 0x08, 0x06, 0x70, 0x00, 0x00, 0x74, 0x00, 0x13, 0x03, 0x78, 0x00, 0x00, 0x08, 0x00, 0x13, + 0x38, 0x64, 0x00, 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, 0x13, + 0x0D, 0x34, 0x01, 0x22, 0x0C, 0x00, 0x58, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, 0xF1, 0x03, + 0x48, 0x60, 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, 0x00, 0xC0, + 0x00, 0x80, 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, 0x06, 0x0B, + 0x08, 0x0D, 0x00, 0x08, 0x00, 0x06, 0x00, 0x0E, 0x00, 0x06, 0x88, 0x01, 0x00, 0x84, 0x00, 0x51, + 0x0B, 0x00, 0x00, 0x00, 0x07, 0x82, 0x00, 0x1F, 0x08, 0x18, 0x00, 0x06, 0x20, 0x0D, 0x00, 0x3A, + 0x00, 0x00, 0x20, 0x00, 0x00, 0x3E, 0x00, 0x11, 0x0E, 0xA0, 0x00, 0x0F, 0x01, 0x00, 0x8D, 0x90, + 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, 0x40, 0x06, 0x00, + 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, 0xC1, + 0x20, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, + 0x50, 0x50, 0xA0, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x00, 0x2B, 0x4C, + 0x00, 0x13, 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, 0x02, + 0xFF, 0x00, 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x00, 0x00, 0x09, 0x00, 0x00, 0x20, + 0x10, 0x90, 0x00, 0x06, 0x00, 0xC8, 0x01, 0x03, 0x03, 0x02, 0x0A, 0x21, 0x00, 0x12, 0x10, 0x98, + 0x02, 0x0F, 0xCB, 0x00, 0x08, 0x14, 0xEF, 0x09, 0x00, 0x49, 0x1C, 0x1C, 0x1C, 0x1C, 0x3B, 0x00, + 0x12, 0x10, 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, 0x78, 0x02, 0x13, 0x2B, 0x88, + 0x02, 0x51, 0x14, 0x14, 0x16, 0x08, 0x33, 0x48, 0x02, 0xF0, 0x07, 0x06, 0x00, 0x80, 0x90, 0x00, + 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, + 0x1F, 0x50, 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, + 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, + 0x0F, 0x10, 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x06, 0x23, 0x10, + 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, 0x5D, 0x5D, 0x0C, 0x88, 0x04, 0x00, 0x00, + 0x0C, 0x00, 0x53, 0x48, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, 0x4C, 0x04, 0x00, 0x0F, 0xB0, + 0x03, 0xFF, 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, 0xB0, 0x03, 0x2F, 0x00, 0x00, + 0xB0, 0x03, 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0xB0, 0x03, 0x1D, 0x41, + 0xB0, 0x03, 0x1F, 0x01, 0xB0, 0x03, 0x36, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, 0xFF, + 0xFF, 0xF2, 0x1F, 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x40, 0x07, 0x37, 0x2F, 0x20, 0x00, 0x02, + 0x00, 0x0B, 0x0F, 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x27, 0x00, 0x21, 0x00, + 0x27, 0x00, 0x20, 0x00, 0x26, 0x00, 0x23, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, 0x18, + 0x00, 0x0F, 0x01, 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, 0x0A, + 0x13, 0x07, 0xB8, 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, 0x2F, + 0x01, 0x00, 0x18, 0x0E, 0x27, 0x1F, 0x0B, 0x04, 0x00, 0x11, 0x0F, 0xCC, 0x00, 0x20, 0x00, 0xC4, + 0x05, 0xC0, 0x80, 0x00, 0x00, 0x80, 0x20, 0x10, 0x0A, 0x00, 0x28, 0x10, 0x00, 0x80, 0x3D, 0x04, + 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x04, 0x00, 0x13, 0x03, 0x04, 0x00, 0x13, 0x0D, 0x1C, 0x00, + 0x13, 0x07, 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x00, 0x50, 0x06, 0xF2, 0x01, 0x03, 0x03, 0x06, + 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, 0x0F, 0x0F, 0x00, 0x70, 0x5E, 0x00, 0x5F, + 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, 0xD0, 0x00, 0x00, 0x08, 0x00, 0xF7, 0x06, + 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, 0x00, 0x41, 0x00, 0x80, 0x00, + 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, 0x49, 0x00, 0x34, 0x00, 0x80, 0x00, 0x80, + 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x78, 0x06, 0x33, 0x80, 0x00, 0x19, + 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, 0x80, 0x00, 0x1D, 0x26, 0x00, 0x31, 0x00, + 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, 0x00, 0x22, 0xF4, 0x01, 0x78, 0x01, 0x13, + 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, 0x23, 0x01, 0x0B, 0x89, 0xC0, 0x56, 0x01, + 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x13, 0x01, 0xDC, 0x07, 0x00, 0x01, 0x00, 0x13, 0x2F, + 0x08, 0x00, 0x82, 0x54, 0x00, 0x01, 0x08, 0x2D, 0x00, 0x02, 0x08, 0xB2, 0x05, 0x68, 0x00, 0xC0, + 0x48, 0x48, 0x0E, 0x0C, 0x49, 0x00, 0xC0, 0xD8, 0x51, 0x1A, 0xA0, 0x00, 0x00, 0x50, 0x05, 0x00, + 0x00, 0x88, 0x00, 0x04, 0x00, 0x11, 0x20, 0xB5, 0x05, 0x15, 0x88, 0x04, 0x00, 0x97, 0x35, 0x08, + 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, 0x10, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x9C, 0x04, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableS1y4gbY01[0x41C] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x34, 0x2E, 0x32, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x96, 0x80, 0x18, 0x80, 0x01, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, + 0x00, 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, + 0x17, 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, + 0xE0, 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x29, 0x64, 0x00, 0x53, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, + 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x13, 0x1D, + 0x30, 0x00, 0x00, 0x98, 0x00, 0x93, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, 0x14, + 0x00, 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x00, 0x44, 0x00, 0xF6, 0x06, 0x09, 0x00, + 0x00, 0x00, 0x1B, 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0x13, 0x00, 0x00, 0x00, 0xF1, 0xF1, + 0x03, 0x88, 0x1D, 0x3C, 0x01, 0xF3, 0x03, 0x80, 0x0B, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, + 0x39, 0x00, 0x00, 0x00, 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, + 0x62, 0x08, 0x06, 0x00, 0x00, 0x10, 0x00, 0x04, 0x00, 0x00, 0xF0, 0x01, 0x13, 0x17, 0x08, 0x00, + 0x13, 0x38, 0x64, 0x00, 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, + 0x13, 0x0D, 0x9C, 0x00, 0x00, 0x90, 0x00, 0x00, 0xFA, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, + 0xF1, 0x03, 0xC8, 0x60, 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, + 0x00, 0xC0, 0x00, 0x80, 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, + 0x06, 0x0B, 0x88, 0x0E, 0x00, 0x09, 0x00, 0x07, 0x00, 0x0E, 0x00, 0x03, 0xF4, 0x00, 0x00, 0x08, + 0x00, 0x51, 0x0B, 0x00, 0x00, 0x00, 0x07, 0x0A, 0x00, 0x1F, 0x08, 0x18, 0x00, 0x06, 0x20, 0x0E, + 0x00, 0x3A, 0x00, 0x00, 0x3C, 0x00, 0x11, 0x07, 0x0C, 0x00, 0x2F, 0x0E, 0x00, 0x01, 0x00, 0x8F, + 0x90, 0x1F, 0x22, 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, 0x40, 0x06, + 0x00, 0x40, 0x06, 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, + 0xC1, 0x20, 0x61, 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, + 0x00, 0x50, 0x50, 0x50, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x80, 0x2B, + 0x4C, 0x00, 0x13, 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, + 0x02, 0x81, 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x26, 0x02, 0x2F, 0x20, 0x10, 0x90, + 0x00, 0x06, 0x00, 0x20, 0x03, 0x03, 0x03, 0x02, 0x06, 0x8F, 0x03, 0x8F, 0x00, 0x40, 0x00, 0x04, + 0x10, 0x80, 0x00, 0x20, 0xCB, 0x00, 0x0B, 0x14, 0xEF, 0x09, 0x00, 0x48, 0x1C, 0x1C, 0x1C, 0x1C, + 0x19, 0x00, 0x22, 0x10, 0x10, 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, 0x78, 0x02, + 0x13, 0x2B, 0x88, 0x02, 0x51, 0x14, 0x14, 0x16, 0x88, 0x33, 0xCC, 0x01, 0xF0, 0x07, 0x06, 0x00, + 0x80, 0x90, 0x00, 0x00, 0x04, 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, + 0x00, 0x11, 0x10, 0x1F, 0x50, 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, + 0x6A, 0x5B, 0x12, 0x01, 0x00, 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, + 0x00, 0x53, 0x08, 0x0F, 0x10, 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, + 0x06, 0x23, 0x10, 0x00, 0x5A, 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0xC8, 0x5D, 0x5D, 0x0C, 0x88, + 0x04, 0x00, 0x00, 0x0C, 0x00, 0x53, 0xC8, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, 0x4C, 0x04, + 0x00, 0x0F, 0xB0, 0x03, 0xFF, 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, 0xB0, 0x03, + 0x2F, 0x00, 0x00, 0xB0, 0x03, 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0xB0, + 0x03, 0x1F, 0x41, 0xB0, 0x03, 0x48, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, 0xFF, 0xFF, + 0xF2, 0x1F, 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x90, 0x03, 0x37, 0x2F, 0x20, 0x00, 0x02, 0x00, + 0x0B, 0x0F, 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x27, 0x00, 0x21, 0x00, 0x28, + 0x00, 0x21, 0x00, 0x26, 0x00, 0x23, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, 0x18, 0x00, + 0x0F, 0x01, 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, 0x0A, 0x13, + 0x07, 0xB8, 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, 0x08, 0x0C, + 0x0E, 0x1F, 0x01, 0xCC, 0x00, 0x74, 0x11, 0x0C, 0xE8, 0x03, 0xA0, 0x00, 0x80, 0x20, 0x10, 0x0A, + 0x00, 0x28, 0x10, 0x00, 0x80, 0x3D, 0x04, 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x68, 0x05, 0x13, + 0x02, 0x74, 0x05, 0x13, 0x0D, 0xB8, 0x00, 0x13, 0x01, 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x11, + 0x37, 0x4A, 0x00, 0xE2, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, 0x0F, 0x0F, + 0x00, 0x70, 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, 0xD0, 0x00, + 0x00, 0x08, 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, 0x00, 0x80, + 0x00, 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, 0x49, 0x00, + 0x34, 0x00, 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, 0x80, 0x78, + 0x06, 0x33, 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, 0x80, 0x00, + 0x1D, 0x26, 0x00, 0x31, 0x00, 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, 0x00, 0x22, + 0xF4, 0x01, 0xBC, 0x00, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, 0x23, 0x01, + 0x0B, 0x89, 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x13, 0x01, 0xDC, 0x07, + 0x00, 0x01, 0x00, 0x13, 0x2F, 0x08, 0x00, 0xC0, 0x54, 0x00, 0x01, 0x88, 0x2D, 0x00, 0x02, 0x88, + 0x00, 0x00, 0x0D, 0x88, 0x2C, 0x00, 0x00, 0xB4, 0x0B, 0x08, 0x49, 0x00, 0xA0, 0xD8, 0x51, 0x1A, + 0xA0, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x1F, 0x00, 0x31, 0x88, 0x00, 0x20, 0xB5, 0x05, 0x15, + 0x88, 0x04, 0x00, 0x97, 0x35, 0x08, 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, 0x10, 0xC0, + 0x00, 0x00, 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; +constexpr inline const u8 T210b01SdevEmcDvfsTableS1y8gbX03[0x41D] = { + 0xA0, 0x03, 0x00, 0x00, 0x00, 0x30, 0x31, 0x5F, 0x31, 0x36, 0x30, 0x01, 0x00, 0xFF, 0x0B, 0x5F, + 0x4E, 0x6F, 0x43, 0x66, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x5F, 0x56, 0x30, 0x2E, + 0x34, 0x2E, 0x32, 0x5F, 0x56, 0x32, 0x2E, 0x30, 0x00, 0x01, 0x00, 0x06, 0x61, 0x6A, 0x18, 0x00, + 0x4C, 0x04, 0x00, 0x04, 0x00, 0x7F, 0x70, 0x6C, 0x6C, 0x6D, 0x5F, 0x75, 0x64, 0x2C, 0x00, 0x07, + 0x96, 0x80, 0x18, 0x80, 0x01, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x13, 0x00, 0x2F, 0x01, 0x00, 0x01, + 0x00, 0x2F, 0x53, 0xFF, 0x3B, 0x00, 0x00, 0x40, 0x4C, 0x00, 0xFF, 0x12, 0xE4, 0x00, 0x00, 0x00, + 0x08, 0x00, 0x00, 0x00, 0x8A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x00, + 0x18, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x05, 0x50, 0x00, 0x10, + 0x17, 0x0A, 0x04, 0x00, 0x00, 0x54, 0x00, 0x97, 0x60, 0x00, 0x00, 0x00, 0xC0, 0x01, 0x00, 0x00, + 0xE0, 0x24, 0x00, 0x93, 0x44, 0x00, 0x00, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x29, 0x64, 0x00, 0x53, + 0x0C, 0x00, 0x00, 0x00, 0x2D, 0x1C, 0x00, 0x00, 0x6C, 0x00, 0xD3, 0x3A, 0x00, 0x00, 0x00, 0x23, + 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x41, 0x18, 0x00, 0x13, 0x20, 0x34, 0x00, 0x13, 0x1D, + 0x30, 0x00, 0xD3, 0x17, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0E, + 0x14, 0x00, 0x13, 0x0A, 0x0C, 0x00, 0x13, 0x08, 0x08, 0x00, 0x13, 0x24, 0x0C, 0x00, 0x80, 0x1C, + 0x00, 0x00, 0x10, 0x02, 0x00, 0x00, 0x10, 0xC4, 0x00, 0x56, 0xF1, 0xF1, 0x03, 0x08, 0x1C, 0x3C, + 0x01, 0xF3, 0x03, 0x80, 0x0C, 0x00, 0x06, 0x00, 0x33, 0x00, 0x00, 0x00, 0x39, 0x00, 0x00, 0x00, + 0x3B, 0x00, 0x00, 0x00, 0x37, 0x0C, 0x00, 0x22, 0x20, 0x18, 0x21, 0x00, 0x62, 0x08, 0x06, 0x00, + 0x00, 0x10, 0x00, 0x04, 0x00, 0x13, 0x03, 0x78, 0x00, 0x00, 0x08, 0x00, 0x13, 0x38, 0x64, 0x00, + 0x00, 0x8F, 0x01, 0x62, 0x2E, 0x00, 0x00, 0x00, 0xCC, 0x01, 0x04, 0x00, 0x13, 0x0D, 0x34, 0x01, + 0x00, 0x90, 0x00, 0x00, 0xFA, 0x01, 0x17, 0x22, 0x40, 0x01, 0x53, 0xF1, 0xF1, 0x03, 0x48, 0x60, + 0x58, 0x00, 0x40, 0x0D, 0xA0, 0x60, 0x91, 0x7C, 0x01, 0x92, 0xBB, 0x01, 0x00, 0xC0, 0x00, 0x80, + 0x00, 0x00, 0x78, 0x8E, 0x01, 0x1F, 0x0F, 0x54, 0x01, 0x01, 0xD3, 0x06, 0x06, 0x0B, 0x08, 0x0D, + 0x00, 0x08, 0x00, 0x06, 0x00, 0x0E, 0x00, 0x06, 0x88, 0x01, 0x00, 0x84, 0x00, 0x51, 0x0B, 0x00, + 0x00, 0x00, 0x07, 0x82, 0x00, 0x1F, 0x08, 0x18, 0x00, 0x06, 0x20, 0x0D, 0x00, 0x3A, 0x00, 0x00, + 0x20, 0x00, 0x00, 0x3E, 0x00, 0x11, 0x0E, 0xA0, 0x00, 0x0F, 0x01, 0x00, 0x8D, 0x90, 0x1F, 0x22, + 0x20, 0x80, 0x0F, 0xF4, 0x20, 0x02, 0x12, 0x0D, 0x00, 0xF0, 0x17, 0x40, 0x06, 0x00, 0x40, 0x06, + 0x31, 0x00, 0x2F, 0x00, 0x40, 0x06, 0x17, 0x00, 0x90, 0x01, 0x09, 0x03, 0xE0, 0xC1, 0x20, 0x61, + 0x13, 0x1F, 0x14, 0x00, 0x01, 0x00, 0xB0, 0x04, 0x00, 0x00, 0x0D, 0x08, 0x00, 0x00, 0x50, 0x50, + 0x50, 0xB2, 0x01, 0x10, 0xF3, 0x40, 0x01, 0x57, 0x8C, 0x30, 0x00, 0x00, 0x2B, 0x4C, 0x00, 0x13, + 0x12, 0x04, 0x00, 0x04, 0x4A, 0x01, 0x00, 0x05, 0x00, 0x22, 0x11, 0x02, 0x51, 0x02, 0xFF, 0x00, + 0x84, 0x10, 0x02, 0x40, 0x85, 0x14, 0x02, 0x40, 0x00, 0x00, 0x09, 0x00, 0x00, 0x20, 0x10, 0x90, + 0x00, 0x06, 0x00, 0x20, 0x03, 0x03, 0x03, 0x02, 0x0A, 0x21, 0x00, 0x12, 0x10, 0x98, 0x02, 0x0F, + 0xCB, 0x00, 0x08, 0x14, 0xEF, 0x09, 0x00, 0x49, 0x1C, 0x1C, 0x1C, 0x1C, 0x3B, 0x00, 0x12, 0x10, + 0x04, 0x00, 0x35, 0x90, 0x61, 0x18, 0xC7, 0x03, 0x00, 0x78, 0x02, 0x13, 0x2B, 0x88, 0x02, 0x51, + 0x14, 0x14, 0x16, 0x08, 0x33, 0x48, 0x02, 0xF0, 0x07, 0x06, 0x00, 0x80, 0x90, 0x00, 0x00, 0x04, + 0x04, 0x07, 0x07, 0x20, 0x03, 0x04, 0x00, 0x1F, 0x80, 0x13, 0x05, 0x00, 0x11, 0x10, 0x1F, 0x50, + 0x02, 0xF0, 0x0F, 0x40, 0x72, 0x10, 0x00, 0x00, 0x40, 0x12, 0x01, 0x6A, 0x5B, 0x12, 0x01, 0x00, + 0x10, 0x08, 0x0F, 0x00, 0x58, 0x10, 0x00, 0x00, 0xFC, 0x10, 0x11, 0x00, 0x53, 0x08, 0x0F, 0x10, + 0x42, 0x0C, 0x00, 0xF3, 0x07, 0x14, 0x11, 0x00, 0x43, 0x00, 0x07, 0x06, 0x23, 0x10, 0x00, 0x5A, + 0x3C, 0x55, 0x55, 0x14, 0x14, 0x16, 0x48, 0x5D, 0x5D, 0x0C, 0x88, 0x04, 0x00, 0x00, 0x0C, 0x00, + 0x53, 0x48, 0x48, 0x48, 0x0E, 0x8C, 0x04, 0x00, 0x10, 0x4C, 0x04, 0x00, 0x0F, 0xB0, 0x03, 0xFF, + 0x09, 0x1F, 0x99, 0xB0, 0x03, 0xFF, 0x5F, 0x12, 0x80, 0xB0, 0x03, 0x2F, 0x00, 0x00, 0xB0, 0x03, + 0x7B, 0x00, 0x8C, 0x02, 0x53, 0x1F, 0x00, 0x00, 0x00, 0x3F, 0xB0, 0x03, 0x1D, 0x41, 0xB0, 0x03, + 0x1F, 0x01, 0xB0, 0x03, 0x36, 0x0F, 0x90, 0x03, 0x0D, 0x1F, 0x22, 0x40, 0x07, 0xFF, 0xFF, 0xF2, + 0x1F, 0x01, 0x40, 0x07, 0x0D, 0x1F, 0xB0, 0x40, 0x07, 0x37, 0x2F, 0x20, 0x00, 0x02, 0x00, 0x0B, + 0x0F, 0x01, 0x00, 0xAD, 0x1B, 0x29, 0x01, 0x00, 0xF4, 0x01, 0x27, 0x00, 0x21, 0x00, 0x27, 0x00, + 0x20, 0x00, 0x26, 0x00, 0x23, 0x00, 0x2A, 0x00, 0x22, 0x00, 0x48, 0x03, 0x0C, 0x18, 0x00, 0x0F, + 0x01, 0x00, 0xFF, 0x36, 0x00, 0x6C, 0x03, 0x40, 0x04, 0x01, 0x00, 0x00, 0x16, 0x0A, 0x13, 0x07, + 0xB8, 0x05, 0x0D, 0x50, 0x03, 0x5A, 0x42, 0x0F, 0x00, 0x60, 0x09, 0x14, 0x00, 0x08, 0x0C, 0x0E, + 0x1F, 0x01, 0xCC, 0x00, 0x74, 0x00, 0xC4, 0x05, 0xC0, 0x80, 0x00, 0x00, 0x80, 0x20, 0x10, 0x0A, + 0x00, 0x28, 0x10, 0x00, 0x80, 0x3D, 0x04, 0x13, 0x07, 0xE0, 0x05, 0x13, 0x0F, 0x68, 0x05, 0x13, + 0x02, 0x74, 0x05, 0x13, 0x0D, 0x1C, 0x00, 0x13, 0x07, 0x38, 0x00, 0x13, 0x08, 0x90, 0x06, 0x00, + 0x50, 0x06, 0xF2, 0x01, 0x03, 0x03, 0x06, 0x05, 0x0C, 0x08, 0x0D, 0x00, 0x19, 0x24, 0x6C, 0x72, + 0x0F, 0x0F, 0x00, 0x70, 0x5E, 0x00, 0x5F, 0x1F, 0x00, 0x1A, 0x00, 0x80, 0x04, 0x00, 0x0E, 0x31, + 0xD0, 0x00, 0x00, 0x08, 0x00, 0xF7, 0x06, 0x03, 0x12, 0x00, 0x00, 0x3D, 0x00, 0x80, 0x00, 0x38, + 0x00, 0x80, 0x00, 0x41, 0x00, 0x80, 0x00, 0x90, 0x00, 0x80, 0x00, 0x05, 0x08, 0x00, 0xF1, 0x02, + 0x49, 0x00, 0x34, 0x00, 0x80, 0x00, 0x80, 0x00, 0x04, 0x00, 0x80, 0x00, 0x16, 0x00, 0x08, 0x00, + 0x80, 0x78, 0x06, 0x33, 0x80, 0x00, 0x19, 0x04, 0x00, 0x91, 0x18, 0x00, 0x80, 0x00, 0x95, 0x00, + 0x80, 0x00, 0x1D, 0x26, 0x00, 0x31, 0x00, 0x00, 0x2C, 0xDC, 0x00, 0x33, 0x80, 0x00, 0x14, 0xAC, + 0x00, 0x22, 0xF4, 0x01, 0x78, 0x01, 0x13, 0x09, 0x10, 0x00, 0x13, 0x08, 0x04, 0x01, 0x1F, 0x21, + 0x23, 0x01, 0x0B, 0x89, 0xC0, 0x56, 0x01, 0x55, 0x05, 0x55, 0x05, 0x02, 0x0C, 0x00, 0x13, 0x01, + 0xDC, 0x07, 0x00, 0x01, 0x00, 0x13, 0x2F, 0x08, 0x00, 0x82, 0x54, 0x00, 0x01, 0x08, 0x2D, 0x00, + 0x02, 0x08, 0xB2, 0x05, 0x68, 0x00, 0xC0, 0x48, 0x48, 0x0E, 0x0C, 0x49, 0x00, 0xC0, 0xD8, 0x51, + 0x1A, 0xA0, 0x00, 0x00, 0x50, 0x05, 0x00, 0x00, 0x88, 0x00, 0x04, 0x00, 0x11, 0x20, 0xB5, 0x05, + 0x15, 0x88, 0x04, 0x00, 0x97, 0x35, 0x08, 0x11, 0x00, 0x0C, 0x00, 0x04, 0x00, 0x01, 0x50, 0x10, + 0xC0, 0x00, 0x00, 0x00, 0x00, 0x9C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +}; diff --git a/fusee_cpp/program/splash_screen/splash_screen.bin b/fusee_cpp/program/splash_screen/splash_screen.bin new file mode 100644 index 000000000..01a995e5f Binary files /dev/null and b/fusee_cpp/program/splash_screen/splash_screen.bin differ diff --git a/fusee_cpp/program/splash_screen/splash_screen.bmp b/fusee_cpp/program/splash_screen/splash_screen.bmp new file mode 100644 index 000000000..3fe43bd90 Binary files /dev/null and b/fusee_cpp/program/splash_screen/splash_screen.bmp differ diff --git a/fusee_cpp/program/split_bin.py b/fusee_cpp/program/split_bin.py new file mode 100644 index 000000000..e328cd548 --- /dev/null +++ b/fusee_cpp/program/split_bin.py @@ -0,0 +1,61 @@ +#!/usr/bin/env python +import sys, lz4 +from struct import unpack as up + +def lz4_compress(data): + try: + import lz4.block as block + except ImportError: + block = lz4.LZ4_compress + return block.compress(data, 'high_compression', store_size=False) + +def read_file(fn): + with open(fn, 'rb') as f: + return f.read() + +def pad(data, size): + return (data + '\x00' * size)[:size] + +def get_overlay(program, i): + return program[0x2B000 + 0x14000 * i:0x2B000 + 0x14000 * (i+1)] + +def main(argc, argv): + if argc == 2: + target = argv[1] + if len(target) == 0: + target = '' + elif argc == 1: + target = '' + else: + print('Usage: %s target' % argv[0]) + return 1 + with open('../../program%s.bin' % target, 'rb') as f: + data = f.read() + with open('../../program%s.lz4' % target, 'wb') as f: + f.write(lz4_compress(data[:0x2B000] + get_overlay(data, 0)[:0x11000])) + with open('../../fusee-boogaloo%s.bin' % target, 'wb') as f: + # TODO: Write header + f.write('\xCC'*0x800) + # TODO: Write warmboot + f.write('\xCC'*0x1800) + # Write TSEC Keygen + f.write(pad(read_file('../../tsec_keygen/tsec_keygen.bin'), 0x2000)) + # TODO: Write Mariko Fatal + f.write('\xCC'*0x1C000) + # Write Erista MTC + f.write(get_overlay(data, 1)) + # Write Mariko MTC + f.write(get_overlay(data, 2)) + # TODO: Write exosphere + f.write('\xCC'*0x10000) + # TODO: Write mesosphere + f.write('\xCC'*0xA8000) + # TODO: Write kips + f.write('\xCC'*0x300000) + # Write Splash Screen + f.write(pad(read_file('../../splash_screen/splash_screen.bin'), 0x3C0000)) + + return 0 + +if __name__ == '__main__': + sys.exit(main(len(sys.argv), sys.argv)) diff --git a/fusee_cpp/program/tsec_keygen/tsec_keygen.bin b/fusee_cpp/program/tsec_keygen/tsec_keygen.bin new file mode 100644 index 000000000..b27cdaf40 Binary files /dev/null and b/fusee_cpp/program/tsec_keygen/tsec_keygen.bin differ diff --git a/fusee_cpp/program/update_mtc_tables.py b/fusee_cpp/program/update_mtc_tables.py new file mode 100644 index 000000000..5889e24a0 --- /dev/null +++ b/fusee_cpp/program/update_mtc_tables.py @@ -0,0 +1,90 @@ +#!/usr/bin/env python +import sys, lz4, os +from struct import unpack as up + +def lz4_compress(data): + try: + import lz4.block as block + except ImportError: + block = lz4.LZ4_compress + return block.compress(data, 'high_compression', store_size=False) + +def read_file(fn): + with open(fn, 'rb') as f: + return f.read() + +def write_file(fn, data): + with open(fn, 'wb') as f: + f.write(data) + +def get_param_size(soc): + return { + 'erista' : 0x1340, + 'mariko' : 0x10CC, + }[soc] + +def main(argc, argv): + if argc != 1: + print('Usage: %s' % argv[0]) + return 1 + params = { + 'erista' : {}, + 'mariko' : {}, + } + compressed_params = { + 'erista' : {}, + 'mariko' : {}, + } + for board in os.listdir('mtc_tables/bin'): + if board.startswith('T210b01Sdev'): + soc = 'mariko' + count = 3 + else: + assert board.startswith('T210Sdev') + soc = 'erista' + count = 10 + assert os.listdir('mtc_tables/bin/%s' % board) == ['%d.bin' % i for i in xrange(count)] + params[soc][board] = [] + compressed_params[soc][board] = [] + for i in xrange(count): + uncompressed = read_file(os.path.join('mtc_tables/bin/%s' % board, '%d.bin' % i)) + assert len(uncompressed) == get_param_size(soc) + compressed = lz4_compress(uncompressed) + params[soc][board].append(uncompressed) + compressed_params[soc][board].append(compressed) + try: + os.makedirs('mtc_tables/lz/%s' % board) + except: + pass + write_file(os.path.join('mtc_tables/lz/%s' % board, '%d.lz4' % i), compressed) + for soc in ('erista', 'mariko'): + with open('source/mtc/fusee_mtc_tables_%s.inc' % soc, 'w') as f: + f.write('%s\n' % "/*") + f.write('%s\n' % " * Copyright (c) 2018-2020 Atmosph\xc3re-NX") + f.write('%s\n' % " *") + f.write('%s\n' % " * This program is free software; you can redistribute it and/or modify it") + f.write('%s\n' % " * under the terms and conditions of the GNU General Public License,") + f.write('%s\n' % " * version 2, as published by the Free Software Foundation.") + f.write('%s\n' % " *") + f.write('%s\n' % " * This program is distributed in the hope it will be useful, but WITHOUT") + f.write('%s\n' % " * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or") + f.write('%s\n' % " * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for") + f.write('%s\n' % " * more details.") + f.write('%s\n' % " *") + f.write('%s\n' % " * You should have received a copy of the GNU General Public License") + f.write('%s\n' % " * along with this program. If not, see .") + f.write('%s\n' % " */") + f.write('\n') + for board in compressed_params[soc].keys(): + data = compressed_params[soc][board][-1] if soc == 'mariko' else params[soc][board][-1] + assert up('