HomeSort by relevance Sort by last modified time
    Searched refs:bootstub (Results 1 - 5 of 5) sorted by null

  /hardware/intel/bootstub/
Android.mk 6 # bootstub.bin
7 BOOTSTUB_BINARY := bootstub
12 include $(LOCAL_PATH)/bootstub.mk
21 include $(LOCAL_PATH)/bootstub.mk
30 include $(LOCAL_PATH)/bootstub.mk
bootstub.spec 1 Summary: this package provides bootstub binary for mrst/mfld platform
2 Name: bootstub
11 this package provides bootstub to create NAND boot image
22 install -m 755 bootstub $RPM_BUILD_ROOT/boot/
28 /boot/bootstub
bootstub.mk 4 BOOTSTUB_SRC_FILES := bootstub.c sfi.c ssp-uart.c imr_toc.c spi-uart.c
40 @echo "Generating bootstub.bin: $@"
56 # Then assemble the final bootstub file
59 @echo "Generating bootstub: $@"
head.S 2 * head.S for bootstub to load protected mode kernel
24 * Note. When FW hand-off control to bootstub, the CPU is already in protected
30 * When bootstub get control, the memory map in DRAM is like:
55 #include "bootstub.h"
67 calll bootstub
68 /* after call bootstub, GDT is set, IDT is clear
bootstub.c 2 * bootstub 32 bit entry setting routings
23 #include "bootstub.h"
145 bp->hdr.type_of_loader = 0xff; //bootstub is unknown bootloader for kernel :)
467 int bootstub(void) function
488 bs_printk("Bootstub Version: 1.4 ...\n");

Completed in 66 milliseconds