1. 21 12月, 2016 1 次提交
  2. 20 12月, 2016 6 次提交
    • T
      Prepare v2017.01-rc2 · 4cf5c5f1
      Tom Rini 提交于
      Signed-off-by: NTom Rini <trini@konsulko.com>
      4cf5c5f1
    • M
      tools: mxsimage: Fix build with OpenSSL 1.1.x · 7bae13b7
      Marek Vasut 提交于
      The EVP_MD_CTX and EVP_CIPHER_CTX are made opaque since 1.1.x , so instead
      of embedding them directly into struct sb_image_ctx and initializing them
      using EVP_*_CTX_init(), we use pointers and allocate the crypto contexts
      using EVP_*_CTX_new().
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      7bae13b7
    • M
      ARM: mxs: Remove unused variable warning · 5c519934
      Marek Vasut 提交于
      Shuffle the macros around a little to remove the following warning
      when building for i.MX28:
      
      arch/arm/cpu/arm926ejs/mxs/spl_boot.c:44:26: warning: ‘iomux_boot’ defined but not used [-Wunused-const-variable=]
       static const iomux_cfg_t iomux_boot[] = {
                                ^~~~~~~~~~
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Stefano Babic <sbabic@denx.de>
      5c519934
    • M
      serial: 16550: Add Ingenic JZ4780 support · 0b060eef
      Marek Vasut 提交于
      Add compatibility string for the Ingenic JZ4780 SoC, the necessary
      UART enable bit into FCR and register shift. Neither are encoded
      in the DTS coming from Linux, so we need to support it this way.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
      Cc: Paul Burton <paul.burton@imgtec.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      0b060eef
    • M
      serial: 16550: Add port type as driver data · 79fd9281
      Marek Vasut 提交于
      Add driver data to each compatible string to identify the type of
      the port. Since all the ports in the driver are entirely compatible
      with 16550 for now, all are marked with PORT_NS16550. But, there
      are ports which have specific quirks, like the JZ4780 UART, which
      do not have any DT property to denote the quirks. Instead, Linux
      uses the compatible string to discern such ports and enable the
      necessary quirks.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Simon Glass <sjg@chromium.org>
      79fd9281
    • M
      serial: 16550: Add getfcr accessor · 65f83802
      Marek Vasut 提交于
      Add function which allows fetching the default FCR register setting
      from platform data for DM , while retaining old behavior for non-DM
      by returning UART_FCRVAL.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Simon Glass <sjg@chromium.org>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      65f83802
  3. 19 12月, 2016 1 次提交
  4. 17 12月, 2016 31 次提交
  5. 16 12月, 2016 1 次提交