1. 05 3月, 2015 2 次提交
    • S
      arm: spl: Avoid setting up a duplicate global data structure · fc8fdc76
      Simon Glass 提交于
      This is already set up in crt0.S. We don't need a new structure and don't
      really want one in the 'data' section of the image, since it will be empty
      and crt0.S's changes will be ignored.
      
      As an interim measure, remove it only if CONFIG_DM is not defined. This
      allows us to press ahead with driver model in SPL and allow the stragglers
      to catch up.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      fc8fdc76
    • S
      arm: Reduce the scope of lowlevel_init() · 24a6bc01
      Simon Glass 提交于
      This function has grown into something of a monster. Some boards are setting
      up a console and DRAM here in SPL. This requires global_data which should be
      set up in one place (crt0.S).
      
      There is no need for SPL to use s_init() for anything since board_init_f()
      is called immediately afterwards.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      24a6bc01
  2. 04 3月, 2015 6 次提交
  3. 03 3月, 2015 3 次提交
  4. 02 3月, 2015 24 次提交
  5. 28 2月, 2015 5 次提交