| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-05 | global: Move remaining CONFIG_SYS_* to CFG_SYS_* | Tom Rini | |
| The rest of the unmigrated CONFIG symbols in the CONFIG_SYS namespace do not easily transition to Kconfig. In many cases they likely should come from the device tree instead. Move these out of CONFIG namespace and in to CFG namespace. Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2022-09-07 | board: freescale: p1_p2_rdb_pc: Add env commands norlowerboot, norupperboot, ↵ | Pali Rohár | |
| sd2boot and defboot All *boot env commands overrides default boot source location via i2c. After board reset without power off, BootROM then starts booting U-Boot from this specified location instead of the default one. Add new env command defboot which reverts boot location to the default value, which in most cases is configurable by HW DIP switches. And add new env commands norlowerboot, norupperboot, sd2boot to boot from other locations. norlowerboot would instruct BootROM to boot from lower NOR bank, norupperboot from upper NOR bank and sd2boot from SD card with alternative configuration. Signed-off-by: Pali Rohár <[email protected]> Signed-off-by: Peng Fan <[email protected]> | |||
| 2022-06-20 | board: freescale: p1_p2_rdb_pc: Move boot reset macros to p1_p2_bootsrc.h | Pali Rohár | |
| Code for changing boot source is platform generic and can be used by any P1* and P2* compatible RDB board. Not only by boards which use config header file p1_p2_rdb_pc.h. So move this code from p1_p2_rdb_pc.h to p1_p2_bootsrc.h and cleanup macros for generating boot source env variables in CONFIG_EXTRA_ENV_SETTINGS. This allows to use code for resetting board and rebooting to other boot source also by other boards in future. Signed-off-by: Pali Rohár <[email protected]> | |||
