[BACK]Return to fdt_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / fdt

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/evbarm/fdt/fdt_machdep.c between version 1.27 and 1.28

version 1.27, 2018/07/17 19:12:55 version 1.28, 2018/08/03 07:44:31
Line 98  char *boot_args = NULL;
Line 98  char *boot_args = NULL;
   
 /* filled in before cleaning bss. keep in .data */  /* filled in before cleaning bss. keep in .data */
 u_long uboot_args[4] __attribute__((__section__(".data")));  u_long uboot_args[4] __attribute__((__section__(".data")));
   const uint8_t *fdt_addr_r __attribute__((__section__(".data")));
 const uint8_t *fdt_addr_r = (const uint8_t *)0xdeadc0de;  
   
 static char fdt_memory_ext_storage[EXTENT_FIXED_STORAGE_SIZE(DRAM_BLOCKS)];  static char fdt_memory_ext_storage[EXTENT_FIXED_STORAGE_SIZE(DRAM_BLOCKS)];
 static struct extent *fdt_memory_ext;  static struct extent *fdt_memory_ext;

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>