mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
mpc85xx: configs - Enable blob command in freescale platforms
Enable blob commands for platforms having SEC 4.0 or greater for secure boot scenarios Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
c5de15cbc8
commit
789490b6c0
11 changed files with 29 additions and 0 deletions
|
@ -920,4 +920,8 @@ unsigned long get_board_ddr_clk(void);
|
|||
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
|
||||
#ifdef CONFIG_SECURE_BOOT
|
||||
#define CONFIG_CMD_BLOB
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
@ -711,4 +711,8 @@ combinations. this should be removed later
|
|||
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
|
||||
#ifdef CONFIG_SECURE_BOOT
|
||||
#define CONFIG_CMD_BLOB
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
@ -963,4 +963,8 @@ extern unsigned long get_sdram_size(void);
|
|||
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
|
||||
#ifdef CONFIG_SECURE_BOOT
|
||||
#define CONFIG_CMD_BLOB
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
@ -750,4 +750,8 @@ unsigned long get_board_sys_clk(unsigned long dummy);
|
|||
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
|
||||
#ifdef CONFIG_SECURE_BOOT
|
||||
#define CONFIG_CMD_BLOB
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
@ -825,6 +825,7 @@ unsigned long get_board_ddr_clk(void);
|
|||
|
||||
#ifdef CONFIG_SECURE_BOOT
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
#define CONFIG_CMD_BLOB
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
@ -872,6 +872,7 @@
|
|||
|
||||
#ifdef CONFIG_SECURE_BOOT
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
#define CONFIG_CMD_BLOB
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
@ -916,6 +916,7 @@ unsigned long get_board_ddr_clk(void);
|
|||
|
||||
#ifdef CONFIG_SECURE_BOOT
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
#define CONFIG_CMD_BLOB
|
||||
#undef CONFIG_CMD_USB
|
||||
#endif
|
||||
|
||||
|
|
|
@ -875,6 +875,7 @@ unsigned long get_board_ddr_clk(void);
|
|||
|
||||
#ifdef CONFIG_SECURE_BOOT
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
#define CONFIG_CMD_BLOB
|
||||
#undef CONFIG_CMD_USB
|
||||
#endif
|
||||
|
||||
|
|
|
@ -632,4 +632,8 @@ unsigned long get_board_ddr_clk(void);
|
|||
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
|
||||
#ifdef CONFIG_SECURE_BOOT
|
||||
#define CONFIG_CMD_BLOB
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
@ -758,6 +758,7 @@ unsigned long get_board_ddr_clk(void);
|
|||
* which is anyways not used in Secure Environment.
|
||||
*/
|
||||
#undef CONFIG_CMD_USB
|
||||
#define CONFIG_CMD_BLOB
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
@ -752,4 +752,8 @@
|
|||
|
||||
#include <asm/fsl_secure_boot.h>
|
||||
|
||||
#ifdef CONFIG_SECURE_BOOT
|
||||
#define CONFIG_CMD_BLOB
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
Loading…
Reference in a new issue