1. 01 2月, 2019 2 次提交
  2. 31 1月, 2019 16 次提交
  3. 30 1月, 2019 14 次提交
  4. 29 1月, 2019 8 次提交
    • P
      arm: stm32mp1: deploy spl in root folder · 1b35c908
      Patrick Delaunay 提交于
      Update generation of spl binaries
      - continue to generate all SPL files in spl sub-directory
      - copy in root folder the needed file for user (YOCTO, buildroot):
        u-boot-spl.stm32
      Signed-off-by: NPatrick Delaunay <patrick.delaunay@st.com>
      1b35c908
    • T
      Merge tag 'u-boot-amlogic-20190129' of git://git.denx.de/u-boot-amlogic · 5548c7a1
      Tom Rini 提交于
      Adds pinconf support for the Amlogic pinctrl driver (fixed)
      5548c7a1
    • J
      pinctrl: meson: add pinconf support · c4c726c2
      Jerome Brunet 提交于
      Adding pinconf support is necessary to enable boot from SPI
      without breaking the eMMC. When booting from SPI, the ROM code
      leave pull downs on the eMMC pad.
      
      We need to set pinconf provided in DT to solve this
      Signed-off-by: NJerome Brunet <jbrunet@baylibre.com>
      Signed-off-by: NNeil Armstrong <narmstrong@baylibre.com>
      [narmstrong: added missing comma in pinctrl-meson-axg-pmx.c]
      c4c726c2
    • M
      ihs_video_out: Fix error handling · 6df07d85
      Mario Six 提交于
      The ihs_video_out driver's error handling is incorrect in two places
      (one is a missing negation, and in one place a error should be ignored).
      
      Fix these two instances.
      Signed-off-by: NMario Six <mario.six@gdsys.cc>
      6df07d85
    • P
      videomodes: Relax EDID validation checks for hsync/vsync pulse width · 0307d95d
      Priit Laes 提交于
      Current EDID detailed timing parser errors out when either
      horizontal or vertical pulse sync width is 0, thus not
      allowing a display with EDID listed below work properly.
      
      EDID below works ok within Linux although it warns about
      these two fields being 0. Therefore relax the checks a bit
      so we can actually use this the screen out of the box.
      
      Of-course, this display itself is somewhat quirky display with
      following anti-features:
      - HPD pin is not usable
      - although resolution is 640x480, only top 240 pixels are visible
      
      $ xxd -p display.edid
      00ffffffffffff0005a1e00301000000150f0103800f05780a0f6ea05748
      9a2610474f200000010101010101010101010101010101012a08804520e0
      0b1020004000953600000018000000fd0034441a2403000a202020202020
      0000001000310a20202020202020202020200000001000002a4030701300
      782d1100001e006b
      
      $ edid-decode display.edid
      EDID version: 1.3
      Manufacturer: AMA Model 3e0 Serial Number 1
      Digital display
      Maximum image size: 15 cm x 5 cm
      Gamma: 2.20
      RGB color display
      First detailed timing is preferred timing
      Display x,y Chromaticity:
        Red:   0.6250, 0.3398
        Green: 0.2841, 0.6044
        Blue:  0.1494, 0.0644
        White: 0.2802, 0.3105
      Established timings supported:
        640x480@60Hz 4:3 HorFreq: 31469 Hz Clock: 25.175 MHz
      Standard timings supported:
      Detailed mode: Clock 20.900 MHz, 149 mm x 54 mm
                      640  672  672  709 hborder 0
                      480  484  484  491 vborder 0
                     -hsync -vsync
                     VertFreq: 60 Hz, HorFreq: 29478 Hz
      Monitor ranges (GTF): 52-68Hz V, 26-36kHz H, max dotclock 30MHz
      Dummy block
      Dummy block
      Checksum: 0x6b (valid)
      Signed-off-by: NPriit Laes <priit.laes@paf.com>
      Signed-off-by: NPriit Laes <plaes@plaes.org>
      0307d95d
    • Y
      imx: video: Fix return value issue · 3fd39937
      Ye Li 提交于
      When framebuffer driver init is failed, we should return the err value not 0.
      So the video init can exit immediately.
      Signed-off-by: NYe Li <ye.li@nxp.com>
      Reviewed-by: NPeng Fan <peng.fan@nxp.com>
      3fd39937
    • A
      ARM: imx6q_logic: Enable Falcon Mode and fatwrite · 6d69e535
      Adam Ford 提交于
      This patch enables Falcon Mode by default and updates the README
      file to show instructions on how to run from the micro SD card
      or eMMC.  This patch also enables fatwrite to help assist with
      writing the 'args' to the microSD card.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      6d69e535
    • A
      ARM: imx6q_logic: Enable DM_USB and dependent regulators · 13baee30
      Adam Ford 提交于
      With the updated device trees in place, this patch enables
      DM_USB which uses several regulators also enabled with this patch.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      13baee30