1. 15 1月, 2015 1 次提交
  2. 29 10月, 2014 1 次提交
  3. 25 10月, 2014 1 次提交
  4. 22 10月, 2014 2 次提交
  5. 29 8月, 2014 1 次提交
    • S
      Fix test failure caused by bad handling of ramdisk · fe20a81a
      Simon Glass 提交于
      Commit e3a5bbce broke the FIT image tests by not loading a ramdisk even if
      a load address is provided in the FIT. The rationale was that a load address
      of 0 should be considered to mean 'do not load'.
      
      Add a new load operation which supports this feature, so that the ramdisk
      will be loaded if a non-zero load address is provided.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      fe20a81a
  6. 19 6月, 2014 5 次提交
  7. 12 6月, 2014 1 次提交
  8. 22 3月, 2014 1 次提交
  9. 20 2月, 2014 1 次提交
  10. 20 9月, 2013 3 次提交
  11. 17 8月, 2013 1 次提交
    • S
      image: Display FIT timestamp when booting · 1fd1e2f6
      Simon Glass 提交于
      The timestamp is shown in fit_print_contents() but for some reason not
      in fit_image_print(). This seems to be an oversight, since it is the latter
      which is used by bootm.
      
      Add timestamp printing in this case.
      
      (There is code duplication in these two function, for looking at in a future
      patch).
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      1fd1e2f6
  12. 24 7月, 2013 1 次提交
  13. 12 7月, 2013 1 次提交
    • S
      bootm: Use selected configuration for ramdisk and fdt · f320a4d8
      Simon Glass 提交于
      If a specific configuraion is selected by the bootm command, e.g. with
      'bootm 84000000#recoveryconf' we must honour this for not just the kernel,
      but also the ramdisk and FDT.
      
      In the conversion to using a common fit_image_load() function for loading
      images from FITs (commits a51ec63b and 53f375fa) this feature was lost.
      Reinstate it by passing the selected configuration back from
      fit_image_load() to boot_get_kernel(), then use this configuration
      (which is stored in images->fit_uname_cfg) in both boot_get_ramdisk()
      and boot_get_fdt().
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      f320a4d8
  14. 26 6月, 2013 1 次提交
  15. 17 6月, 2013 1 次提交
  16. 05 6月, 2013 5 次提交
  17. 15 5月, 2013 9 次提交