Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Lp64 #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

WIP: Lp64 #3

wants to merge 6 commits into from

Commits on May 15, 2019

  1. libpayload: initial x86_64 support

    Exceptions are not ready yet.
    
    Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
    krystian-hebel committed May 15, 2019
    Configuration menu
    Copy the full SHA
    2b29e7e View commit details
    Browse the repository at this point in the history
  2. libpayload/configs/defconfig-tinycurses-64: test config for x86_64

    Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
    krystian-hebel committed May 15, 2019
    Configuration menu
    Copy the full SHA
    f63e3c4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. libpayload: clear BSS, use 64b virtual_offset, remove debug output

    Apparently BSS is not cleared by SeaBIOS, it needs to be cleared
    manually.
    
    Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
    krystian-hebel committed May 20, 2019
    Configuration menu
    Copy the full SHA
    bc0818b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. libpayload/x86_64/head.S: fix 32b code selector and memory attributes

    Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
    krystian-hebel committed May 21, 2019
    Configuration menu
    Copy the full SHA
    771acd8 View commit details
    Browse the repository at this point in the history
  2. libpayload/configs/defconfig-tinycurses-64: more heap memory

    Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
    krystian-hebel committed May 21, 2019
    Configuration menu
    Copy the full SHA
    1a572a1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. libpayload: more fixes for x86_64

    Exceptions still not available.
    
    Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
    krystian-hebel committed May 28, 2019
    Configuration menu
    Copy the full SHA
    70fb381 View commit details
    Browse the repository at this point in the history