Re: [PATCH v1 0/4] Port gen_compile_commands.py from Linux to U-Boot

2023-08-31 Thread Tom Rini
On Thu, Aug 31, 2023 at 09:21:19PM +0200, João Marcos Costa wrote: > Hello Simon, > > Em seg., 21 de ago. de 2023 às 21:13, Simon Glass > escreveu: > > > Hi Joao, > > > > Can you also please bring over the documentation for this feature? > > > > Actually, I couldn't find any documentation per s

Re: [PATCH v1 0/4] Port gen_compile_commands.py from Linux to U-Boot

2023-08-31 Thread João Marcos Costa
Hello Yannic, Em seg., 28 de ago. de 2023 às 10:09, Yannic Moog escreveu: > > Can you also add a patch to add the compile_commands.json to > .gitignore, please? > > Yannic > Absolutely. I will add such patch in the v2 series. Thanks for the suggestion. -- Atenciosamente, João Marcos Costa ww

Re: [PATCH v1 0/4] Port gen_compile_commands.py from Linux to U-Boot

2023-08-31 Thread João Marcos Costa
Hello Simon, Em seg., 21 de ago. de 2023 às 21:13, Simon Glass escreveu: > Hi Joao, > > Can you also please bring over the documentation for this feature? > Actually, I couldn't find any documentation per se (e.g. in linux/Documentation) besides what is already documented in the actual code, as

Re: [PATCH v1 0/4] Port gen_compile_commands.py from Linux to U-Boot

2023-08-28 Thread Yannic Moog
Hello Joao, On Sun, 2023-08-20 at 21:04 +0200, Joao Marcos Costa wrote: > Hello U-Boot community, > > I'm submitting a patch series that ports the gen_compile_commands.py > script from the Linux kernel's sources to U-Boot. This script, > originally > located in scripts/clang-tools/gen_compile_com

Re: [PATCH v1 0/4] Port gen_compile_commands.py from Linux to U-Boot

2023-08-21 Thread Simon Glass
Hi Joao, On Sun, 20 Aug 2023 at 13:04, Joao Marcos Costa wrote: > > Hello U-Boot community, > > I'm submitting a patch series that ports the gen_compile_commands.py > script from the Linux kernel's sources to U-Boot. This script, originally > located in scripts/clang-tools/gen_compile_commands.py

[PATCH v1 0/4] Port gen_compile_commands.py from Linux to U-Boot

2023-08-20 Thread Joao Marcos Costa
Hello U-Boot community, I'm submitting a patch series that ports the gen_compile_commands.py script from the Linux kernel's sources to U-Boot. This script, originally located in scripts/clang-tools/gen_compile_commands.py, enables the generation of compile_commands.json files for improved code nav