mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
openrisc: Add architecture image support
Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
This commit is contained in:
parent
ca9d3ab5c7
commit
3ddcaccda3
2 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,7 @@ static const table_entry_t uimage_arch[] = {
|
||||||
{ IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
|
{ IH_ARCH_BLACKFIN, "blackfin", "Blackfin", },
|
||||||
{ IH_ARCH_AVR32, "avr32", "AVR32", },
|
{ IH_ARCH_AVR32, "avr32", "AVR32", },
|
||||||
{ IH_ARCH_NDS32, "nds32", "NDS32", },
|
{ IH_ARCH_NDS32, "nds32", "NDS32", },
|
||||||
|
{ IH_ARCH_OPENRISC, "or1k", "OpenRISC 1000",},
|
||||||
{ -1, "", "", },
|
{ -1, "", "", },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -108,6 +108,7 @@
|
||||||
#define IH_ARCH_ST200 18 /* STMicroelectronics ST200 */
|
#define IH_ARCH_ST200 18 /* STMicroelectronics ST200 */
|
||||||
#define IH_ARCH_SANDBOX 19 /* Sandbox architecture (test only) */
|
#define IH_ARCH_SANDBOX 19 /* Sandbox architecture (test only) */
|
||||||
#define IH_ARCH_NDS32 20 /* ANDES Technology - NDS32 */
|
#define IH_ARCH_NDS32 20 /* ANDES Technology - NDS32 */
|
||||||
|
#define IH_ARCH_OPENRISC 21 /* OpenRISC 1000 */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Image Types
|
* Image Types
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue