summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-04-24uuid: Use const char * where possibleSimon Glass1-3/+5
2020-04-24lib: Add a function to convert a string to upper caseSimon Glass1-0/+12
2020-04-24test: Add the beginnings of some string testsSimon Glass1-0/+1
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait1-1/+12
2020-04-24fvp: Add support for loading Android boot images via semihostingPeter Collingbourne1-10/+20
2020-04-24libfdt: Make fdtdec_get_child_count() available for HOSTKever Yang1-0/+9
2020-04-24tool: Move ALIGN_MASK to header as common MACROKever Yang1-1/+0
2020-04-24env_internal.h: add alternative ENV_SAVE_PTR macroRasmus Villemoes1-0/+2
2020-04-24make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes1-0/+2
2020-04-24env: remove callback.o for an SPL buildRasmus Villemoes1-0/+6
2020-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-12/+0
2020-04-22Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini4-3/+85
2020-04-22spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()Harald Seiler1-1/+13
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-1/+17
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut1-0/+16
2020-04-22ARM: rmobile: Increase malloc area sizeMarek Vasut1-1/+1
2020-04-22common: bouncebuf: Permit passing custom alignment check functionMarek Vasut1-0/+15
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt1-0/+9
2020-04-22mmc: export mmc_send_ext_csd()Heinrich Schuchardt1-0/+11
2020-04-22mmc: EXT_CSD registers for write protectionHeinrich Schuchardt1-0/+3
2020-04-22arm: mvebu: correct SPL boot configs for SPI/MMCJoel Johnson1-5/+0
2020-04-22arm: mvebu: clearfog: adjust SCSI boot duplicationJoel Johnson1-7/+0
2020-04-21Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2-3/+27
2020-04-21Merge branch '2020-04-17-master-imports'Tom Rini3-81/+65
2020-04-20Merge tag 'u-boot-amlogic-20200420' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+29
2020-04-20Merge tag 'ti-v2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-6/+37
2020-04-20Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-imxTom Rini14-18/+896
2020-04-20generic-phy: add generic_phy_get_by_node()Neil Armstrong1-0/+29
2020-04-20phy: add support for backplane kr modeFlorinel Iordache1-0/+23
2020-04-18Add support for i.MXRT1020-EVK boardGiulio Benetti1-0/+46
2020-04-18dt-bindings: pinctrl: add i.MXRT1020 pins definitionGiulio Benetti1-0/+763
2020-04-18clk: imx: add i.IMXRT1020 clk driverGiulio Benetti1-0/+52
2020-04-18imxrt1050_evk: add 16bpp video support if video layer enabledGiulio Benetti1-0/+15
2020-04-17colibri_imx6: enable relocation of fdt and initrdIgor Opaniuk1-2/+0
2020-04-17colibri-imx6ull: enable relocation of fdt and initrdIgor Opaniuk1-2/+0
2020-04-17apalis_imx6: enable relocation of fdt and initrdIgor Opaniuk1-2/+0
2020-04-17colibri_imx7: enable relocation of fdt and initrdIgor Opaniuk1-2/+0
2020-04-17colibri_vf: enable relocation of fdt and initrdIgor Opaniuk1-2/+0
2020-04-17verdin-imx8mm: add nfsboot wrapper to envIgor Opaniuk1-0/+6
2020-04-17configs: tqma6x_mba6x: update default configs for device modelMichael Krummsdorf2-7/+5
2020-04-17mx6ullevk: Enable Ethernet supportFabio Estevam1-0/+9
2020-04-17mx6ul_evk: Move CONFIG_FEC_MXC to defconfigFabio Estevam1-1/+0
2020-04-17ata: sort ATA commandsHeinrich Schuchardt1-42/+42
2020-04-17include/ata.h: remove invalid linksHeinrich Schuchardt1-5/+2
2020-04-17image: Add a common compression type detection function.Atish Patra1-0/+21
2020-04-17ide: remove duplicate defines form include/ata.hHeinrich Schuchardt1-34/+0
2020-04-17configs: ls1012afrwy: fix board nameBiwen Li1-3/+4
2020-04-17doc: update reference to README.boardPatrick Delaunay1-1/+1
2020-04-17gpio: sandbox: cleanup binding supportPatrick Delaunay1-0/+24
2020-04-17gpio: add ops to set dir flagsPatrick Delaunay1-0/+16