Re: [U-Boot] [PATCH 15/25] x86: Add a simple command to show FSP HOB information

2014-12-17 Thread Bin Meng
Hi Pavel, On Tue, Dec 16, 2014 at 6:34 AM, Pavel Machek pa...@denx.de wrote: Hi! +static char *hob_type[] = { + reserved, + Hand-off, + Memory Allocation, + Resource Descriptor, + GUID Extension, + Firmware Volumn, volume? ? +int do_hob(cmd_tbl_t *cmdtp, int

Re: [U-Boot] [PATCH 15/25] x86: Add a simple command to show FSP HOB information

2014-12-15 Thread Pavel Machek
Hi! +static char *hob_type[] = { + reserved, + Hand-off, + Memory Allocation, + Resource Descriptor, + GUID Extension, + Firmware Volumn, volume? ? +int do_hob(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +{ + EFI_PEI_HOB_POINTERS hob; +

Re: [U-Boot] [PATCH 15/25] x86: Add a simple command to show FSP HOB information

2014-12-05 Thread Bin Meng
Hi Simon, On Fri, Dec 5, 2014 at 7:42 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 4 December 2014 at 08:02, Bin Meng bmeng...@gmail.com wrote: Can we have a short commit message about what HOB is and why you want to list it? Sure. [snip] --- arch/x86/lib/Makefile | 1 +

[U-Boot] [PATCH 15/25] x86: Add a simple command to show FSP HOB information

2014-12-04 Thread Bin Meng
8 = hob HOB list address: 0x3f42 No. | Address | Type | Length in Bytes -|--|--|- 0 | 3f42 | Hand-off | 56 1 | 3f420038 | GUID Extension | 240

Re: [U-Boot] [PATCH 15/25] x86: Add a simple command to show FSP HOB information

2014-12-04 Thread Simon Glass
Hi Bin, On 4 December 2014 at 08:02, Bin Meng bmeng...@gmail.com wrote: Can we have a short commit message about what HOB is and why you want to list it? 8 = hob HOB list address: 0x3f42 No. | Address | Type |