1. 19 4月, 2015 4 次提交
    • S
      buildman: Store build config files · 970f932a
      Simon Glass 提交于
      Store all config file output so that we can compare changes if requested.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      970f932a
    • S
      buildman: Adjust the 'aborted' heuristic for writing output · 88c8dcf9
      Simon Glass 提交于
      At present buildman tries to detect an aborted build and doesn't record a
      result in that case. This is to make sure that an abort (e.g. with Ctrl-C)
      does not mark the build as done. Without this option, buildman would never
      retry the build unless -f/-F are provided. The effect is that aborting the
      build creates 'fake errors' on whatever builds buildman happens to be
      working on at the time.
      
      Unfortunately the current test is not reliable and this detection can
      trigger if a required toolchain tool is missing. In this case the toolchain
      problem is never reported.
      
      Adjust the logic to continue processing the build result, mark the build as
      done (and failed), but with a return code which indicates that it should be
      retried.
      
      The correct fix is to fully and correctly detect an aborted build, quit
      buildman immediately and not write any partial build results in this case.
      Unfortunately this is currently beyond my powers and is left as an exercise
      for the reader (and patches are welcome).
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      88c8dcf9
    • S
      buildman: Show 'make' command line when -V is used · 40f11fce
      Simon Glass 提交于
      When a verbose build it selected, show the make command before the output of
      that command.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      40f11fce
    • S
      Create a .cfg file containing the CONFIG options used to build · 741e58e0
      Simon Glass 提交于
      At present CONFIG options are split across Kconfig and board config headers
      files. Also we have multiple files containing these CONFIG options.
      
      In order to see exactly what is being used for building, create a .cfg
      file which holds these options as reported by the C preprocessor.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      741e58e0
  2. 17 4月, 2015 2 次提交
    • K
      ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c · 4564faea
      Kishon Vijay Abraham I 提交于
      Commit d3cfcb3e (ARM: DRA7: Enable clocks for USB OTGSS and USB PHY)
      changed the member names of prcm_regs from cm_l3init_usb_otg_ss_clkctrl
      to cm_l3init_usb_otg_ss1_clkctrl and from cm_coreaon_usb_phy_core_clkctrl
      to cm_coreaon_usb_phy1_core_clkctrl in order to differentiate between
      the two dwc3 controllers present in dra7xx/am43xx and enabled these
      clocks in enable_basic_clocks() in hw_data.c. However these clocks
      continued to be enabled in board files/driver files for dwc3 host
      mode functionality causing compilation break with few configs.
      
      Fixed it here by making all the clocks enabled in enable_basic_clocks()
      and removing it from board files/driver files here.
      Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
      4564faea
    • T
      Merge branch 'master' of http://git.denx.de/u-boot-sunxi · 20913018
      Tom Rini 提交于
      20913018
  3. 15 4月, 2015 30 次提交
  4. 14 4月, 2015 4 次提交