Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-04 | x86: Convert board_init_f_r to a processing loop | Graeme Russ | |
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 | |||
2012-01-04 | x86: Split init functions out of board.c | Graeme Russ | |
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 |