[edk2] the implemention of the NVRAM storage with EMMC device on ARM platform

2014-02-26 Thread zhengjiewen2005
all: i am porting the uefi to a arm soc with emmc stroage, i meet some questions when i am trying to implement the NVRAM variable read/write. since there is no nor flash on my platform, so i want to store the variable in the emmc device(RPMB partition). but i find in the edk2, there is no proper

Re: [edk2] ctrl+c don't work in shell

2013-10-24 Thread zhengjiewen2005
ected) # #INF ArmPkg/Filesystem/SemihostFs/SemihostFs.inf is there some guys know why this would happen ? zhengjiewen2005 From: Carsey, Jaben Date: 2013-10-18 23:15 To: zhengjiewen2005; edk2-devel@lists.sourceforge.net CC: Carsey, Jaben Subject: RE: RE: [edk2] ctrl+c don't work in sh

Re: [edk2] ctrl+c don't work in shell

2013-10-18 Thread zhengjiewen2005
no, i don't have a startup.nsh. "abc" is nothing(no a command,just three random characters), that means if i enter the command that do not exist in the shell,the console would not response any more. zhengjiewen2005 From: Carsey, Jaben Date: 2013-10-18 23:15 To: zhengjiewen2

Re: [edk2] ctrl+c don't work in shell

2013-10-17 Thread zhengjiewen2005
, i try to press "ctrl+c", but nothing happened. i guess if there are some configs in dsc file to enable the ctrl+c feature. but i am not sure. zhengjiewen2005 From: Carsey, Jaben Date: 2013-10-18 00:59 To: edk2-devel@lists.sourceforge.net; 'zhengjiewen2005' CC: Carsey

[edk2] ctrl+c don't work in shell

2013-10-17 Thread zhengjiewen2005
hi: everybody! i'am porting edkii to a arm cortex a7 soc, everything looks well. but when i enter shell, there is a problem: i can‘t use "ctrl+c" to stop app in my uart console. that means ctrl+c do not work on my platform ! is there any guys had meet such a situation ?

Re: [edk2] edk2-devel Digest, Vol 46, Issue 34

2013-10-17 Thread zhengjiewen2005
hi: everybody! i'am porting edkii to a arm cortex a7 soc, everything looks well. but when i enter shell, there is some problem: i can use "ctrl+c" to stop app in my uart console. this is ctrl+c do not work on my platform ! is there any guys had meet such a situation ?