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

Implement legacy OS booting support #482

Merged
merged 56 commits into from
Sep 8, 2023
Merged

Implement legacy OS booting support #482

merged 56 commits into from
Sep 8, 2023

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    324b514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a4a475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50b0e45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86717d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a51120 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9893ce7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    8cd0086 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    44fb3ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3756798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    323a420 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    9fd5aae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f93f52b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b26ce6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52b6eb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4cb596 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    0a92019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b6d8b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    c9abfda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83af80a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af72514 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4776b98 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    7f83d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4bb4b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    7601bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a29c01 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    3a31eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61eeb93 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    5b8063f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0628f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e8456e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    667d9c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5de545 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    387adeb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    e03a577 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    ed62e4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c70ad78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3f5845 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6335b33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52d1fe9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86b0f06 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    1208503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dabc04a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a71056 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b9861b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c96647 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbb7dee View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    cf88226 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    24d8c51 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    4821ae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec656db View commit details
    Browse the repository at this point in the history
  3. OpenDuet: Use PcdTurnOffUsbLegacySupport PCD instead

    USB emulation mode should only be disabled for regular OpenDuet build, and not BlockIoDxe one.
    Goldfish64 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    48b3beb View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    aca0384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8c9724 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    608a01e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e8555a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    f9a6965 View commit details
    Browse the repository at this point in the history