summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/11May2020Tom Rini2020-05-1110-57/+154
|\
| * cmd: efidebug: fix -Werror=type-limits warningHeinrich Schuchardt2020-05-101-1/+1
| * doc: add Unicode functions to API descriptionHeinrich Schuchardt2020-05-092-0/+8
| * lib: charset: correct function descriptionsHeinrich Schuchardt2020-05-091-14/+25
| * test: unit test for u16_strsize()Heinrich Schuchardt2020-05-091-0/+10
| * charset: Add support for calculating bytes occupied by a u16 stringSughosh Ganu2020-05-092-0/+17
| * efi_selftest: add unit test functions to HTML documentationHeinrich Schuchardt2020-05-092-38/+81
| * cmd: efidebug: add a comment against Coverity check (300329)AKASHI Takahiro2020-05-091-0/+5
| * cmd: efidebug: fix a wrong handling of argumentsAKASHI Takahiro2020-05-091-1/+1
| * efi_loader: variable: check a return value of uuid__str_to_bin()AKASHI Takahiro2020-05-091-1/+4
| * efi_loader: image_loader: fix a Coverity check against array accessAKASHI Takahiro2020-05-091-3/+3
* | Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-05-1115-113/+119
|\ \
| * | Nokia RX-51: Update README.nokia_rx51Pali Rohár2020-05-111-17/+15
| * | Nokia RX-51: Disable some unused features to decrease size of u-boot binaryPali Rohár2020-05-111-0/+16
| * | Nokia RX-51: Enable CONFIG_CONSOLE_MUXPali Rohár2020-05-112-4/+4
| * | Nokia RX-51: Remember setup_console_atag optionPali Rohár2020-05-111-4/+19
| * | Nokia RX-51: Remove PART* macrosPali Rohár2020-05-112-54/+6
| * | Nokia RX-51: Revert back onenand defitionsPali Rohár2020-05-112-10/+7
| * | Nokia RX-51: Move code from defconfig back to C header filePali Rohár2020-05-112-1/+23
| * | Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct placePali Rohár2020-05-112-7/+8
| * | Nokia RX-51: Add README.nokia_rx51 file to MAINTAINERSPali Rohár2020-05-111-0/+1
| * | Nokia RX-51: Update my email addressPali Rohár2020-05-119-10/+10
| * | video: omap: change include orderDario Binacchi2020-05-111-4/+4
| * | arm: K3: Increase default SYSFW image size allocationAndrew F. Davis2020-05-111-1/+1
| * | net: ethernet: ti: am65-cpsw-nuss: enable 10Mbps link speed in rgmii modeMurali Karicheri2020-05-091-0/+4
| * | configs: ti: Fix usage of undefined variable overlay_filesSuman Anna2020-05-091-1/+1
| |/
* | Merge tag 'u-boot-imx-20200511' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-05-1199-368/+14965
|\ \
| * | imx8: cpu: check resource owned after sid failPeng Fan2020-05-101-4/+4
| * | imx: imx8qxp: update fdt_file according to m4 statePeng Fan2020-05-102-1/+14
| * | imx: imx8qm: update fdt_file according to m4 statePeng Fan2020-05-102-1/+14
| * | imx: imx8qm/qxp: check whether m4 partition bootedPeng Fan2020-05-103-1/+32
| * | imx8: Select boot device dynamicallyYe Li2020-05-101-0/+12
| * | imx: imx8qm/qxp: Recover SPL data section for partition rebootPeng Fan2020-05-107-0/+55
| * | imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-bootPeng Fan2020-05-104-0/+48
| * | imx: imx8qm/qxp: add get_board_serialPeng Fan2020-05-101-0/+32
| * | imx: imx8qm/qxp: Fix issue in get_effective_memsizeYe Li2020-05-101-3/+3
| * | imx: imx8qm/qxp: reserving DDR memory for M4Peng Fan2020-05-102-0/+18
| * | mtd: nand: raw: mxs_nand changes for nandbcbHan Xu2020-05-102-4/+42
| * | nandbcb: read boot search count from fuse for imx8qxpHan Xu2020-05-101-1/+38
| * | cmd: nandbcb: Reconstruct the nandbcb tool for all platformsHan Xu2020-05-102-352/+955
| * | nandbcb: add nandbcb dump command for i.MX6Alice Guo2020-05-101-0/+4
| * | nandbcb: add nandbcb dump command for i.MX8MMAlice Guo2020-05-101-8/+258
| * | nandbcb: support i.MX8MAlice Guo2020-05-102-22/+68
| * | nandbcb: fix the issue cannot support gf_14 NAND bootHan Xu2020-05-101-0/+1
| * | imx8: Replace SC_R_LAST with SC_R_NONE in DTBLeonard Crestez2020-05-104-10/+9
| * | power: imx8: Check owned resource in power onYe Li2020-05-101-0/+3
| * | power: imx8: remove the resource owned check before power offPeng Fan2020-05-101-4/+4
| * | power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flagYe Li2020-05-101-0/+1
| * | imx8: power: Add PD device lookup interface to power domain uclassPeng Fan2020-05-102-0/+35
| * | dt-bindings: imx_rsrc: add SC_R_NONEPeng Fan2020-05-101-0/+1