1. 17 9月, 2016 5 次提交
  2. 10 9月, 2016 1 次提交
  3. 09 9月, 2016 1 次提交
  4. 10 6月, 2016 1 次提交
  5. 26 4月, 2016 3 次提交
  6. 14 1月, 2016 2 次提交
    • V
      arm: lpc32xx: switch SPL builds to driver model · 1222305b
      Vladimir Zapolskiy 提交于
      For NXP LPC32xx boards the change enables SPL_DM option, this allows
      to use any driver model UART driver in SPL images, hence a restriction
      on HSUART in SPL image is removed and well as definitions for non-DM
      NS16550 driver, its DM version is used instead.
      
      Because SPL_DM requires malloc(), enable CONFIG_SPL_SYS_MALLOC_SIMPLE
      for LPC32xx boards.
      
      The change adds about 5KB to the resulting SPL image (for devkit3250
      board SPL image is increased from 10672 to 15608 bytes).
      Signed-off-by: NVladimir Zapolskiy <vz@mleia.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      1222305b
    • V
      arm: lpc32xx: switch serial console to driver model · d25ba89e
      Vladimir Zapolskiy 提交于
      On NXP LPC32xx platform for non-SPL builds the change adds
      standard (NS16550) and high-speed UARTs to driver model.
      Due to specific of DM NS16550 device description UART clock can not be
      got in runtime and by default it is set to 13MHz, if board PERIPH_CLK
      is different, this should be specified in board configuration file.
      
      For SPL builds HSUARTs are disabled and non-DM NS16550 driver is
      compiled, if needed.
      
      The change also updates default configs of devkit3250 and work_92105
      boards to reflect updates in platform files.
      Signed-off-by: NVladimir Zapolskiy <vz@mleia.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      d25ba89e
  7. 22 11月, 2015 1 次提交
  8. 19 11月, 2015 1 次提交
  9. 28 9月, 2015 1 次提交
  10. 26 6月, 2015 1 次提交
  11. 01 6月, 2015 1 次提交
  12. 13 5月, 2015 1 次提交
  13. 10 4月, 2015 1 次提交
    • A
      lpc32xx: add support for board work_92105 · 412ae53a
      Albert ARIBAUD \(3ADEV\) 提交于
      Work_92105 from Work Microwave is an LPC3250-
      based board with the following features:
      - 64MB or 128MB SDR DRAM
      - 1 GB SLC NAND, managed through MLC controller.
      - Ethernet
      - Ethernet + PHY SMSC8710
      - I2C:
        - EEPROM (24M01-compatible)
        - RTC (DS1374-compatible)
        - Temperature sensor (DS620)
        - DACs (2 x MAX518)
      - SPI (through SSP interface)
        - Port expander MAX6957
      - LCD display (HD44780-compatible), controlled
        through the port expander and DACs
      
      This board has SPL support, and uses the LPC32XX boot
      image format.
      Signed-off-by: NAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
      412ae53a