Skip to content
Snippets Groups Projects
  1. Feb 19, 2014
  2. Jul 24, 2013
  3. May 13, 2013
  4. Mar 15, 2013
  5. Mar 04, 2013
  6. Dec 06, 2012
  7. Nov 28, 2012
  8. May 15, 2012
  9. Jan 04, 2012
    • Graeme Russ's avatar
      x86: Convert board_init_f_r to a processing loop · a1d57b7a
      Graeme Russ authored
      Create an init function array for board_init_f_r - This finalises the
      migration to a purely array based initialisation mechanism
      
      Also tweak a few comments while we are at it so everything is 'correct'
      
      --
      Changes for v2:
       - Renamed to a more apt name
       - Fix bug in set_reloc_flag_r
       - Re-instate gd->flags = boot_flags; in board_init_f
       - Added commit message
      a1d57b7a
    • Graeme Russ's avatar
      x86: Split init functions out of board.c · d47ab0ec
      Graeme Russ authored
      This patch moves towards reducing board.c to simply a set of init cores for
      the three initialisation phases (Flash, Flash/RAM, and RAM), a set of three
      init function arrays and a init function array processing function
      d47ab0ec
Loading