summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/03Dec2019Tom Rini2019-12-031-2/+2
|\
| * cmd: efidebug: fix a build error in show_efi_boot_opt()AKASHI Takahiro2019-12-031-2/+2
* | Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2019-12-031-17/+19
|\ \
| * | dm: serial: Handle "stdout-path" with ":options" correctlyBin Meng2019-12-021-17/+19
* | | Merge branch '2019-12-03-master-imports'Tom Rini2019-12-0381-138/+3098
|\ \ \ | |_|/ |/| |
| * | arm64: zynqmp: Point zcu216 defconfig to correct dts fileMichal Simek2019-12-031-1/+1
| * | ARM: MediaTek: add basic support for MT8518 boardsmingming lee2019-12-039-1/+257
| * | pinctrl: add driver for MT8518mingming lee2019-12-034-1/+424
| * | mmc: mtk-sd: Adjust the mmc tuning flowmingming lee2019-12-031-16/+193
| * | clk: mediatek: add driver for MT8518mingming lee2019-12-033-0/+1808
| * | ARM: MediaTek: Add support for MediaTek MT8518 SoCmingming lee2019-12-036-0/+208
| * | regmap: Fix potential memory leaksFaiz Abbas2019-12-031-4/+12
| * | net: cpsw: Add NULL pointer checkFaiz Abbas2019-12-031-0/+3
| * | spl: ymodem: Fix loading of fit imageLokesh Vutla2019-12-031-2/+6
| * | mmc: davinci: fix mmc boot in SPLBartosz Golaszewski2019-12-031-0/+17
| * | board: omapl138_lcdk: add the mmc device to SPLBartosz Golaszewski2019-12-032-0/+10
| * | mmc: davinci: drop struct davinci_mmc_platBartosz Golaszewski2019-12-031-10/+4
| * | mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski2019-12-033-44/+5
| * | ARM: omapl138_lcdk: Allow early init to start instruction cacheAdam Ford2019-12-031-1/+1
| * | ARM: omapl138_lcdk: Enable SPL_DM_SEQ_ALIAS and SPL_OF_TRANSLATEAdam Ford2019-12-031-0/+2
| * | ARM: omapl138_lcdk: Increase malloc pool before relocationAdam Ford2019-12-031-0/+1
| * | ARM: omapl138_lcdk: Separate BSS in SPLAdam Ford2019-12-031-0/+1
| * | cmd: pxe: Fix bootm argument countAbhishek Shah2019-12-031-0/+1
| * | armv7m: cache: add invalidate_icache_all() stubGiulio Benetti2019-12-031-0/+5
| * | MAINTAINERS: Add info for bcm283xMatthias Brugger2019-12-031-0/+3
| * | blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini2019-12-033-4/+2
| * | mtd: mtdcore: Drop unused mtd_tableTom Rini2019-12-031-2/+0
| * | pci: Only link pci_rom.o in some casesTom Rini2019-12-031-2/+2
| * | Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to KconfigTom Rini2019-12-039-12/+26
| * | Convert CONFIG_PHY_CORTINA to KconfigTom Rini2019-12-0320-3/+17
| * | bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao2019-12-033-2/+53
| * | tbs2910: Disable VxWorks image booting supportTom Rini2019-12-031-0/+1
| * | cosmetic: Fix spelling and whitespace errorsThomas Hebb2019-12-0314-26/+28
| * | Makefile: add Rockchip idbloader.img to CLEAN_FILESThomas Hebb2019-12-031-1/+2
| * | Makefile: consolidate hardcoded lists of files to cleanThomas Hebb2019-12-031-3/+2
| * | Makefile: don't try to construct CLEAN_FILES based on configThomas Hebb2019-12-031-3/+3
| * | Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb2019-12-031-1/+1
| * | Kconfig: disambiguate config names for tiny printfThomas Hebb2019-12-031-2/+2
|/ /
* | Prepare v2020.01-rc4v2020.01-rc4Tom Rini2019-12-021-1/+1
* | Merge branch '2019-12-02-master-imports'Tom Rini2019-12-02836-465/+1598
|\ \
| * | common: Move old EEPROM functions into a new headerWIP/2019-12-02-master-importsSimon Glass2019-12-0219-15/+41
| * | common: Drop get_endaddr()Simon Glass2019-12-021-1/+0
| * | common: Move trap_init() out of common.hSimon Glass2019-12-024-1/+4
| * | common: Move pci_init_board() out of common.hSimon Glass2019-12-0249-2/+50
| * | common: Move some board functions out of common.hSimon Glass2019-12-02188-8/+195
| * | common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-0228-13/+44
| * | common: Drop board_show_dram()Simon Glass2019-12-022-16/+2
| * | common: Move command functions out of common.hSimon Glass2019-12-0223-16/+38
| * | common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-0261-7/+69
| * | common: Move interrupt functions into a new headerSimon Glass2019-12-0242-7/+60