1. 27 Apr, 2021 3 commits
    • Daniel Leung's avatar
      kernel: generate placeholders for kobj tables before final build · 11171699
      Daniel Leung authored
      
      Due to the use of gperf to generate hash table for kobjects,
      the addresses of these kobjects cannot change during the last
      few phases of linking (especially between zephyr_prebuilt.elf
      and zephyr.elf). Because of this, the gperf generated data
      needs to be placed at the end of memory to avoid pushing symbols
      around in memory. This prevents moving these generated blocks
      to earlier sections, for example, pinned data section needed
      for demand paging. So create placeholders for use in
      intermediate linking to reserve space for these generated blocks.
      Due to uncertainty on the size of these blocks, more space is
      being reserved which could result in wasted space. Though, this
      retains the use of hash table for faster lookup.
      Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
      11171699
    • Carlo Caione's avatar
      board: arm64: Add FVP Base RevC 2xAEMv8A board · 0427d93f
      Carlo Caione authored
      
      Add support for the FVP Base RevC 2xAEMv8A board to be emulated using
      the same FVP. For now the virtual platform is only exposing one core and
      the basic set of peripherals (GICv3, ARM arch timer, PL011, etc...).
      
      INFO    - Total complete:  256/ 256  100%  skipped:  933, failed:    0
      Signed-off-by: default avatarCarlo Caione <ccaione@baylibre.com>
      0427d93f
    • Erwan Gouriou's avatar
      CODEOWNERS: Add code owner for dts/common · 45418ded
      Erwan Gouriou authored
      
      Add @galak as codeowner for dts/common
      Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
      45418ded
  2. 22 Apr, 2021 7 commits
  3. 20 Apr, 2021 1 commit
  4. 19 Apr, 2021 1 commit
  5. 13 Apr, 2021 5 commits
  6. 09 Apr, 2021 1 commit
  7. 08 Apr, 2021 1 commit
  8. 02 Apr, 2021 1 commit
  9. 31 Mar, 2021 4 commits
  10. 25 Mar, 2021 1 commit
  11. 23 Mar, 2021 3 commits
  12. 22 Mar, 2021 1 commit
  13. 19 Mar, 2021 2 commits
  14. 18 Mar, 2021 4 commits
  15. 16 Mar, 2021 1 commit
  16. 15 Mar, 2021 1 commit
  17. 11 Mar, 2021 1 commit
  18. 09 Mar, 2021 1 commit
  19. 08 Mar, 2021 1 commit