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

Note which settings pertain only to the bootloader... #3038

Merged
merged 8 commits into from
Aug 17, 2023

Commits on Aug 1, 2023

  1. Add notes to settings applied by the bootloader

    See raspberrypi/firmware#1810:
    
    Document the settings which will be ignored if they are specified in any additional file which is included from `config.txt`.
    srcshelton authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    848a1c9 View commit details
    Browse the repository at this point in the history
  2. Add notes on bootloader options to boot.adoc

    Add notes for `start_file`, `fixup_file`, `start_x`, `start_debug`, `bootcode_delay`, `uart_2ndstage`.
    srcshelton authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1f914e6 View commit details
    Browse the repository at this point in the history
  3. Add notes on bootloader options to overclocking.adoc

    Add notes for `sdram_freq`
    srcshelton authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3a5f980 View commit details
    Browse the repository at this point in the history
  4. Add notes on bootloader options to memory.adoc

    Add notes for `gpu_mem`, `gpu_mem_256`, `gpu_mem_512`, `gpu_mem_1024`, `total_mem`.
    srcshelton authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    3643882 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Fix copy/paste error in boot.adoc

    Repeat of `start_file`/`fixup_file` was not intentional.
    srcshelton authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    fea6b23 View commit details
    Browse the repository at this point in the history
  2. Update what_is_config_txt.adoc

    Improve phrasing
    srcshelton authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c0055ff View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    a8db339 View commit details
    Browse the repository at this point in the history
  2. Remove standalone NOTEs...

    ... as requested at raspberrypi#3038 (comment)
    
    Signed-off-by: Stuart Shelton <[email protected]>
    srcshelton committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d6900bb View commit details
    Browse the repository at this point in the history