"bl1/git@web.lueluesay.top:root/arm-trusted-firmware.git" did not exist on "80d4d7483fcfdefa0f62e66f9cc7fc18b59c24bb"
emmc/sd: for C99 compliance, changed the unsigned char/short bitfield to unsigned int bitfields
Qixiang.Xu authored
C99 restricts bitfields type is signed and unsigned integer or _Bool.
See section 6.7.2.1 Structure and union specifiers.
"A bit-field shall have a type that is a qualified or unqualified version
 of _Bool, signed int, unsigned int, or some other implementation-defined type."

Since the compiler packs bitfields anyways, actual data layout in the structure is unaffected.
Signed-off-by: default avatarAlex Nemirovsky <alex.nemirovsky@cortina-access.com>
80d4d748
Name Last commit Last update
bl1 AArch32: Fix detection of virtualization support
bl2 AArch32: Add generic changes in BL2
bl2u Introduce SEPARATE_CODE_AND_RODATA build flag
bl31 Cosmetic change to exception table
bl32 PSCI: Do psci_setup() as part of std_svc_setup()
common AArch32: Common changes needed for BL1/BL2
docs Merge pull request #762 from douglas-raillard-arm/dr/doc_build_info
drivers Merge pull request #677 from hzhuang1/gpt
fdts Merge pull request #727 from soby-mathew/sm/PSCI_lib_doc
include emmc/sd: for C99 compliance, changed the unsigned char/short bitfield to unsigned int bitfields
lib Fix normal memory bakery lock implementation
make_helpers build: Reorder build variables alphabetically
plat rk3399: Add CFI debug information to SRAM functions
services Check Trusty is present during the SPD's initialization
tools Merge pull request #744 from masahir0y/fiptool
.checkpatch.conf Mandate 'Signed-off-by' line in commit messages
.gitignore .gitignore: ignore editor backup files
Makefile build: Reorder build variables alphabetically
acknowledgements.md Add Xilinx to acknowledgements file
contributing.md Drop requirement for CLA in contribution.md
dco.txt Drop requirement for CLA in contribution.md
license.md Update year in copyright text to 2014
readme.md readme.md: Add tested Linaro release information for FVPs