1. 21 1月, 2013 1 次提交
  2. 01 9月, 2012 10 次提交
  3. 07 7月, 2012 1 次提交
  4. 15 5月, 2012 3 次提交
    • M
      i.MX28: Shut down the LCD controller before reset · 8d4c759f
      Marek Vasut 提交于
      If the LCD controller is on before the CPU goes into reset, the traffic on LCDIF
      data pins interferes with the BootROM's boot mode sampling. So shut the
      controller down.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Detlev Zundel <dzu@denx.de>
      Cc: Fabio Estevam <festevam@gmail.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      8d4c759f
    • M
      i.MX28: Implement boot pads sampling and reporting · f8c4a86b
      Marek Vasut 提交于
      This patch implements code that samples i.MX28 boot pads and reports boot mode
      accordingly.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Detlev Zundel <dzu@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      f8c4a86b
    • M
      i.MX28: Improve passing of data from SPL to U-Boot · 0239c2fb
      Marek Vasut 提交于
      Pass memory size from SPL via structure located in SRAM instead of SCRATCH
      registers. This allows passing more data about boot from SPL to U-Boot, like the
      boot mode pads configuration.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Detlev Zundel <dzu@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      0239c2fb
  5. 16 4月, 2012 1 次提交
  6. 29 3月, 2012 1 次提交
  7. 27 3月, 2012 2 次提交
  8. 12 2月, 2012 1 次提交
  9. 16 1月, 2012 2 次提交
  10. 11 11月, 2011 3 次提交
    • M
      iMX28: Fix ARM vector handling · 22fe68fb
      Marek Vasut 提交于
      This patch introduces proper ARM vector handling for i.MX28 CPU. This issue
      wasn't addressed because the interrupts weren't enabled on any ARMv5 core,
      therefore the issue wasn't noticed earlier.
      
      In previous implementation, the vectoring code used by i.MX28 CPU when an
      exception happened was that of the SPL. With this change, the branch target when
      an exception happens can be reconfigured by U-Boot.
      Signed-off-by: NMarek Vasut <marek.vasut@gmail.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Detlev Zundel <dzu@denx.de>
      22fe68fb
    • M
      iMX28: Add GPIO control · 6b6440de
      Marek Vasut 提交于
      Signed-off-by: NMarek Vasut <marek.vasut@gmail.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Detlev Zundel <dzu@denx.de>
      6b6440de
    • M
      iMX28: Initial support for iMX28 CPU · 6e9a0a39
      Marek Vasut 提交于
      This patch supports:
      - Timers
      - Debug UART
      - Clock
      Signed-off-by: NMarek Vasut <marek.vasut@gmail.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Detlev Zundel <dzu@denx.de>
      6e9a0a39