Displaying 6 results from an estimated 6 matches for "bjzhang".
Did you mean:
  jzhang
  
2013 May 31
22
[PATCH 0/4] xen/arm: assemble support for Allwinner A31
These series patch enable Allwinner A31(code name sun6i) support in
assemble. with these patches, the cpu 0 of sun6i SOC could successful
boot into the c environment.
Bamvor Jian Zhang (4):
  xen/arm: introduce Cortex-A7 support
  xen/arm: introduce Allwinner sun6i SOC basic support
  xen/arm: enable early printk for sun6i
  xen/arm: enable switch to hyper mode for sun6i
 xen/arch/arm/Rules.mk  
2013 Jul 09
1
[PATCH V3] xen: arm: introduce Cortex-A7 support
Introduce Cortex-A7 with a scalable proc_info_list which including cpu id
and cpu initialize function.
In head.S, search cpu specific MIDR in procinfo and call such initialize
function. Currently, support Cortex-A7 and Cortex-A15.
Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com>
---
changes since v2
1), define cpu_init function instead of assemble jump code in struct proc_info_list
2), add commit in look up proc info in assemble code.
3), merge __v7_ca7mp and __v7_ca15mp and relative definition into prov-v7.S
4), move MIDR mask definition from headers to prov-...
2013 Jan 13
0
[xen-unstable test] 14916: regressions - FAIL
...ass
version targeted for testing:
 xen                  1e2195cb4410
baseline version:
 xen                  35a0556a7f76
------------------------------------------------------------
People who touched revisions under test:
  Andrew Cooper <andrew.cooper3@citrix.com>
  Bamvor Jian Zhang <bjzhang@suse.com>
  Dan Magenheimer <dan.magenheimer@oracle.com>
  Daniel De Graaf <dgdegra@tycho.nsa.gov>
  Dongxiao Xu <dongxiao.xu@intel.com>
  Eddie Dong <eddie.dong@intel.com>
  Ian Campbell <ian.campbell@citrix.com>
  Ian Jackson <ian.jackson@eu.citrix.com>
  Ja...
2013 Feb 24
2
[xen-4.2-testing test] 16260: regressions - FAIL
...all
    libxl_osevent_hooks->timeout_modify and now it never calls
    ->timeout_deregister).
    
    For clarity, fold the body of time_register_finite into its one
    remaining call site.  This makes the semantics of ev->infinite
    slightly clearer.
    
    Cc: Bamvor Jian Zhang <bjzhang@suse.com>
    Cc: Ian Campbell <Ian.Campbell@citrix.com>
    Tested-by: Jim Fehlig <jfehlig@suse.com>
    Acked-by: Jim Fehlig <jfehlig@suse.com>
    Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
(qemu changes not included)
2012 Feb 20
18
[PATCH] libxl: fix compile error of libvirt
...So, the former one also need to be installed.  
b, define __XEN_TOOLS__ in libxl.h: 
the head file "xen/sysctl.h" need check this macro.  
It is the same way used by the xen libxc public headers(tools/libxc/xenctrl.h and tools/libxc/xenctrlosdep.h).  
Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com> 
diff -r 87218bd367be tools/libxl/Makefile 
--- a/tools/libxl/MakefileFri Feb 17 12:24:38 2012 +0000 
+++ b/tools/libxl/MakefileMon Feb 20 15:36:09 2012 +0800 
@@ -163,7 +163,7 @@ 
 ln -sf libxlutil.so.$(XLUMAJOR).$(XLUMINOR) $(DESTDIR)$(LIBDIR)/libxlutil.so.$(XLUMAJOR) 
 ln -sf libxl...
2013 Aug 29
2
Re: [PATCH V1 17/29] xen/arm: Mark each device used by Xen as disabled in DOM0 FDT
Hi Julien
> On some board, there is no alias to the UART. To avoid modification in
> the device tree, dt-uart should also search device by path.
> 
> To distinguish an alias from a path, dt-uart will check the first character.
> If it''s a / then it''s path, otherwise it''s an alias.
> 
> Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx>
>