• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/fis/fis-003-list_output.patch
H Hartley SweetenH Hartley Sweeten committed e8b320a708012 May 2010
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
--- fis.orig/fis.c  2010-05-12 10:22:10.000000000 -0700
2
+++ fis/fis.c   2010-05-12 10:19:24.000000000 -0700
3
@@ -142,8 +142,8 @@
4
 
5
 static void dump_desc(FILE* f, const struct fis_image_desc* d)
6
 {
7
-  fprintf(f,"%16s: flash addr = 0x%08x, mem addr = 0x%08x, size = 0x%08x, checksum = 0x%08x\n",
8
-             d->name, d->flash_base, d->mem_base, d->size, d->file_cksum);
9
+  fprintf(f,"%-16s  0x%08x  0x%08x  0x%08x  0x%08x  0x%08x\n",
10
+             d->name, d->flash_base, d->mem_base, d->size, d->entry_point, d->file_cksum);
11
   for (unsigned int i=0; i<(sizeof(d->skips)/4); ++i) {
12
     if (d->skips[i]==0x736b6970 || d->skips[i]==0x70696b73) { // "skip"
13
       uint32_t offset = d->skips[i+1];
14
@@ -400,6 +400,7 @@
15
   CHECK(fd=open(device,O_RDONLY),-1);
16
   dir_t dir;
17
   load_dir(fd,offset,&size,swap_endianness,&dir);
18
+  fprintf(stdout,"Name              FLASH addr  Mem addr    Length      Entry point Checksum\n");
19
   FOR_EACH_DIR_ENTRY(dir,i) {
20
     dump_desc(stdout,get(i));
21
   }
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.