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: OP-TEE/optee_client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.22.0
Choose a base ref
...
head repository: OP-TEE/optee_client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0
Choose a head ref
  • 5 commits
  • 24 files changed
  • 2 contributors

Commits on Oct 13, 2023

  1. cmake: remove whitespace before parenthesis

    The style used by the CMake project itself and the most widely used
    CMake style does not place white space between the function/macro name
    and the parenthesis. Align with the common style.
    
    Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com>
    Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
    Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
    eaaltonen authored and jforissier committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2dd250b View commit details
    Browse the repository at this point in the history
  2. Makefile, cmake: move teec related headers

    The optee-client-headers interface library was added back in commit
    e0a12e2 "cmake: Initial CMake support"
    , but to a directory named "public". Improve the consistency of the
    Cmake build by moving the headers under the associated libteec include
    directory.
    
    Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com>
    Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
    Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
    eaaltonen authored and jforissier committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3ac968e View commit details
    Browse the repository at this point in the history
  3. pkgconfig file: remove extra comments

    Remove extra comments about CMake build. Before the comments were
    included in the generated .pc file. Based on a short sample, most
    projects pkgconfig files don't start with any extra comments.
    
    Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com>
    Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
    Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
    eaaltonen authored and jforissier committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    46831ac View commit details
    Browse the repository at this point in the history
  4. cmake: pkgconfig file: install the file

    Make it so that pkgconfig file is actually installed to INSTALL_LIBDIR.
    
    Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com>
    Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
    Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
    eaaltonen authored and jforissier committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6178477 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. teec: use multiple of page size for page aligned buffers

    When allocating a page aligned buffer, round the size up the next
    multiple of page size. With this we can guarantee that a part of that
    page isn't registered already.
    
    Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
    Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
    jenswi-linaro authored and jforissier committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    acb0885 View commit details
    Browse the repository at this point in the history
Loading