1. 07 2月, 2008 4 次提交
  2. 13 7月, 2007 1 次提交
  3. 14 4月, 2007 1 次提交
    • H
      AVR32: Resource management rewrite · df548d3c
      Haavard Skinnemoen 提交于
      Rewrite the resource management code (i.e. I/O memory, clock gating,
      gpio) so it doesn't depend on any global state. This is necessary
      because this code is heavily used before relocation to RAM, so we
      can't write to any global variables.
      
      As an added bonus, this makes u-boot's memory footprint a bit smaller,
      although some functionality has been left out; all clocks are enabled
      all the time, and there's no checking for gpio line conflicts.
      Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
      df548d3c
  4. 24 10月, 2006 1 次提交