RE: [SPAM] [PATCH v1 01/16] aspeed/smc: Fix write incorrect data into flash in user mode

2024-10-22 Thread Jamin Lin
onzini > ; open list:ASPEED BMCs ; > open list:All patches CC here ; open list:Block layer > core > Cc: Troy Lee ; Yunlin Tang > > Subject: Re: [SPAM] [PATCH v1 01/16] aspeed/smc: Fix write incorrect data into > flash in user mode > > Hello Jamin, > > On 10/18/24 0

Re: [SPAM] [PATCH v1 01/16] aspeed/smc: Fix write incorrect data into flash in user mode

2024-10-21 Thread Cédric Le Goater
Hello Jamin, On 10/18/24 07:30, Jamin Lin wrote: According to the design of ASPEED SPI controllers user mode, users write the data to flash, the SPI drivers set the Control Register(0x10) bit 0 and 1 enter user mode. Then, SPI drivers send flash commands for writing data. Finally, SPI drivers se

[PATCH v1 01/16] aspeed/smc: Fix write incorrect data into flash in user mode

2024-10-17 Thread Jamin Lin via
According to the design of ASPEED SPI controllers user mode, users write the data to flash, the SPI drivers set the Control Register(0x10) bit 0 and 1 enter user mode. Then, SPI drivers send flash commands for writing data. Finally, SPI drivers set the Control Register (0x10) bit 2 to stop active c