ge or complex fuse
configurations.
Request for Feedback
Does this proposal look good? If so, I will start to work on an RFC
patch to implement the proposed changes.
Best regards,
Harsha Vardhan V M
h...@ti.com
On 07/01/25 03:53, Tom Rini wrote:
On Mon, Jan 06, 2025 at 12:06:25PM +0530, Harsha Vardhan V M wrote:
I would like to propose a new command for U-Boot's fuse programming
functionality to address the challenges posed by the current implementation.
While the existing fuse prog command
On 22/01/25 22:52, Tom Rini wrote:
On Fri, Jan 10, 2025 at 11:12:47AM +0530, Harsha Vardhan V M wrote:
On 07/01/25 03:53, Tom Rini wrote:
On Mon, Jan 06, 2025 at 12:06:25PM +0530, Harsha Vardhan V M wrote:
I would like to propose a new command for U-Boot's fuse programming
function
On 25/01/25 00:59, Tom Rini wrote:
On Fri, Jan 24, 2025 at 02:31:15PM +0530, Harsha Vardhan V M wrote:
On 22/01/25 22:52, Tom Rini wrote:
On Fri, Jan 10, 2025 at 11:12:47AM +0530, Harsha Vardhan V M wrote:
On 07/01/25 03:53, Tom Rini wrote:
On Mon, Jan 06, 2025 at 12:06:25PM +0530
On 29/01/25 03:52, Tom Rini wrote:
On Mon, Jan 27, 2025 at 04:22:36PM +0530, Harsha Vardhan V M wrote:
On 25/01/25 00:59, Tom Rini wrote:
On Fri, Jan 24, 2025 at 02:31:15PM +0530, Harsha Vardhan V M wrote:
On 22/01/25 22:52, Tom Rini wrote:
On Fri, Jan 10, 2025 at 11:12:47AM +0530
On 13/03/25 21:49, Tom Rini wrote:
On Thu, Mar 13, 2025 at 05:25:16PM +0530, Harsha Vardhan V M wrote:
Add K3_FUSE config option to add and enable fuse sub-system
implementation function calls.
Signed-off-by: Harsha Vardhan V M
Reviewed-by: Tom Rini
And can you please file an issue on
Remove custom string functions and replace them with normal string
functions. Remove the custom strtou32 and replace it with
simple_strtoul.
Signed-off-by: Harsha Vardhan V M
---
cmd/fuse.c | 39 ++-
1 file changed, 18 insertions(+), 21 deletions(-)
diff
Add documentation for the 'fuse' sub-system commands in
doc/usage/cmd/fuse.rst file.
Remove doc/README.fuse file.
Signed-off-by: Harsha Vardhan V M
---
doc/README.fuse| 67 --
doc/usage/cmd/fuse.rst | 156 +
doc/usage
Add K3_FUSE config option to add and enable fuse sub-system
implementation function calls.
Signed-off-by: Harsha Vardhan V M
Reviewed-by: Tom Rini
---
drivers/misc/Kconfig | 7
drivers/misc/Makefile | 1 +
drivers/misc/k3_fuse.c | 78 ++
3
Add CMD_FUSE_WRITEBUFF config option to add and enable fuse writebuff
sub-system command. Add fuse_writebuff function to be invoked on
writebuff command.
Signed-off-by: Harsha Vardhan V M
Reviewed-by: Tom Rini
---
cmd/Kconfig| 8
cmd/fuse.c | 30
Add fuse writebuff sub-system command documentation.
Signed-off-by: Harsha Vardhan V M
---
doc/usage/cmd/fuse.rst | 20
1 file changed, 20 insertions(+)
diff --git a/doc/usage/cmd/fuse.rst b/doc/usage/cmd/fuse.rst
index 6e330eddfea..42c6e209f99 100644
--- a/doc/usage/cmd
Add fuse writebuff sub-system command documentation.
Signed-off-by: Harsha Vardhan V M
---
doc/usage/cmd/fuse.rst | 20
1 file changed, 20 insertions(+)
diff --git a/doc/usage/cmd/fuse.rst b/doc/usage/cmd/fuse.rst
index 6e330eddfea..42c6e209f99 100644
--- a/doc/usage/cmd
Add K3_FUSE config option to add and enable fuse sub-system
implementation function calls.
Signed-off-by: Harsha Vardhan V M
Reviewed-by: Tom Rini
---
drivers/misc/Kconfig | 7
drivers/misc/Makefile | 1 +
drivers/misc/k3_fuse.c | 78 ++
3
Add CMD_FUSE_WRITEBUFF config option to add and enable fuse writebuff
sub-system command. Add fuse_writebuff function to be invoked on
writebuff command.
Signed-off-by: Harsha Vardhan V M
Reviewed-by: Tom Rini
---
cmd/Kconfig| 8
cmd/fuse.c | 26
On 13/03/25 21:48, Tom Rini wrote:
On Thu, Mar 13, 2025 at 05:25:15PM +0530, Harsha Vardhan V M wrote:
Add CMD_FUSE_WRITEBUFF config option to add and enable fuse writebuff
sub-system command. Add fuse_writebuff function to be invoked on
writebuff command.
Signed-off-by: Harsha Vardhan V M
On 13/03/25 21:45, Tom Rini wrote:
On Thu, Mar 13, 2025 at 05:25:14PM +0530, Harsha Vardhan V M wrote:
Remove custom string functions and replace them with normal string
functions. Remove the custom strtou32 and replace it with str2long.
Signed-off-by: Harsha Vardhan V M
Thanks for
On 18/03/25 19:39, Tom Rini wrote:
On Tue, Mar 18, 2025 at 04:20:43PM +0530, Harsha Vardhan V M wrote:
Remove custom string functions and replace them with normal string
functions. Remove the custom strtou32 and replace it with
simple_strtoul.
Signed-off-by: Harsha Vardhan V M
[snip
On 14/03/25 22:08, Tom Rini wrote:
On Fri, Mar 14, 2025 at 07:27:03PM +0530, Harsha Vardhan V M wrote:
Add documentation for the 'fuse' sub-system commands.
Signed-off-by: Harsha Vardhan V M
---
doc/usage/cmd/fuse.rst | 156 +
1 file ch
On 14/03/25 19:39, Tom Rini wrote:
On Fri, Mar 14, 2025 at 07:13:19PM +0530, Harsha Vardhan V M wrote:
On 13/03/25 21:45, Tom Rini wrote:
On Thu, Mar 13, 2025 at 05:25:14PM +0530, Harsha Vardhan V M wrote:
Remove custom string functions and replace them with normal string
functions
Remove custom string functions and replace them with normal string
functions. Remove the custom strtou32 and replace it with
simple_strtoul.
Signed-off-by: Harsha Vardhan V M
---
cmd/fuse.c | 39 ++-
1 file changed, 18 insertions(+), 21 deletions(-)
diff
Add K3_FUSE config option to add and enable fuse sub-system
implementation function calls.
Signed-off-by: Harsha Vardhan V M
Reviewed-by: Tom Rini
---
drivers/misc/Kconfig | 7
drivers/misc/Makefile | 1 +
drivers/misc/k3_fuse.c | 78 ++
3
Add CMD_FUSE_WRITEBUFF config option to add and enable fuse writebuff
sub-system command. Add fuse_writebuff function to be invoked on
writebuff command.
Signed-off-by: Harsha Vardhan V M
Reviewed-by: Tom Rini
---
cmd/Kconfig| 8
cmd/fuse.c | 30
Add fuse writebuff sub-system command documentation.
Signed-off-by: Harsha Vardhan V M
---
doc/usage/cmd/fuse.rst | 20
1 file changed, 20 insertions(+)
diff --git a/doc/usage/cmd/fuse.rst b/doc/usage/cmd/fuse.rst
index 6e330eddfea..42c6e209f99 100644
--- a/doc/usage/cmd
/#m79236044732c410b0281973ef03c11e4d3e31991
Harsha Vardhan V M (5):
cmd: fuse: Remove custom string functions
doc: cmd: Add documentation for fuse command
cmd: fuse: Add fuse writebuff sub-system command
drivers: k3_fuse: Add fuse sub-system func calls
doc: cmd: Add fuse writebuff cmd documentation
cmd/Kconfig
doc/README.fuse and add cmd/fuse index in doc/usage/index.rst
in patch #2.
2.Converted strrtou32 to simple_strtoul
Harsha Vardhan V M (5):
cmd: fuse: Remove custom string functions
doc: cmd: Add documentation for fuse command
cmd: fuse: Add fuse writebuff sub-system command
drivers
Add documentation for the 'fuse' sub-system commands in
doc/usage/cmd/fuse.rst file.
Remove doc/README.fuse file.
Signed-off-by: Harsha Vardhan V M
---
doc/README.fuse| 67 --
doc/usage/cmd/fuse.rst | 156 +
doc/usage
programming workflows by allowing to write a
structured buffer in memory to efuses.
Changes in v2:
1.Convert doc/README.fuse to doc/usage/cmd/fuse.rst as patch #2,
as requested by tr...@konsulko.com.
2.Add fuse writebuff documentation in fuse.rst in the final patch.
Harsha Vardhan V M (5):
cmd
Remove custom string functions and replace them with normal string
functions. Remove the custom strtou32 and replace it with str2long.
Signed-off-by: Harsha Vardhan V M
---
cmd/fuse.c | 27 ---
1 file changed, 8 insertions(+), 19 deletions(-)
diff --git a/cmd/fuse.c b
Add documentation for the 'fuse' sub-system commands.
Signed-off-by: Harsha Vardhan V M
---
doc/usage/cmd/fuse.rst | 156 +
1 file changed, 156 insertions(+)
create mode 100644 doc/usage/cmd/fuse.rst
diff --git a/doc/usage/cmd/fuse.rst b/doc
Add K3_FUSE config option to add and enable fuse sub-system
implementation function calls.
Signed-off-by: Harsha Vardhan V M
---
drivers/misc/Kconfig | 7
drivers/misc/Makefile | 1 +
drivers/misc/k3_fuse.c | 78 ++
3 files changed, 86
Remove custom string functions and replace them with normal string
functions. Remove the custom strtou32 and replace it with str2long.
Signed-off-by: Harsha Vardhan V M
---
cmd/fuse.c | 27 ---
1 file changed, 8 insertions(+), 19 deletions(-)
diff --git a/cmd/fuse.c b
Add fuse writebuff sub-system command documentation
Signed-off-by: Harsha Vardhan V M
---
doc/README.fuse | 14 ++
1 file changed, 14 insertions(+)
diff --git a/doc/README.fuse b/doc/README.fuse
index 1bc91c44a6a..b150f39cc16 100644
--- a/doc/README.fuse
+++ b/doc/README.fuse
Add CMD_FUSE_WRITEBUFF config option to add and enable fuse writebuff
sub-system command. Add fuse_writebuff function to be invoked on
writebuff command.
Signed-off-by: Harsha Vardhan V M
---
cmd/Kconfig| 8
cmd/fuse.c | 26 ++
include/fuse.h | 9
efuses.
Harsha Vardhan V M (4):
cmd: fuse: Remove custom string functions
cmd: fuse: Add fuse writebuff sub-system command
drivers: k3_fuse: Add fuse sub-system func calls
docs: fuse: Add fuse writebuff cmd docs
cmd/Kconfig| 8 +
cmd/fuse.c | 49
34 matches
Mail list logo