Re: [PATCH 2/2] config: efi-x86_payload: Enable DEBUG_UART

2025-01-06 Thread Tom Rini
On Mon, Jan 06, 2025 at 02:46:53PM +0800, Kever Yang wrote: > Hi Heinrich and Simon, > >     I send these two change because I want to fix the build error > below(from[1]) which is for disable the DEBUG_UART[2]. > Do you have clear suggestion on how to do this in efi_stub, since I have no > idea

Re: [PATCH 2/2] config: efi-x86_payload: Enable DEBUG_UART

2025-01-06 Thread Simon Glass
Hi Kever, On Sun, 5 Jan 2025 at 23:47, Kever Yang wrote: > > Hi Heinrich and Simon, > > I send these two change because I want to fix the build error > below(from[1]) which is for disable the DEBUG_UART[2]. > Do you have clear suggestion on how to do this in efi_stub, since I have > no idea

Re: [PATCH 2/2] config: efi-x86_payload: Enable DEBUG_UART

2025-01-05 Thread Kever Yang
Hi Heinrich and Simon,     I send these two change because I want to fix the build error below(from[1]) which is for disable the DEBUG_UART[2]. Do you have clear suggestion on how to do this in efi_stub, since I have no idea about this module, so I just follow how it works in other serial driv

Re: [PATCH 2/2] config: efi-x86_payload: Enable DEBUG_UART

2025-01-04 Thread Heinrich Schuchardt
Am 4. Januar 2025 20:29:43 MEZ schrieb Simon Glass : >Hi Heinrich, > >On Sat, 4 Jan 2025 at 05:16, Heinrich Schuchardt wrote: >> >> On 28.11.24 04:47, Kever Yang wrote: >> > The efi_stub is useing DEBUG_UART interface by default, Enable it. >> >> As Simon already wrote in a code comment the implem

Re: [PATCH 2/2] config: efi-x86_payload: Enable DEBUG_UART

2025-01-04 Thread Simon Glass
Hi Heinrich, On Sat, 4 Jan 2025 at 05:16, Heinrich Schuchardt wrote: > > On 28.11.24 04:47, Kever Yang wrote: > > The efi_stub is useing DEBUG_UART interface by default, Enable it. > > As Simon already wrote in a code comment the implementation of the EFI > stub is broken as it is not hardware ag

Re: [PATCH 2/2] config: efi-x86_payload: Enable DEBUG_UART

2025-01-03 Thread Heinrich Schuchardt
On 1/3/25 17:16, Heinrich Schuchardt wrote: On 28.11.24 04:47, Kever Yang wrote: The efi_stub is useing DEBUG_UART interface by default, Enable it. As Simon already wrote in a code comment the implementation of the EFI stub is broken as it is not hardware agnostic. In the EFI stub we should n

Re: [PATCH 2/2] config: efi-x86_payload: Enable DEBUG_UART

2025-01-03 Thread Heinrich Schuchardt
On 28.11.24 04:47, Kever Yang wrote: The efi_stub is useing DEBUG_UART interface by default, Enable it. As Simon already wrote in a code comment the implementation of the EFI stub is broken as it is not hardware agnostic. In the EFI stub we should never directly access hardware. Please, use Si

[PATCH 2/2] config: efi-x86_payload: Enable DEBUG_UART

2024-11-27 Thread Kever Yang
The efi_stub is useing DEBUG_UART interface by default, Enable it. Signed-off-by: Kever Yang --- configs/efi-x86_payload32_defconfig | 1 + configs/efi-x86_payload64_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/efi-x86_payload32_defconfig b/configs/efi-x86_payload32_