/openbmc/u-boot/doc/ |
H A D | README.sha1 | 29 a) cp the new Image on a position in RAM (here 0x300000) 30 (for this example we use the Image from Flash, stored at 0xfffa0000 and 31 0x60000 Bytes long) 35 b) Initialize the SHA1 sum in the Image with 0x00 38 for the pcs440ep Flash: 0xfffa0000 + 0x60000 + -0x20 39 = 0xffffffe0 40 for the example in RAM: 0x300000 + 0x60000 + -0x20 41 = 0x35ffe0 45 "mw.b 35ffe0 0 14"
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | openbmc-flash-layout.dtsi | 8 u-boot@0 { 9 reg = <0x0 0x60000>; 14 reg = <0x60000 0x20000>; 19 reg = <0x80000 0x440000>; 24 reg = <0x4c0000 0x1740000>; 29 reg = <0x1c00000 0x400000>;
|
H A D | facebook-bmc-flash-layout.dtsi | 9 u-boot@0 { 10 reg = <0x0 0x60000>; 15 reg = <0x60000 0x20000>; 20 reg = <0x80000 0x1b80000>; 29 reg = <0x1c00000 0x400000>; 38 flash0@0 { 39 reg = <0x0 0x2000000>;
|
H A D | aspeed-bmc-opp-mowgli.dts | 18 reg = <0x80000000 0x20000000>; 28 reg = <0x98000000 0x04000000>; /* 64M */ 32 size = <0x01000000>; 33 alignment = <0x01000000>; 39 size = <0x02000000>; 40 alignment = <0x01000000>; 69 gpios = <&gpio ASPEED_GPIO(Z, 0) GPIO_ACTIVE_LOW>; 70 linux,code = <ASPEED_GPIO(Z, 0)>; 121 gpios = <&gpio ASPEED_GPIO(AA, 0) GPIO_ACTIVE_LOW>; 139 gpios = <&pca9552 0 GPIO_ACTIVE_LOW>; [all …]
|
H A D | aspeed-bmc-opp-witherspoon.dts | 17 reg = <0x80000000 0x20000000>; 27 reg = <0x98000000 0x04000000>; /* 64M */ 33 reg = <0x9f000000 0x01000000>; /* 16M */ 37 size = <0x01000000>; 38 alignment = <0x01000000>; 44 size = <0x02000000>; /* 32MM */ 45 alignment = <0x01000000>; 74 gpios = <&gpio ASPEED_GPIO(N, 0) GPIO_ACTIVE_LOW>; 75 linux,code = <ASPEED_GPIO(N, 0)>; 119 gpios = <&pca0 0 GPIO_ACTIVE_LOW>; [all …]
|
/openbmc/u-boot/doc/SPI/ |
H A D | README.ti_qspi_dra_test | 11 U-Boot# mmc dev 0 13 U-Boot# fatload mmc 0 0x82000000 MLO 16 U-Boot# fatload mmc 0 0x83000000 u-boot.img 23 U-Boot# sf probe 0 25 U-Boot# sf erase 0 0x10000 26 SF: 65536 bytes @ 0x0 Erased: OK 27 U-Boot# sf erase 0x20000 0x10000 28 SF: 65536 bytes @ 0x20000 Erased: OK 29 U-Boot# sf erase 0x30000 0x10000 30 SF: 65536 bytes @ 0x30000 Erased: OK [all …]
|
/openbmc/u-boot/configs/ |
H A D | smdkc100_defconfig | 3 CONFIG_SYS_TEXT_BASE=0x34800000 9 …n8 mem=128M mtdparts=s3c-onenand:256k(bootloader),128k@0x40000(params),3m@0x60000(kernel),16m@0x3… 20 …RTS_DEFAULT="mtdparts=s3c-onenand:256k(bootloader),128k@0x40000(params),3m@0x60000(kernel),16m@0x3… 26 CONFIG_SMC911X_BASE=0x98800300
|
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/ |
H A D | 0001-configs-ast-Add-redundnant-env.patch | 22 #define CONFIG_ENV_ADDR (AST_FMC_CS0_BASE + 0x60000) 23 +#define CONFIG_ENV_ADDR_REDUND (AST_FMC_CS0_BASE + 0x70000) 25 #define CONFIG_ENV_OFFSET 0x60000 /* environment starts here */ 26 -#define CONFIG_ENV_SIZE 0x20000 /* Total Size of Environment Sector */ 27 +#define CONFIG_ENV_OFFSET_REDUND 0x70000 28 +#define CONFIG_ENV_SIZE 0x10000 /* Total Size of Environment Sector */ 29 +#define CONFIG_ENV_SIZE_REDUND 0x10000
|
H A D | 0003-config-ast-common-Add-bootopts-to-support-ubi-and-mt.patch | 1 From 0c77be343fc4781719dcc0748bc29a26ea83e0a3 Mon Sep 17 00:00:00 2001 32 #if 0 36 +#define CONFIG_BOOTARGS "console=ttyS4,115200n8 ubi.mtd=obmc-ubi,0,0,0 ubi.mtd=alt-obmc-ubi,0,0,… 42 #define CONFIG_ENV_ADDR (AST_FMC_CS0_BASE + 0x60000) 43 #define CONFIG_ENV_ADDR_REDUND (AST_FMC_CS0_BASE + 0x70000) 46 #define CONFIG_ENV_OFFSET 0x60000 /* environment starts here */ 47 #define CONFIG_ENV_OFFSET_REDUND 0x70000 48 #define CONFIG_ENV_SIZE 0x10000 /* Total Size of Environment Sector */ 49 #define CONFIG_ENV_SIZE_REDUND 0x10000 56 + "ubiblock=0,1 \0" \ [all …]
|
/openbmc/u-boot/include/configs/ |
H A D | smdkc100.h | 30 #define CONFIG_SYS_SDRAM_BASE 0x30000000 40 * 1MB = 0x100000, 0x100000 = 1024 * 1024 64 #define CONFIG_UPDATEB "updateb=onenand erase 0x0 0x40000;" \ 65 " onenand write 0x32008000 0x0 0x40000\0" 71 "onenand erase 0x60000 0x300000;" \ 72 "onenand write 0x31008000 0x60000 0x300000\0" \ 75 "onenand write 0x32000000 0x1260000 0x8C0000\0" \ 77 "onenand read 0x30007FC0 0x60000 0x300000;" \ 78 "bootm 0x30007FC0\0" \ 83 "run bootk\0" \ [all …]
|
H A D | openrd.h | 37 #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K */ 43 #define CONFIG_ENV_SIZE 0x20000 /* 128k */ 44 #define CONFIG_ENV_ADDR 0x60000 45 #define CONFIG_ENV_OFFSET 0x60000 /* env starts here */ 57 "${x_bootcmd_usb}; bootm 0x6400000;" 60 CONFIG_MTDPARTS_DEFAULT " rw ubi.mtd=2,2048\0" \ 61 "x_bootcmd_kernel=nand read 0x6400000 0x100000 0x300000\0" \ 62 "x_bootcmd_usb=usb start\0" \ 63 "x_bootargs_root=root=ubi0:rootfs rootfstype=ubifs\0" 70 # define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */ [all …]
|
H A D | devkit3250.h | 101 #define CONFIG_SYS_NAND_BLOCK_SIZE 0x20000 109 #define CONFIG_USB_ISP1301_I2C_ADDR 0x2d 125 #define CONFIG_ENV_OFFSET 0x000A0000 136 "autoload=no\0" \ 137 "ethaddr=00:01:90:00:C0:81\0" \ 138 "dtbaddr=0x81000000\0" \ 139 "nfsroot=/opt/projects/images/vladimir/oe/devkit3250/rootfs\0" \ 140 "tftpdir=vladimir/oe/devkit3250\0" \ 141 "userargs=oops=panic\0" 154 #define CONFIG_LOADADDR 0x80008000 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/arm/stm32/ |
H A D | st,mlahb.yaml | 61 reg = <0x10000000 0x40000>; 63 dma-ranges = <0x00000000 0x38000000 0x10000>, 64 <0x10000000 0x10000000 0x60000>, 65 <0x30000000 0x30000000 0x60000>; 68 reg = <0x10000000 0x40000>;
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-imx8qxp-lpcg.h | 11 #define LSIO_PWM_0_LPCG 0x00000 12 #define LSIO_PWM_1_LPCG 0x10000 13 #define LSIO_PWM_2_LPCG 0x20000 14 #define LSIO_PWM_3_LPCG 0x30000 15 #define LSIO_PWM_4_LPCG 0x40000 16 #define LSIO_PWM_5_LPCG 0x50000 17 #define LSIO_PWM_6_LPCG 0x60000 18 #define LSIO_PWM_7_LPCG 0x70000 19 #define LSIO_GPIO_0_LPCG 0x80000 20 #define LSIO_GPIO_1_LPCG 0x90000 [all …]
|
/openbmc/u-boot/arch/arc/dts/ |
H A D | axs10x_mb.dtsi | 15 ranges = <0x00000000 0xe0000000 0x10000000>; 25 #clock-cells = <0>; 31 #clock-cells = <0>; 38 reg = < 0x18000 0x2000 >; 46 ehci@0x40000 { 48 reg = < 0x40000 0x100 >; 51 ohci@0x60000 { 53 reg = < 0x60000 0x100 >; 58 reg = <0x22000 0x100>; 64 spi0: spi@0 { [all …]
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-linkstation.dtsi | 61 m25p40@0 { 65 reg = <0>; 67 mode = <0>; 69 partition@0 { 70 reg = <0x0 0x60000>; 76 reg = <0x60000 0x10000>; 82 reg = <0x70000 0x10000>; 92 #size-cells = <0>; 93 pinctrl-0 = <&pmx_button_function &pmx_power_switch 117 pinctrl-0 = <&pmx_led_function_red &pmx_led_alarm [all …]
|
H A D | kirkwood-lsxl.dtsi | 80 m25p40@0 { 84 reg = <0>; 86 mode = <0>; 88 partition@0 { 89 reg = <0x0 0x60000>; 95 reg = <0x60000 0x10000>; 101 reg = <0x70000 0x10000>; 111 #size-cells = <0>; 112 pinctrl-0 = <&pmx_button_function &pmx_power_switch 137 pinctrl-0 = <&pmx_led_function_red &pmx_led_alarm [all …]
|
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/ |
H A D | u-boot_flash_32M.cfg | 2 CONFIG_ENV_SIZE=0x20000 3 CONFIG_ENV_OFFSET=0x60000
|
/openbmc/u-boot/arch/arm/mach-imx/imx8m/ |
H A D | imximage.cfg | 11 LOADER spl/u-boot-spl-ddr.bin 0x7E1000 12 SECOND_LOADER u-boot.itb 0x40200000 0x60000
|
/openbmc/linux/arch/arm/boot/dts/mediatek/ |
H A D | mt7629-rfb.dts | 41 reg = <0x40000000 0x10000000>; 65 pinctrl-0 = <ð_pins>; 69 gmac0: mac@0 { 71 reg = <0>; 89 #size-cells = <0>; 91 phy0: ethernet-phy@0 { 92 reg = <0>; 99 pinctrl-0 = <&i2c_pins>; 105 pinctrl-0 = <&qspi_pins>; 108 flash@0 { [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 073 | 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 56 $QEMU_IO -c "write -P 0xa5 0 $size" "$TEST_IMG.base" | _filter_qemu_io 61 $QEMU_IO -c "write -P 0x11 0 0x10000" "$TEST_IMG" | _filter_qemu_io 62 $QEMU_IO -c "write -P 0x11 0x10000 0x10000" "$TEST_IMG.base" | _filter_qemu_io 64 $QEMU_IO -c "read -P 0x11 0 0x20000" "$TEST_IMG" | _filter_qemu_io 69 $QEMU_IO -c "write -P 0x22 0x20000 0x10000" "$TEST_IMG" | _filter_qemu_io 70 $QEMU_IO -c "write -c -P 0x22 0x30000 0x10000" "$TEST_IMG" | _filter_qemu_io 72 $QEMU_IO -c "read -P 0x22 0x20000 0x20000" "$TEST_IMG" | _filter_qemu_io 77 $QEMU_IO -c "write -P 0x33 0x40000 0x20000" "$TEST_IMG" | _filter_qemu_io [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | kirkwood-lsxl.dtsi | 79 m25p40@0 { 83 reg = <0>; 85 mode = <0>; 87 partition@0 { 88 reg = <0x0 0x60000>; 94 reg = <0x60000 0x10000>; 100 reg = <0x70000 0x10000>; 110 #size-cells = <0>; 111 pinctrl-0 = <&pmx_button_function &pmx_power_switch 136 pinctrl-0 = <&pmx_led_function_red &pmx_led_alarm [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000/ |
H A D | nfp_xpb.h | 14 #define NFP_XPB_OVERLAY(island) (((island) & 0x3f) << 24) 16 #define NFP_XPB_ISLAND(island) (NFP_XPB_OVERLAY(island) + 0x60000) 18 #define NFP_XPB_ISLAND_of(offset) (((offset) >> 24) & 0x3F) 25 (((device) & 0x3f) << 16))
|
/openbmc/u-boot/board/qualcomm/dragonboard410c/ |
H A D | head.S | 19 .word 0 23 .quad 0 /* 0x60000 - ignored */ 25 .quad 0 26 .quad 0 /* reserved */ 27 .quad 0 /* reserved */ 28 .quad 0 /* reserved */ 29 .byte 0x41 /* Magic number, "ARM\x64" */ 30 .byte 0x52 31 .byte 0x4d 32 .byte 0x64 [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | ahb.h | 34 #define ATH10K_GCC_REG_BASE 0x1800000 35 #define ATH10K_GCC_REG_SIZE 0x60000 37 #define ATH10K_TCSR_REG_BASE 0x1900000 38 #define ATH10K_TCSR_REG_SIZE 0x80000 40 #define ATH10K_AHB_GCC_FEPLL_PLL_DIV 0x2f020 41 #define ATH10K_AHB_WIFI_SCRATCH_5_REG 0x4f014 43 #define ATH10K_AHB_WLAN_CORE_ID_REG 0x82030 45 #define ATH10K_AHB_TCSR_WIFI0_GLB_CFG 0x49000 46 #define ATH10K_AHB_TCSR_WIFI1_GLB_CFG 0x49004 49 #define ATH10K_AHB_TCSR_WCSS0_HALTREQ 0x52000 [all …]
|