DEFAULT_MAPPING_TAG is not hashable
Cosmetic change to exception table
Document plat_psci_ops.(system_off|system_reset)
Docs: Clarify IRQ/FIQ handler API in Interrupt Design Guide
readme.md: Add tested Linaro release information for FVPs
firmware-design.md: Fix broken link
Add CFI debug frame information for ASM functions
Clarify dependency for PSCI_EXTENDED_STATE_ID
Fix integer comparison in memcpy16
Fix TSP_STD_FID macro
Abort preempted TSP STD SMC after PSCI CPU suspend
Add -fno-builtin to CFLAGS
Introduce unified API to zero memory
Replace some memset call by zeromem
build: Use separate CFLAGS for tools
Fix TSPD implementation of STD SMC ABORT
Clarify errata ERRATA_A53_836870 documentation
Replace ASM signed tests with unsigned
Tegra: replace ASM signed tests with unsigned
Enable all A53 and A57 errata workarounds for Juno
Fix ARM_BL31_IN_DRAM build
Fix Tegra CFLAGS usage
Document CFLAGS make option
Introduce TF_LDFLAGS
Apply workarounds for A53 Cat A Errata 835769 and 843419
Fix broken link in documentation
Convert documentation to reStructuredText
Manual fixes to reST documentations
Fix various small issues in the documentation
Remove Markdown documentation
Add doc for some Cortex A53 errata workarounds
Fix BL2U entrypoint possible parameter corruption
porting-guide.rst: Fix some sections' level
Add CFI debug info to vector entries
xlat: Use MAP_REGION macro as compatibility layer
xlat: fix mm copy when adding a region
Uniphier: fix xlat tables lib inclusion
Another real use case I forgot to mention is having multiple dependencies using customized YAML configuration. If the representer and constructor are global to the whole process, these packages are mutually incompatible, which is a big issue. The only workaround I can think of is to use low-level import functions so that ruamel.yaml is imported twice, but that's a terrible hack that cannot be applied without changing the libs themselves. It would be much much better to avoid mutable singletons in...
Custom representers shared accross YAML instances
Turns out it can be compressed pretty efficiently down to 30M so I uploaded it to github. I replaced the potentially sensitive parts so I can share it.: https://github.com/douglas-raillard-arm/lisa/raw/_ruamel_yaml_bug_report/yaml_bug_report.yaml.xz The YAML parser is created at: https://github.com/ARM-software/lisa/blob/master/tools/bisector/bisector/bisector.py#L3680 and setup by: https://github.com/ARM-software/lisa/blob/master/tools/bisector/bisector/bisector.py#L3697 Be aware that it contains...
Ah, I missed the clib split, thanks for the pointer. I am not sure why you would want to look at a outdated git-clone and not use mercurial to check out the source. It just happened to be the only thing I could find on google which contained the file I was interested in, google does not always do a good job at referencing all code projects for some reasons. Cheers, Douglas
Deserialization issue in _ruamle_yaml.Mark.__init__
Missing _ruamel_yaml module source