aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-06video: make BPP and ANSI configs optionalAnatolij Gustschin105-9/+180
2019-12-06video: add guards around 16bpp/32bbp codeAnatolij Gustschin2-0/+10
2019-12-06video: bmp: Fix video_display_rle8_bitmap()Patrice Chotard1-5/+3
2019-12-06video: bmp: Fix video_splash_align_axis()Patrice Chotard1-2/+2
2019-12-05Merge branch '2019-12-05-master-imports'Tom Rini14-15/+167
2019-12-05ARM: omapl138_lcdk: Shrink code size by building with ThumbAdam Ford1-0/+1
2019-12-05Fix typo in macros, "FIRMEWARE" -> "FIRMWARE"Thomas Hebb3-7/+7
2019-12-05ARM: da850-evm: Disable SYS_MMCSD_RAW_MODE_USE_SECTORAdam Ford2-0/+2
2019-12-05spl: fix entry_point equal to load_addrGiulio Benetti1-2/+2
2019-12-05test/py: test_fs: add tests for creating/deleting many filesAKASHI Takahiro1-0/+84
2019-12-05fs: fat: handle deleted directory entries correctlyAKASHI Takahiro1-1/+32
2019-12-05drivers: optee: rpmb: fix returning CID to TEEJorge Ramirez-Ortiz1-1/+4
2019-12-05cmd: cp: add missing map_sysmemPhilippe Reynes1-3/+13
2019-12-05iminfo: add missing map_sysmemPhilippe Reynes1-1/+11
2019-12-05spl: Introduce SPL_DM_GPIO Kconfig defineLukasz Majewski1-0/+6
2019-12-05drivers: pci: ignore disabled devicesMichael Walle1-0/+5
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