[edk2] [PATCH v1 0/4] BaseTools: remove un-needed code

Jaben Carsey posted 4 patches 6 years ago
Failed in applying to current master (apply log)
BaseTools/Source/Python/Common/FdfParserLite.py      | 63 +++++--------------
BaseTools/Source/Python/Ecc/CodeFragmentCollector.py | 36 +----------
BaseTools/Source/Python/Eot/CodeFragmentCollector.py | 36 +----------
BaseTools/Source/Python/GenFds/FdfParser.py          | 66 +++++---------------
4 files changed, 32 insertions(+), 169 deletions(-)
[edk2] [PATCH v1 0/4] BaseTools: remove un-needed code
Posted by Jaben Carsey 6 years ago
improve the code by removing uncalled functions and using more built in
functionality.

Jaben Carsey (4):
  BaseTools: change hex parsing to use built in
  BaseTools: remove uncalled function
  BaseTools: make static functions when self is not needed
  BaseTools: remove uncalled functions

 BaseTools/Source/Python/Common/FdfParserLite.py      | 63 +++++--------------
 BaseTools/Source/Python/Ecc/CodeFragmentCollector.py | 36 +----------
 BaseTools/Source/Python/Eot/CodeFragmentCollector.py | 36 +----------
 BaseTools/Source/Python/GenFds/FdfParser.py          | 66 +++++---------------
 4 files changed, 32 insertions(+), 169 deletions(-)

-- 
2.16.2.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v1 0/4] BaseTools: remove un-needed code
Posted by Zhu, Yonghong 6 years ago
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com> 

Best Regards,
Zhu Yonghong


-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jaben Carsey
Sent: Friday, March 30, 2018 8:19 AM
To: edk2-devel@lists.01.org
Subject: [edk2] [PATCH v1 0/4] BaseTools: remove un-needed code

improve the code by removing uncalled functions and using more built in functionality.

Jaben Carsey (4):
  BaseTools: change hex parsing to use built in
  BaseTools: remove uncalled function
  BaseTools: make static functions when self is not needed
  BaseTools: remove uncalled functions

 BaseTools/Source/Python/Common/FdfParserLite.py      | 63 +++++--------------
 BaseTools/Source/Python/Ecc/CodeFragmentCollector.py | 36 +----------  BaseTools/Source/Python/Eot/CodeFragmentCollector.py | 36 +----------
 BaseTools/Source/Python/GenFds/FdfParser.py          | 66 +++++---------------
 4 files changed, 32 insertions(+), 169 deletions(-)

--
2.16.2.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel