summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | video: mxsfb: change mxs_lcd_init signatureIgor Opaniuk2019-06-041-5/+4
| * | | | colibri imx6/t20: enable CONFIG_SYS_WHITE_ON_BLACKIgor Opaniuk2019-06-042-0/+2
| * | | | splash: display splash in DM_VIDEO configurationsIgor Opaniuk2019-06-044-14/+25
* | | | | Merge tag 'u-boot-atmel-fixes-2019.07-a' of git://git.denx.de/u-boot-atmelTom Rini2019-06-108-1/+65
|\ \ \ \ \
| * | | | | configs: at91: sama5d2_icp: enable CONFIG_SPL_AT91_MCK_BYPASS and resyncEugen Hristev2019-06-061-1/+2
| * | | | | spl: at91: add support for SPL_AT91_MCK_BYPASSEugen Hristev2019-06-062-0/+20
| * | | | | configs: atmel: sama5d4_xplained_mmc: enable HW PMECCEugen Hristev2019-05-281-0/+2
| * | | | | configs: sama5d2_ptc_ek: fix NAND PMECC_CAPTudor Ambarus2019-05-232-0/+2
| * | | | | board: atmel: sama5d2_icp: enable green led on SPL completionEugen Hristev2019-05-151-0/+8
| * | | | | board: atmel: sama5d2_icp: standby disable on CAN transceivers in SPLEugen Hristev2019-05-151-0/+7
| * | | | | board: atmel: sama5d2_icp: add periph reset in SPL hw initEugen Hristev2019-05-151-0/+23
| * | | | | arm: at91: gardena-smart-gateway-at91sam: Enable CMD_WDTStefan Roese2019-05-151-0/+1
* | | | | | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2019-06-0857-723/+1242
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | ARM: tegra: Mark built-in Ethernet as default on Jetson TX2Thierry Reding2019-06-051-0/+2
| * | | | | ARM: tegra: Rename pcie-controller to pcieThierry Reding2019-06-0516-16/+16
| * | | | | p2771-0000: Add support for framebuffer carveoutsThierry Reding2019-06-051-4/+62
| * | | | | p2371-2180: Add support for framebuffer carveoutsThierry Reding2019-06-051-0/+47
| * | | | | p2771-0000: Pass Ethernet MAC to the kernelThierry Reding2019-06-053-0/+45
| * | | | | p2371-2180: Pass Ethernet MAC to the kernelThierry Reding2019-06-052-0/+51
| * | | | | ARM: tegra: Enable position independent build for 64-bitThierry Reding2019-06-055-4/+5
| * | | | | ARM: tegra: Import cbootargs value from cboot DTBThierry Reding2019-06-051-0/+47
| * | | | | ARM: tegra: Implement cboot_get_ethaddr()Thierry Reding2019-06-052-17/+86
| * | | | | ARM: tegra: Implement cboot_save_boot_params() in CThierry Reding2019-06-053-21/+13
| * | | | | ARM: tegra: Unify Tegra186 buildsThierry Reding2019-06-0510-239/+278
| * | | | | ARM: tegra: Restore DRAM bank countThierry Reding2019-06-052-2/+2
| * | | | | ARM: tegra: Workaround UDC boot issues only if necessaryThierry Reding2019-06-051-0/+1
| * | | | | ARM: tegra: Support TZ-only access to PMCThierry Reding2019-06-0510-65/+151
| * | | | | ARM: tegra: Allow boards to override boot target devicesThierry Reding2019-06-051-0/+2
| * | | | | ARM: tegra: Fix save_boot_params() prototypeThierry Reding2019-06-051-1/+2
| * | | | | ARM: tegra: Guard powergate code with a Kconfig symbolThierry Reding2019-06-052-1/+6
| * | | | | ARM: tegra: Guard pin controller code with a Kconfig symbolThierry Reding2019-06-054-1/+14
| * | | | | ARM: tegra: Guard memory controller code with a Kconfig symbolThierry Reding2019-06-052-0/+12
| * | | | | ARM: tegra: Guard GP pad control code with a Kconfig symbolThierry Reding2019-06-053-1/+8
| * | | | | ARM: tegra: Guard clock code with a Kconfig symbolThierry Reding2019-06-054-3/+18
| * | | | | ARM: tegra: Use common header for PMU declarationsThierry Reding2019-06-057-55/+5
| * | | | | ARM: tegra: Remove disp1 clock initialization on Tegra210Thierry Reding2019-06-051-1/+0
| * | | | | ARM: tegra: Fix mux type for disp1 and disp2 clocks on Tegra210Thierry Reding2019-06-051-5/+5
| * | | | | lib: Implement strndup()Thierry Reding2019-06-052-0/+24
| * | | | | fdtdec: Add fdtdec_set_ethernet_mac_address()Thierry Reding2019-06-052-0/+53
* | | | | | spl: Correct SPL_SIZE_LIMIT Kconfig optionTom Rini2019-06-081-1/+1
* | | | | | Merge branch '2019-06-07-master-imports'Tom Rini2019-06-076-26/+95
|\ \ \ \ \ \
| * | | | | | spl: add overall SPL size checkSimon Goldschmidt2019-06-075-9/+72
| * | | | | | configs: rk3288: Tinker Board SPL file must fit into 32 KiBHeinrich Schuchardt2019-06-071-0/+1
| * | | | | | configs: define CONFIG_SPL_SIZE_LIMITHeinrich Schuchardt2019-06-072-0/+16
| * | | | | | imx: move BOARD_SIZE_CHECK to main MakefileHeinrich Schuchardt2019-06-072-16/+1
| * | | | | | Makefile: reusable function for BOARD_SIZE_CHECKHeinrich Schuchardt2019-06-071-10/+14
* | | | | | | lib/vsprintf: allow printing upper case GUIDsHeinrich Schuchardt2019-06-074-16/+49
|/ / / / / /
* | | | | | Merge tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efiTom Rini2019-06-0511-21/+100
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | cmd: env: add -nv option for UEFI non-volatile variableAKASHI Takahiro2019-06-042-4/+14
| * | | | | cmd: efidebug: make some boot variables non-volatileAKASHI Takahiro2019-06-041-0/+3