Commit Graph

123 Commits (fda06812a068f916f64d9d1b3d1730e8213195b3)

Author SHA1 Message Date
Benoît Thébaudeau 66f30bf983 arm: Remove deprecated and now unused NAND SPL 12 years ago
Benoît Thébaudeau 5c6db120fc arm: Remove unused relocate_code() parameters 12 years ago
Benoît Thébaudeau 9c5feab76f arm: crt0.S: Remove bogus .globl 12 years ago
R Sricharan de63ac278c ARM: mmu: Set domain permissions to client access 12 years ago
R Sricharan 96fdbec2f9 ARM: mmu: Introduce weak dram_bank_setup function 12 years ago
Simon Glass 959daa21d4 arm: Enable generic board support 12 years ago
Simon Glass e103b7ae90 arm: Use sections header to obtain link symbols 12 years ago
Simon Glass 3929fb0a14 Replace __bss_end__ with __bss_end 12 years ago
Albert ARIBAUD 3ebd1cbc49 arm: make __bss_start and __bss_end__ compiler-generated 12 years ago
Lucas Stach fd8e1c3866 arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README 12 years ago
Kim Phillips 12e06fe03f treewide: include libfdt_env.h before fdt.h 12 years ago
Simon Glass 34fd5d253d arm: Move tlb_addr and tlb_size to arch_global_data 12 years ago
Lucas Stach 4e5eb45898 arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the README 12 years ago
Taylor Hutt 80e409508b arm: Tabify code for MMC initialization 12 years ago
Simon Glass 2f8d8d6b3a arm: Move bootstage record for board_init_f() to after arch_cpu_init() 12 years ago
Tom Wai-Hong Tam fe34f8dc8c arm: Make interrupts.o and reset.o in libarm also appear in SPL 12 years ago
Simon Glass e2e3e2b1be arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD 12 years ago
Simon Glass 06fd853890 arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading 12 years ago
Simon Glass eae78c3406 arm: Move fdt check earlier so that board_early_init_f() can use it 12 years ago
Gabe Black 724cdffca1 arm: Keep track of the tlb size as well as its location 12 years ago
Arun Mankuzhi 44df5e8d30 arm: move flush_dcache_all() to just before disable cache 12 years ago
Albert ARIBAUD e05e5de7fa arm: move C runtime setup code in crt0.S 12 years ago
Joe Hershberger ec8a252cd4 env: Use getenv_yesno() more generally 12 years ago
Simon Glass 0dde7f5379 arm: Add control over cachability of memory regions 12 years ago
Łukasz Majewski 2ffb4beb50 pmic: Introduce power_init_board() method at ./lib/board.c file 12 years ago
Pali Rohár 89e6f13849 arm bootm: Allow to pass board specified atags 12 years ago
Ashok bcf28c23f2 ARM : Remove unused CONFIG_DRIVER_SMC91111, CONFIG_DRIVER_LAN91C96 12 years ago
Simon Glass 39826f0997 arm: fdt: Relocate fdt along with other data 12 years ago
Marek Vasut 036036d79c serial: Remove CONFIG_SERIAL_MULTI from remaining sources 12 years ago
Albert ARIBAUD b823fd9ba5 ARM: prevent misaligned array inits 12 years ago
Joe Hershberger c6734261ec arm: Add CONFIG_OF_BOARD_SETUP support to bootm 12 years ago
Rob Herring fcfa696b3a ARM: increase lmb stack space reservation to 4KB 12 years ago
Simon Glass 94fd1316b7 bootstage: Store boot timings in device tree 12 years ago
Tom Rini 6507f133f3 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux 12 years ago
Markus Hubig e23e5eeeb8 arm: Adds board_postclk_init to the init_sequence. 12 years ago
Allen Martin c497be78b3 arm: enable libgcc build for SPL 12 years ago
Fabio Estevam a21c65115b ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependency 12 years ago
SRICHARAN R d702b0811d ARM: cache: Move the cp15 CR register read before flushing the cache. 13 years ago
Fabio Estevam d519b4bc0a ARM: introduce arch_early_init_r() 13 years ago
Simon Glass fe901f2d9b arm: Don't use printf() in SPL builds 13 years ago
Mike Frysinger de30122bb5 net: move bootfile init into eth_initialize 13 years ago
Mike Frysinger 50a47d0523 net: punt bd->bi_ip_addr 13 years ago
Stephen Warren 9e02a6b8e5 arm: restore fdt_fixup_ethernet call to do_bootm_linux 13 years ago
Stephen Warren 1723997610 arm: fix bootm with device tree 13 years ago
Marek Vasut 44f074c771 BOOT: Add "bootz" command to boot Linux zImage on ARM 13 years ago
Simon Glass 2866903b3e arm: Check for valid FDT after console is up 13 years ago
Simon Schwarz 0a672d494d arm: Add Prep subcommand support to bootm 13 years ago
Stefano Babic d460587a44 Add cache functions to SPL for armv7 13 years ago
Simon Glass f933e84e34 bootstage: arm: Add bootstage calls in board and bootm 13 years ago
Simon Glass 770605e4f9 bootstage: Replace show_boot_progress/error() with bootstage_...() 13 years ago