summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-15armv8: secure firmware: fix incorrect unit address in node nameAndre Przywara
2018-01-15tools: fix incorrect usage of DT node unit addressAndre Przywara
2018-01-15sunxi: arm64: correct usage of DT node address in FIT generationAndre Przywara
2018-01-15fix incorrect usage of DT node unit address in commentsAndre Przywara
2018-01-15doc: fix incorrect usage of DT node unit addressAndre Przywara
2018-01-15doc: FIT image: fix incorrect examples of DT node unit addressAndre Przywara
2018-01-15doc: FIT image: fix incorrect description of DT node unit addressAndre Przywara
2018-01-15binman: Run code coverage testsSimon Glass
2018-01-15travis.yml: Run tests for toolsSimon Glass
2018-01-15test: Run dtoc testsSimon Glass
2018-01-15test: Run buildman testsSimon Glass
2018-01-15test: Run patman testsSimon Glass
2018-01-15test: Run binman testsSimon Glass
2018-01-15Merge git://git.denx.de/u-boot-imxTom Rini
2018-01-15db410c: on aarch64 the fdtfile is in per-vendor subdirectoryRob Clark
2018-01-15db410c: add reserved-memory node to dtsRob Clark
2018-01-15db410c: use the device tree parsed by the lk loader.Jorge Ramirez-Ortiz
2018-01-15fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATERob Clark
2018-01-15db410c: replace reset driver with psciJorge Ramirez-Ortiz
2018-01-15db410c: update wlan and bt mac addresses from firmwareJorge Ramirez-Ortiz
2018-01-15db410c: configs: increase gunzip buffer size for the kernelJorge Ramirez-Ortiz
2018-01-15db820c: stop autoboot when vol- pressedJorge Ramirez-Ortiz
2018-01-15db820c: enable pmic gpios for pm8994Jorge Ramirez-Ortiz
2018-01-15db820c: add qualcomm dragonboard 820C supportJorge Ramirez-Ortiz
2018-01-15arm: mach-snapdragon: refactor clock driverJorge Ramirez-Ortiz
2018-01-15env: enable accessing the environment in an EXT4 partitionJorge Ramirez-Ortiz
2018-01-15dm: core: parse chosen nodeRob Clark
2018-01-15poplar: configs: increase gunzip buffer size for the kernelJorge Ramirez-Ortiz
2018-01-15spmi: msm: display the PMIC Arb version (debug)Jorge Ramirez-Ortiz
2018-01-14Merge git://git.denx.de/u-boot-mmcTom Rini
2018-01-14arm: imx: hab: Add hab_failsafe console commandBryan O'Donoghue
2018-01-14arm: imx: hab: Implement hab_rvt_failsafeBryan O'Donoghue
2018-01-14arm: imx: hab: Define rvt_failsafe()Bryan O'Donoghue
2018-01-14arm: imx: hab: Make imx_hab_is_enabled globalBryan O'Donoghue
2018-01-14arm: imx: hab: Make authenticate_image() return zero on open boardsBryan O'Donoghue
2018-01-14arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabledBryan O'Donoghue
2018-01-14arm: imx: hab: Prefix authenticate_image with imx_habBryan O'Donoghue
2018-01-14arm: imx: hab: Make internal functions and data staticBryan O'Donoghue
2018-01-14arm: imx: hab: Print HAB event log only after calling ROMBryan O'Donoghue
2018-01-14arm: imx: hab: Add a hab_rvt_check_target to image authBryan O'Donoghue
2018-01-14arm: imx: hab: Implement hab_rvt_check_targetBryan O'Donoghue
2018-01-14arm: imx: hab: Define rvt_check_target()Bryan O'Donoghue
2018-01-14arm: imx: hab: Print additional IVT elements during debugBryan O'Donoghue
2018-01-14arm: imx: hab: Print CSF based on IVT descriptorBryan O'Donoghue
2018-01-14arm: imx: hab: Only call ROM once headers are verifiedBryan O'Donoghue
2018-01-14arm: imx: hab: Verify IVT self matches calculated addressBryan O'Donoghue
2018-01-14arm: imx: hab: Add IVT header verificationBryan O'Donoghue
2018-01-14arm: imx: hab: Add IVT header definitionsBryan O'Donoghue
2018-01-14arm: imx: hab: Fix authenticate_image input parametersBryan O'Donoghue
2018-01-14arm: imx: hab: Move CSF_PAD_SIZE to hab.hBryan O'Donoghue