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

Push to production #3073

Merged
merged 47 commits into from
Aug 23, 2023
Merged

Push to production #3073

merged 47 commits into from
Aug 23, 2023

Commits on Jul 26, 2023

  1. Update OpenOCD branch name

    One that accidentally got missed from #3010
    lurch authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    78f6577 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3025 from raspberrypi/lurch-patch-1

    Update OpenOCD branch name
    Alasdair Allan authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    65f24e5 View commit details
    Browse the repository at this point in the history
  3. Update installing-tools.adoc

    Alasdair Allan authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    25cea98 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3026 from raspberrypi/aallan-patch-1

    Update Debug Probe instructions
    Alasdair Allan authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    807d506 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Adding NOTE about building 32-bit kernel

    If you are attempting to compile a 32-bit kernel on the 32-bit distribution of Raspberry Pi OS you should be aware that while the userland in this distribution is 32-bit, the kernel is a 64-bit kernel. You should therefore follow the instructions for cross-compiling the kernel.
    Alasdair Allan authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    888e191 View commit details
    Browse the repository at this point in the history
  2. Update building.adoc

    Alasdair Allan authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    30408d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3027 from raspberrypi/aallan-patch-1

    Adding NOTE about building 32-bit kernel
    Alasdair Allan authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0e99ba4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7f8415 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Merge pull request #3030 from raspberrypi/lurch-patch-1

    Wording tweak to kernel building
    Alasdair Allan authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6dff34e View commit details
    Browse the repository at this point in the history

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
  3. Configuration menu
    Copy the full SHA
    0243832 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06de0d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

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

Commits on Aug 10, 2023

  1. Merge pull request #3040 from raspberrypi/iss-3035

    Custom template for integrating book links
    Alasdair Allan authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4e0a787 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Bump nokogiri from 1.15.3 to 1.15.4

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.3 to 1.15.4.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.15.3...v1.15.4)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d00f588 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Merge pull request #3048 from raspberrypi/dependabot/bundler/develop/…

    …nokogiri-1.15.4
    
    Bump nokogiri from 1.15.3 to 1.15.4
    Alasdair Allan authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e95768d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c76c1f5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3052 from raspberrypi/iss-2719

    update port info for older models
    Alasdair Allan authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9f62996 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 #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

Commits on Aug 17, 2023

  1. Merge pull request #3038 from srcshelton/note-bootloader-settings

    Note which settings pertain only to the bootloader...
    Alasdair Allan authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5696ef4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    5bd86c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3056 from raspberrypi/iss-3055

    Change boot_delay default value
    Alasdair Allan authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6e29869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cadb1a0 View commit details
    Browse the repository at this point in the history
  4. Synchronous and external trigger documentation.

    Added files to documentation about how to externally trigger IMX296
    and information about synchronising cameras for IMX477 & IMX296
    Ben Benson committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6875f8f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge pull request #3064 from raspberrypi/iss-2962

    Removed warning icons file and section
    Alasdair Allan authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6d6ca2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3865b6c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3068 from raspberrypi/warning-fix

    remove references to warning icons
    Alasdair Allan authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    651d86b View commit details
    Browse the repository at this point in the history
  4. fix

    jehlers42 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7bf0621 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6d02b0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3069 from raspberrypi/warning-fix-fix

    Restore important details for temp throttling
    Alasdair Allan authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    85b66a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Update README.md

    When did that change? 🤷‍♂️
    Alasdair Allan authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    026a09d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c2ac72 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Ah, it's this!
    Alasdair Allan authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    30ea172 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3070 from raspberrypi/books

    Update book references to use template
    Alasdair Allan authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7f38cd7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3046 from bebon901/develop

    Synchronous and external trigger documentation.
    Alasdair Allan authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ac37589 View commit details
    Browse the repository at this point in the history
  6. fixed things up a bit

    Alasdair Allan committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4f640bd View commit details
    Browse the repository at this point in the history
  7. Moved from software to hardware section

    Alasdair Allan committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    cb98a31 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3072 from raspberrypi/move_camera_things

    Moved from camera hacking from software to hardware
    Alasdair Allan authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4bd9231 View commit details
    Browse the repository at this point in the history
  9. tidied up

    Alasdair Allan committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a67a0c7 View commit details
    Browse the repository at this point in the history
  10. fixed up

    Alasdair Allan committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    17e5a75 View commit details
    Browse the repository at this point in the history
  11. oops

    Alasdair Allan committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9e917f0 View commit details
    Browse the repository at this point in the history