aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-29arm: mvebu: Avoid generating kwbimage.cfg in the source treeBin Meng5-10/+21
2019-10-29tools: buildman: Remove useless mkdir() in Make() in test.pyBin Meng1-8/+0
2019-10-29tools: buildman: Honor output directory when generating boards.cfgBin Meng1-5/+5
2019-10-28Add Microsoft Azure Pipelines configurationBin Meng1-0/+38
2019-10-28tools: Avoid creating symbolic links for tools/version.hBin Meng3-4/+7
2019-10-28Add .gitattributes for line endingsBin Meng1-0/+2
2019-10-28doc: Add documentation for how to build U-Boot host toolsBin Meng3-0/+67
2019-10-28tools: ifwitool: Define __packed when it is not definedBin Meng1-0/+2
2019-10-28linux/types.h: Surround 'struct ustat' with __linux__Bin Meng1-0/+2
2019-10-28tools: zynqmpbif: Use compiler builtin instead of linux-specific __swab32Bin Meng1-1/+1
2019-10-28tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXXBin Meng1-43/+43
2019-10-28tools: image.h: Use portable uint32_t instead of linux-specific __be32Bin Meng1-7/+7
2019-10-25Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsTom Rini75-545/+2327
2019-10-25Merge branch '2019-10-24-ti-imports'Tom Rini44-28/+39198
2019-10-25arm: dts: k3-am65: Add R5F ranges in interconnect nodesSuman Anna1-0/+4
2019-10-25armv7R: K3: j721e: Add support for triggering ddr init from SPLLokesh Vutla2-1/+8
2019-10-25arm: dts: k3-j721e: Add ddr nodeLokesh Vutla3-0/+4409
2019-10-25ram: k3-j721e: Add support for J721E DDR controllerKevin Scholz21-0/+32102
2019-10-25dt-bindings: memory-controller: Introduce J721E DDRSS bindingsLokesh Vutla1-0/+2241
2019-10-25ram: k3-am654: Do not rely on default values for certain DDR registerJames Doublesin4-19/+85
2019-10-25ram: k3-am654: add support for LPDDR4 and DDR3L DDRsJames Doublesin1-11/+230
2019-10-25armv7r: dts: am654-base-board: Rename 1600MHz to 1600MTs in dtsi filenameJames Doublesin2-1/+1
2019-10-25arm: K3: Clean and invalidate Linux Image before jumping to LinuxLokesh Vutla1-0/+11
2019-10-25cmd: booti: Store OS start and end info in images structureLokesh Vutla1-0/+3
2019-10-25boot: arm: Enable support for custom board_prep_linuxLokesh Vutla1-0/+4
2019-10-25configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FITFaiz Abbas2-2/+2
2019-10-25configs: dra7xx_evm: Add Kconfigs for SPL_DFU bootmodeFaiz Abbas2-0/+12
2019-10-25ARM: dts: dra7: Add usb peripheral nodes in splFaiz Abbas6-0/+92
2019-10-25Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini49-274/+384
2019-10-25Merge tag 'u-boot-atmel-2020.01-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini10-0/+152
2019-10-25Merge tag 'xilinx-for-v2020.01-part2' of https://gitlab.denx.de/u-boot/custod...Tom Rini97-480/+4078
2019-10-25configs: mtmips: remove configs which are selected in Kconfig or uselessWeijie Gao4-28/+0
2019-10-25mips: mtmips: select essential drivers in KconfigWeijie Gao2-0/+8
2019-10-25mips: mtmips: change baudrate table for all boardsWeijie Gao2-2/+2
2019-10-25dts: mtmips: add default pinctrl to eth nodes for all boardsWeijie Gao2-0/+4
2019-10-25dts: mtmips: add default pinctrl for gardena-smart-gateway-mt7688Weijie Gao1-0/+3
2019-10-25dts: mtmips: add mmc related nodes for mt7628an.dtsiWeijie Gao1-0/+22
2019-10-25mmc: mtk-sd: add a dts property cd-active-high for builtin-cd modeWeijie Gao1-1/+5
2019-10-25mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCsWeijie Gao2-4/+21
2019-10-25dts: mtmips: enable eth port0 led and link poll functions for all boardsWeijie Gao3-1/+27
2019-10-25net: mt7628-eth: add support to isolate LAN/WAN portsWeijie Gao1-0/+32
2019-10-25net: mt7628-eth: free rx descriptor on receiving failureWeijie Gao1-0/+3
2019-10-25net: mt7628-eth: make phy link up detection optional via DTWeijie Gao2-29/+31
2019-10-25net: mt7628-eth: remove hardcoded gpio settings and regmap-based phy resetWeijie Gao1-37/+8
2019-10-25phy: mt76x8-usb-phy: add slew rate calibration and remove non-mt7628 partWeijie Gao2-68/+158
2019-10-25dts: mtmips: update reset controller node for mt7628Weijie Gao1-12/+24
2019-10-25reset: add reset controller driver for MediaTek MIPS platformWeijie Gao4-0/+126
2019-10-25dts: mtmips: add default pinctrl for uart nodesWeijie Gao1-0/+9
2019-10-25dts: mtmips: add pinctrl node for mt7628Weijie Gao1-0/+150
2019-10-25pinctrl: add support for MediaTek MT7628Weijie Gao7-0/+747