aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-28MAINTAINERS: add an entry for MediaTekRyder Lee1-0/+20
2018-11-28doc: README.mediatek: Add a simple README for MediaTekRyder Lee1-0/+221
2018-11-28mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoCWeijie Gao3-0/+1406
2018-11-28ram: MediaTek: add DDR3 driver for MT7629 SoCRyder Lee3-0/+774
2018-11-28serial: MediaTek: add high-speed uart driver for MediaTek SoCsRyder Lee3-0/+289
2018-11-28power domain: MediaTek: add power domain driver for MT7623 SoCRyder Lee1-0/+80
2018-11-28power domain: MediaTek: add power domain driver for MT7629 SoCRyder Lee3-0/+334
2018-11-28pinctrl: MediaTek: add pinctrl driver for MT7623 SoCRyder Lee4-0/+1291
2018-11-28pinctrl: MediaTek: add pinctrl driver for MT7629 SoCRyder Lee8-0/+1172
2018-11-28watchdog: MediaTek: add watchdog driver for MediaTek SoCsRyder Lee3-0/+144
2018-11-28timer: MediaTek: add timer driver for MediaTek SoCsRyder Lee3-0/+93
2018-11-28clk: MediaTek: add clock driver for MT7623 SoC.Ryder Lee2-0/+871
2018-11-28clk: MediaTek: add clock driver for MT7629 SoC.Ryder Lee5-0/+1403
2018-11-28arm: MediaTek: add basic support for MT7623 boardsWeijie Gao12-0/+342
2018-11-28arm: MediaTek: add basic support for MT7629 boardsRyder Lee17-0/+509
2018-11-28arm: dts: MediaTek: add device tree for MT7623Ryder Lee5-0/+895
2018-11-28arm: dts: MediaTek: add device tree for MT7629Ryder Lee6-0/+560
2018-11-28tools: MediaTek: add MTK boot header generation to mkimageRyder Lee7-0/+984
2018-11-27Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini34-111/+117
2018-11-26Merge branch '2018-11-26-master-imports'Tom Rini25-74/+455
2018-11-26ARM: chiliboard: remove dead !CONFIG_DM_SERIAL codeMarcin Niestroj1-8/+0
2018-11-26ARM: chiliboard: move towards driver model and device-tree bootMarcin Niestroj2-55/+10
2018-11-26ARM: dts: am335x-chiliboard: add /chosen/stdout-pathMarcin Niestroj1-0/+11
2018-11-26ARM: dts: am335x-chili*: add chiliSOM and chiliboard DTS filesMarcin Niestroj3-1/+380
2018-11-26configs: Remove CONFIG_MARVELLChris Packham4-4/+0
2018-11-26ARM: vexpress_*_defconfig: Enable CMD_UBI supportOtavio Salvador7-1/+13
2018-11-26board: da8xxevm: Fix Environmental CRC errorAdam Ford1-1/+2
2018-11-26ARM: armv7: Add early stack for erratum workaroundsAndrew F. Davis1-0/+9
2018-11-26tools/file2include: don't use malloc.h for mallocJonathan Gray1-1/+0
2018-11-26arm: ti: boot: Fix U-Boot environment partition addressSam Protsenko1-2/+2
2018-11-26armv7r: K3: Allow SPL to run only on core 0Lokesh Vutla3-1/+23
2018-11-26add default-option to bootmenuFrank Wunderlich1-0/+5
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-2/+10
2018-11-26Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini5-14/+47
2018-11-26Merge git://git.denx.de/u-boot-riscvTom Rini40-368/+1269
2018-11-26usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/Sven Schwermer1-14/+14
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer29-92/+92
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer2-2/+2
2018-11-26usb: am335x_evm: Disable CONFIG_SPL_DM_USBSven Schwermer1-1/+2
2018-11-26usb: Introduce CONFIG_SPL_DM_USBSven Schwermer3-2/+7
2018-11-26Merge branch '2018-11-25-master-imports'Tom Rini44-114/+1524
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass14-17/+253
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass2-14/+20
2018-11-26sandbox: Filter arguments when starting U-BootSimon Glass1-6/+26
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass2-12/+15
2018-11-26sandbox: Refactor code to create os_jump_to_file()Simon Glass1-10/+38
2018-11-26sandbox: Allow puts() output before global_data is set upSimon Glass1-0/+7
2018-11-26sandbox: Add a new 'sb' commandSimon Glass4-0/+64
2018-11-26sandbox: Drop the deprecated 'sb' commandSimon Glass5-14/+9
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass5-2/+55