| Age | Commit message (Collapse) | Author |
|
These new operations allow manipulation of bitfields
within a word by using a mask instead of width and
shift values to extract/replace the bitfields.
Signed-off-by: Codrin Ciubotariu <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Reviewed-by: York Sun <[email protected]>
|
|
The new bitfield value must not be higher than its mask.
Signed-off-by: Codrin Ciubotariu <[email protected]>
Reviewed-by: Joe Hershberger <[email protected]>
|
|
Add bcm281xx architecture support code including a clock framework and
chip reset. Define register block base addresses for the bcm281xx
architecture and create an empty gpio header file required when
CONFIG_CMD_GPIO is set.
Signed-off-by: Darwin Rambo <[email protected]>
Reviewed-by: Steve Rae <[email protected]>
Reviewed-by: Tim Kryger <[email protected]>
|