Re: [U-Boot] [PATCH 0/2] api: extend accessible set of block device attributes

2011-10-24 Thread Detlev Zundel
Hi Che-liang, > I am working on an open source secure bootloader based on U-Boot. > Mostly I wrote boot logic (by boot logic I mean prompting user and > listing available devices sort of things). If you see U-Boot as a > platform, you can think of my project as an application running on top > of U

Re: [U-Boot] [PATCH 0/2] api: extend accessible set of block device attributes

2011-10-23 Thread Che-liang Chiou
Hi Detlev, Oops, I did not know it is intentionally to keep the external apps API as it is now. I am working on an open source secure bootloader based on U-Boot. Mostly I wrote boot logic (by boot logic I mean prompting user and listing available devices sort of things). If you see U-Boot as a pl

Re: [U-Boot] [PATCH 0/2] api: extend accessible set of block device attributes

2011-10-21 Thread Detlev Zundel
Hi, > struct device_info in api_public.h defined its own subset of attributes > of block_dev_desc, which limits the capability of external apps. > > This patch set let external apps access the same set of block device > attributes as U-Boot. Generally speaking, we are intentionally limiting our A

[U-Boot] [PATCH 0/2] api: extend accessible set of block device attributes

2011-10-20 Thread Che-Liang Chiou
struct device_info in api_public.h defined its own subset of attributes of block_dev_desc, which limits the capability of external apps. This patch set let external apps access the same set of block device attributes as U-Boot. Che-Liang Chiou (2): Flatten and solidify block_dev_desc layout a