1. 22 10月, 2020 1 次提交
  2. 19 5月, 2020 1 次提交
    • S
      command: Remove the cmd_tbl_t typedef · 09140113
      Simon Glass 提交于
      We should not use typedefs in U-Boot. They cannot be used as forward
      declarations which means that header files must include the full header to
      access them.
      
      Drop the typedef and rename the struct to remove the _s suffix which is
      now not useful.
      
      This requires quite a few header-file additions.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      09140113
  3. 30 7月, 2019 1 次提交
  4. 27 11月, 2018 1 次提交
  5. 16 8月, 2017 2 次提交
  6. 11 10月, 2016 1 次提交
  7. 15 9月, 2016 1 次提交
  8. 21 10月, 2015 1 次提交
  9. 21 7月, 2015 1 次提交
  10. 05 3月, 2015 1 次提交
  11. 30 1月, 2015 1 次提交
    • M
      Export redesign · 49cad547
      Martin Dorwig 提交于
      this is an atempt to make the export of functions typesafe.
      I replaced the jumptable void ** by a struct (jt_funcs) with function pointers.
      The EXPORT_FUNC macro now has 3 fixed parameters and one
      variadic parameter
      The first is the name of the exported function,
      the rest of the parameters are used to format a functionpointer
      in the jumptable,
      
      the EXPORT_FUNC macros are expanded three times,
      1. to declare the members of the struct
      2. to initialize the structmember pointers
      3. to call the functions in stubs.c
      Signed-off-by: NMartin Dorwig <dorwig@tetronik.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      (resending to the list since my tweaks are not quite trivial)
      49cad547
  12. 13 5月, 2011 1 次提交
  13. 20 9月, 2010 1 次提交
  14. 10 8月, 2009 1 次提交
  15. 11 8月, 2007 1 次提交
    • S
      [ARM] TI DaVinci support, hopefully final · c74b2108
      Sergey Kubushyn 提交于
      Add support for the following DaVinci boards:
      - DV_EVM
      - SCHMOOGIE
      - SONATA
      
      Changes:
      
      - Split into separate board directories
      - Removed changes to MTD_DEBUG (or whatever it's called)
      - New CONFIG_CMD party line followed
      - Some cosmetic fixes, cleanup etc.
      - Patches against the latest U-Boot tree as of now.
      - Fixed CONFIG_CMD_NET in net files.
      - Fixed CONFIG_CMD_EEPROM for schmoogie.
      - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
         DV_EVM. Can't check if it works on SONATA, don't have a board any more,
         but it at least compiles.
      
      Here is an excerpt from session log on SCHMOOGIE...
      
      U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
      
      DRAM:  128 MB
      NAND:  128 MiB
      In:    serial
      Out:   serial
      Err:   serial
      ARM Clock : 297MHz
      DDR Clock : 162MHz
      ETH PHY   : DP83848 @ 0x01
      U-Boot > iprobe
      Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
      U-Boot > ping 192.168.253.10
      host 192.168.253.10 is alive
      U-Boot >
      Signed-off-by: NSergey Kubushyn <ksi@koi8.net>
      Acked-by: NDirk Behme <dirk.behme@gmail.com>
      Acked-by: NZach Sadecki <Zach.Sadecki@ripcode.com>
      Acked-by: NStefan Roese <sr@denx.de>
      c74b2108
  16. 06 8月, 2007 1 次提交
  17. 10 7月, 2007 2 次提交
  18. 04 7月, 2007 1 次提交
  19. 01 9月, 2006 1 次提交
  20. 12 9月, 2003 2 次提交
  21. 25 7月, 2003 1 次提交