Lines Matching full:bootstrap
110 /* Try bootstrap */ in il4965_verify_ucode()
115 D_INFO("Bootstrap uCode is good in inst SRAM\n"); in il4965_verify_ucode()
141 * Selection of bootstrap image (vs. other images) is arbitrary. */ in il4965_verify_ucode()
265 /* check contents of special bootstrap uCode SRAM */
290 D_INFO("BSM bootstrap uCode image OK\n"); in il4965_verify_bsm()
296 * il4965_load_bsm - Load bootstrap instructions
300 * The Bootstrap State Machine (BSM) stores a short bootstrap uCode program
303 * the bootstrap program into the on-board processor, and starts it.
305 * The bootstrap program loads (via DMA) instructions and data for a new
323 * When powering back up, the BSM loads the bootstrap program. This reloads
345 /* make sure bootstrap program is no larger than BSM's SRAM size */ in il4965_load_bsm()
349 /* Tell bootstrap uCode where to find the "Initialize" uCode in il4965_load_bsm()
365 /* Fill BSM memory with bootstrap instructions */ in il4965_load_bsm()
380 /* Load bootstrap code into instruction SRAM now, in il4965_load_bsm()
384 /* Wait for load of bootstrap uCode to finish */ in il4965_load_bsm()
424 /* Tell bootstrap uCode where to find image to load */ in il4965_set_ucode_ptrs()
452 /* Bootstrap uCode has loaded initialize uCode ... verify inst image. in il4965_init_alive_start()