aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-06pwm: rk_pwm: Make PWM driver to support all Rockchip SocsDavid Wu2-25/+130
2019-12-06dts: rk3308: Enable ethernet function supported for Firefly ROC_RK3308_CCDavid Wu1-0/+9
2019-12-06arm: dts: Add mac node for rk3308 at dtsi levelDavid Wu1-0/+22
2019-12-06net: gmac_rockchip: Add support for rk3308David Wu1-0/+65
2019-12-06rockchip: config: add support for firefly-px30 boardKever Yang2-0/+114
2019-12-05rockchip: misc: protect serial# from getting overwrittenHeiko Stuebner1-1/+10
2019-12-05rockchip: misc: don't fail if eth_addr already setHeiko Stuebner1-1/+1
2019-12-05rockchip: px30: Add support for using UART3 as debug UARTPaul Kocialkowski2-0/+96
2019-12-05rockchip: px30: Rename CONFIG_DEBUG_UART2_CHANNEL to CONFIG_DEBUG_UART_CHANNELPaul Kocialkowski2-5/+5
2019-12-05rockchip: px30: Fixup PMUGRF registers layout orderPaul Kocialkowski1-8/+8
2019-12-05rockchip: evb-px5: disable NETAndy Yan1-1/+1
2019-12-05rockchip: px5: enable spl-fifo-mode for emmc for px5-evbAndy Yan1-0/+2
2019-12-05rockchip: rk3308: enable spl-fifo-mode for emmcAndy Yan1-0/+2
2019-12-05doc: rockchip: Update build instruction for rk3308Andy Yan1-1/+0
2019-12-04Merge git://git.denx.de/u-boot-shTom Rini3-6/+6
2019-12-04configs: Resync with savedefconfigTom Rini967-1377/+668
2019-12-04Merge branch '2019-10-27-mtd-cleanup'Tom Rini914-657/+1760
2019-12-04mtd: Makefile: deep cleanupMiquel Raynal4-26/+43
2019-12-04cmd: make MTD commands depend on MTDMiquel Raynal1-3/+7
2019-12-04cmd: nand/sf: isolate legacy codeMiquel Raynal9-101/+121
2019-12-04cmd: mtdparts: Kconfig: join mtdparts command entry with its optionsMiquel Raynal1-14/+14
2019-12-04mtd: spi: SPI_FLASH_MTD depends on MTDMiquel Raynal1-1/+1
2019-12-04dfu: add dependency on the raw NAND coreMiquel Raynal2-0/+2
2019-12-04mtd: nand: add includes in NAND core to avoid warningsMiquel Raynal2-0/+2
2019-12-04configs: ls104x/ls108x/ls208x: Build the raw NAND core with TFABOOTMiquel Raynal13-0/+19
2019-12-04configs: socfpga: mcvevk: Remove useless UBI infosMiquel Raynal1-3/+0
2019-12-04configs: remove MTD support from bcm11130 and M54418TWR defconfigsMiquel Raynal4-4/+0
2019-12-04configs: remove raw NAND core from k2g defconfigsMiquel Raynal2-2/+0
2019-12-04configs: move CONFIG_MTD in defconfigs when set in arch includesMiquel Raynal3-2/+1
2019-12-04mtd: ensure MTD is compiled when CMD_MTDPARTS is selectedMiquel Raynal81-0/+81
2019-12-04mtd: ensure CMD_NAND is compiled when its options are selectedMiquel Raynal29-0/+29
2019-12-04mtd: ensure MTD_RAW_NAND is compiled when ENV_IS_IN_NAND is selectedMiquel Raynal2-0/+3
2019-12-04mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selectedMiquel Raynal2-0/+4
2019-12-04mtd: ensure UBI is compiled when using fastmapMiquel Raynal17-0/+18
2019-12-04mtd: ensure MTD is compiled when there is a SPI NOR flash using MTDMiquel Raynal117-0/+117
2019-12-04mtd: ensure MTD/the raw NAND core are compiled when there is a NAND flashMiquel Raynal498-1/+642
2019-12-04ARM: rmobile: Convert M2N Gose to DM_SPI{,_FLASH}Marek Vasut1-2/+2
2019-12-04ARM: rmobile: Convert M2W Koelsch to DM_SPI{,_FLASH}Marek Vasut1-2/+2
2019-12-04ARM: rmobile: Convert H2 Lager to DM_SPI{,_FLASH}Marek Vasut1-2/+2
2019-12-03mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal204-92/+207
2019-12-03mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal84-78/+90
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal324-390/+419
2019-12-03Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+2
2019-12-03Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-17/+19
2019-12-03Merge branch '2019-12-03-master-imports'Tom Rini81-138/+3098
2019-12-03cmd: efidebug: fix a build error in show_efi_boot_opt()AKASHI Takahiro1-2/+2
2019-12-03arm64: zynqmp: Point zcu216 defconfig to correct dts fileMichal Simek1-1/+1
2019-12-03ARM: MediaTek: add basic support for MT8518 boardsmingming lee9-1/+257
2019-12-03pinctrl: add driver for MT8518mingming lee4-1/+424
2019-12-03mmc: mtk-sd: Adjust the mmc tuning flowmingming lee1-16/+193