Lines Matching full:we
40 * supports X-MODEM loading via UART, and we leverage this and then use
41 * Y-MODEM to load u-boot.img, when booted over UART. We must also include
50 * we don't need to do it twice.
62 * DDR information. We say (for simplicity) that we have 1 bank,
63 * always, even when we have more. We always start at 0x80000000,
64 * and we place the initial stack pointer in our SRAM.
72 * memory) enough for full U-Boot to be loaded. We also support Falcon
74 * instead, if desired. We make use of the general SPL framework found
75 * under common/spl/. Given our generally common memory map, we set a
80 * We limit our size to the ROM-defined downloaded image area, and use the
81 * rest of the space for stack. We load U-Boot itself into memory at
82 * 0x80800000 for legacy reasons (to not conflict with older SPLs). We
85 * We have the SPL malloc pool at the end of the BSS area.