Re: [PATCH] net: mv88e6xxx: add missing SMI address init

2023-11-24 Thread YOUR NAME
On Wed, Nov 22, 2023 at 04:38:41PM +0100, Lukasz Majewski wrote: > Hi Marek, > > > Driver does not currently initialize the smi_addr field, but instead > > keeps the default value. This leads to issues on systems with > > different hardware configuration. We can fix this problem by reading > >

[U-Boot] [PATCH] bootm: flush cache on aligned region

2017-12-20 Thread your name
From: Andrey Yurovsky bootm_load_os() uses flush_cache() on the region where the OS image is loaded however the OS image may be part of a FIT image and thereby may not be aligned with respect to the machine's cache lines. Give flush_cache() an aligned start of the region to

[U-Boot] [PATCH] gpt: add part-uuid and part-num subcommands

2017-11-07 Thread your name
From: Andrey Yurovsky It is useful to be able to retrieve a partition UUID or number given the partition label, for instance some systems use the partition label to indicate the purpose of the partition (such as "rootfs0" being the 0th root file system in an A/B image