Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ARM-software/ebbr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0-pre1
Choose a base ref
...
head repository: ARM-software/ebbr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0-pre2
Choose a head ref
  • 10 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 6, 2026

  1. trivial: update copyright dates

    Signed-off-by: Vincent Stehlé <[email protected]>
    vstehle committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    6c5d42e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Add an environment variable to disable the pdf watermark

    Add a check in Sphinx python configuration to verify if the
    `EBBRNOWATERMARK' environment variable is defined, in which case the LaTeX
    pdf watermark is disabled.
    
    This allows to generate pdf documents without a watermark for comparison,
    without having to edit the configuration file.
    
    Signed-off-by: Vincent Stehlé <[email protected]>
    vstehle committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    78333ce View commit details
    Browse the repository at this point in the history
  2. Move LaTeX preamble into its own file

    Today we have a single custom LaTeX preamble line (to use the `hyphenat'
    package) defined directly in Sphinx configuration.
    Move it into a new source/latex/custom.tex.txt file, to prepare adding more
    LaTeX customization.
    
    Signed-off-by: Vincent Stehlé <[email protected]>
    vstehle committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    0781923 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. chapter3-secureworld: correct RISC-V heading

    Chapter 3.3 is about RISC-V in general and not about a
    "RISC-V Multiprocessor Startup Protocol".
    
    While at it add a missing 'the'.
    
    Signed-off-by: Heinrich Schuchardt <[email protected]>
    xypron authored and vstehle committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    59337c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. index: adjust the changelog

    - Mention RISC-V section renaming.
    - Clarify that we are removing the reference to a RISC-V specification.
    
    Signed-off-by: Vincent Stehlé <[email protected]>
    vstehle committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    9a7f824 View commit details
    Browse the repository at this point in the history
  2. chapter2: adjust a few tables widths

    Some of our two-columns tables are somewhat unbalanced, with much less
    contents in the first column than in the second one.
    Change the layout of those tables to make the generated documents nicer.
    
    This even has the nice side effect to spare one page for the pdf format.
    
    Signed-off-by: Vincent Stehlé <[email protected]>
    vstehle committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    86514cf View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. chapter2: firmware should advertise all supported EBBR profiles

    Make it clear that platform firmware should advertise all the EBBR profile
    GUIDs it is compliant with, for compatibility with existing software.
    
    Signed-off-by: Vincent Stehlé <[email protected]>
    vstehle committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    bdc8207 View commit details
    Browse the repository at this point in the history
  2. Render version annotations in gray italic

    By default version annotations have no special formatting when rendered
    with Sphinx and LaTeX as pdf, while they are in displayed in italic in the
    HTML.
    Customize the LaTeX pdf formatting to render version annotations in italic
    for consistency.
    
    Also, for both the HTML and pdf, render version annotations in gray to make
    them visibly different from normal text.
    
    This has no visible impact until we have version annotations.
    
    Signed-off-by: Vincent Stehlé <[email protected]>
    vstehle committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    06e7ac0 View commit details
    Browse the repository at this point in the history
  3. Add version annotations

    Add version annotations for new and updated requirements, starting from the
    last EBBR major revision (v2.0.0).
    
    Add a few words in the README about version annotations.
    
    Signed-off-by: Vincent Stehlé <[email protected]>
    vstehle committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    0fdb84b View commit details
    Browse the repository at this point in the history
  4. v2.4.0-pre2

    Update index to prepare a second pre-release for review.
    
    Signed-off-by: Vincent Stehlé <[email protected]>
    vstehle committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    37a4f62 View commit details
    Browse the repository at this point in the history
Loading