1. 16 3月, 2019 1 次提交
  2. 14 3月, 2019 5 次提交
    • T
      9659eb46
    • K
      MAINTAINERS: Remove unsupported statuses - Odd Fixes and Obsolete · 7f295ffe
      Krzysztof Kozlowski 提交于
      The MAINTAINERS file was copied from Linux Kernel along with all its
      statuses of maintainership.  However tools/genboardscfg.py accepts only
      Maintained, Supported and Orphan.  Remove then the Odd Fixes and
      Obsolete from MAINTAINERS file to avoid confusion.
      Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
      7f295ffe
    • M
      arndale: fix unknown status · 1411298c
      Minkyu Kang 提交于
      set status to Maintained
      Signed-off-by: NMinkyu Kang <mk7.kang@samsung.com>
      Cc: Krzysztof Kozlowski <krzk@kernel.org>
      1411298c
    • H
      Revert "env: add spi_flash_read_env function" · 9ba5e5bc
      Heiko Schocher 提交于
      This reverts commit 9a9d66f5.
      
      because it breaks fw_setenv and U-Boot interworking, if
      U-Boot environment is stored in a SPI-NOR.
      
      Reproduce it with:
      boot linux with empty Environment and store a variable
      with fw_setenv into it, the Environment is now filled
      with 0xff:
      
      root@ckey5e:10:8e:~# hexdump -C /dev/mtd4
      00000000  e9 e8 07 fa 01 62 6f 6f  74 63 6d 64 3d 72 75 6e  |.....bootcmd=run|
      [...]
      00000f30  7d 00 75 62 69 62 6f 6f  74 76 6f 6c 3d 32 00 00  |}.ubibootvol=2..|
      00000f40  00 ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
      
      Boot now U-Boot prints:
      
      Loading Environment from SPI Flash... SF: Detected s25fl128l with page size 256 Bytes, erase size 4 KiB, total 16 MiB
      *** Warning - bad CRC, using default environment
      
      Reason is the above commit, as it only reads until \0\0
      is found, and assumes the rest of the Environment
      space is filled with 0x00, which is not the case when
      saving an Environment under linux with fw_setenv.
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Acked-by: NStefano Babic <sbabic@denx.de>
      9ba5e5bc
    • T
      Merge tag 'u-boot-imx-20190313' of git://git.denx.de/u-boot-imx · a0d12cd2
      Tom Rini 提交于
      Small fixes in several i.MX boards
      ----------------------------------
      
      - imx8: add pinctrl driveri (mx8m), fix documentation and
        fix reported CPU frequency. Fabio is co-maintainer
      - pico-imx6ul: switch to DM
      - local fixes for ventana, mx6ul_14x14_evk, engicam,
        imx6(q)_logic, liteboard
      a0d12cd2
  3. 13 3月, 2019 33 次提交
  4. 12 3月, 2019 1 次提交