1. 31 12月, 2020 2 次提交
    • Z
      Fix IS_PERIPH_ADDR() and IS_MEMORY_ADDR() macros · 07c89a84
      Zbigniew Bodek 提交于
      The macros assume that constants that are compared against
      "addr" are either unsigned or less than INT_MAX.
      In some cases it is not true so change costants to unsigned
      using U32_C macros.
      The correct solution would be to change teh MEM_ADDR, PMM_BASE, etc.
      to be unsigned long but currently "U" suffix is appended in various
      places so the assumption is that those macros use default definition
      (which is int).
      
      Put "addr" into brackets by the way since it could be an expression
      rather than one variable.
      Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com>
      Change-Id: Ife9bc5863b4934ecaab64b24faa084b87d7d7ea5
      07c89a84
    • Z
      Change DEFINE macro to U32_C · 994ad00d
      Zbigniew Bodek 提交于
      The macro to append "U" suffix should be named
      according to what it actually does which is defining U32 constant.
      Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com>
      Change-Id: I55701f0650c88bd083c062581af5c7a1b966bc0b
      994ad00d
  2. 17 11月, 2020 16 次提交
  3. 16 11月, 2020 1 次提交
  4. 05 11月, 2020 2 次提交
  5. 04 11月, 2020 1 次提交
  6. 03 11月, 2020 1 次提交
  7. 02 11月, 2020 1 次提交
  8. 29 10月, 2020 1 次提交
  9. 23 10月, 2020 1 次提交
  10. 19 10月, 2020 3 次提交
  11. 17 10月, 2020 1 次提交
  12. 16 10月, 2020 2 次提交
  13. 13 10月, 2020 4 次提交
  14. 09 10月, 2020 2 次提交
  15. 30 9月, 2020 2 次提交