Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: Drop linux/bitops.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
| | | | | | | Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org> | ||||
* | arm: socfpga: Convert reset manager from struct to defines | Ley Foon Tan | 2020-01-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Convert reset manager for Gen5, Arria 10 and Stratix 10 from struct to defines. Change to get reset manager base address from DT node instead of using #define. spl_early_init() initializes the DT setup. So, move spl_early_init() to beginning of function and before get base address from DT. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | ||||
* | sysreset: socfpga: gen5: add sysreset driver | Simon Goldschmidt | 2019-07-21 | 1 | -0/+56 |
This adds a UCLASS_SYSRESET sysreset driver for socfgpa gen5. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |