Re: [U-Boot] [RFC PATCH 30/44] sandbox: image: Add support for booting images in sandbox

2013-01-05 Thread Marek Vasut
Dear Simon Glass, > Much of the image code uses addresses as ulongs and pointers > interchangeably, casting between the two forms as needed. > > This doesn't work with sandbox, which has a U-Boot RAM buffer which is > separate from the host machine's memory. > > Adjust the cost so that translati

[U-Boot] [RFC PATCH 30/44] sandbox: image: Add support for booting images in sandbox

2013-01-04 Thread Simon Glass
Much of the image code uses addresses as ulongs and pointers interchangeably, casting between the two forms as needed. This doesn't work with sandbox, which has a U-Boot RAM buffer which is separate from the host machine's memory. Adjust the cost so that translating from a U-Boot address to a poi