| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-02 | common: Drop asm/global_data.h from common header | Simon Glass | |
| Move this out of the common header and include it only where needed. In a number of cases this requires adding "struct udevice;" to avoid adding another large header or in other cases replacing / adding missing header files that had been pulled in, very indirectly. Finally, we have a few cases where we did not need to include <asm/global_data.h> at all, so remove that include. Signed-off-by: Simon Glass <[email protected]> Signed-off-by: Tom Rini <[email protected]> | |||
| 2020-05-18 | common: Drop init.h from common header | Simon Glass | |
| Move this uncommon header out of the common header. Signed-off-by: Simon Glass <[email protected]> | |||
| 2020-01-07 | mx7ulp: Add support for Embedded Artists COM board | Fabio Estevam | |
| The Embedded Artists COM board is based on NXP i.MX7ULP. It has a BD70528 PMIC from Rohm with discrete DCDC powering option and improved current observability (compared to the existing NXP i.MX7ULP EVK). Add the initial support for the board. Signed-off-by: Fabio Estevam <[email protected]> | |||
