Ignore:
Timestamp:
2016-04-05T19:04:11Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a34852
Parents:
3876300
Message:

Update Grub. For i386-pc platform add generated core.img for installer. Make necessary changes: grub.conf location, alignment of multiboot 2 tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/boot/multiboot2.S

    r3876300 rcfb1217  
    4949       
    5050        /* Information request tag */
     51        .align 8
    5152        tag_info_req_start:
    5253                .word MULTIBOOT2_TAG_INFO_REQ
     
    6162       
    6263        /* Address tag */
     64        .align 8
    6365        tag_address_start:
    6466                .word MULTIBOOT2_TAG_ADDRESS
     
    7274       
    7375        /* Entry address tag */
     76        .align 8
    7477        tag_entry_address_start:
    7578                .word MULTIBOOT2_TAG_ENTRY_ADDRESS
     
    8083       
    8184        /* Flags tag */
     85        .align 8
    8286        tag_flags_start:
    8387                .word MULTIBOOT2_TAG_FLAGS
     
    8993#ifdef CONFIG_FB
    9094        /* Framebuffer tag */
     95        .align 8
    9196        tag_framebuffer_start:
    9297                .word MULTIBOOT2_TAG_FRAMEBUFFER
     
    100105       
    101106        /* Module alignment tag */
     107        .align 8
    102108        tag_module_align_start:
    103109                .word MULTIBOOT2_TAG_MODULE_ALIGN
     
    108114       
    109115        /* Tag terminator */
     116        .align 8
    110117        tag_terminator_start:
    111118                .word MULTIBOOT2_TAG_TERMINATOR
Note: See TracChangeset for help on using the changeset viewer.