Commit Graph

219 Commits (0a823aa2a8a8c0685e73900f387d602d7edafc0e)

Author SHA1 Message Date
Scott Wood e4c0950854 NAND boot: MPC8313ERDB support 16 years ago
Kumar Gala 3216ca9692 Fix fallout from autostart revert 16 years ago
Becky Bruce 9de67149db POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c 16 years ago
Wolfgang Denk b64f190b7a Fix printf() format issues with sizeof_t types by using %zu 16 years ago
Wolfgang Denk 06c53beae1 Fix some more print() format errors. 16 years ago
Andy Fleming 98874ff329 Fix LMB type issues 16 years ago
Kumar Gala da8693a91b Fix compiler warnings 16 years ago
Andrew Klossner dc4b0b38d4 Fix printf errors. 16 years ago
Michal Simek 9fea65a6c4 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 16 years ago
Wolfgang Denk 730f298485 lmb: fix "implicit declaration of function 'lmb_free'" warning 16 years ago
Ben Warren f8cc312bbe Move conditional compilation of MPC8XXX SPI driver to Makefile 16 years ago
Andy Fleming 41c5eaa725 Resize device tree to allow space for board changes and the chosen node 16 years ago
Becky Bruce 391fd93ab2 Change lmb to use phys_size_t/phys_addr_t 16 years ago
Kumar Gala f060054dad FSL LAW: Keep track of LAW allocations 16 years ago
Kim Phillips e489b9c078 fdt: unshadow global working fdt variable 16 years ago
Marian Balakowicz 95d449ad4d Avoid initrd and logbuffer area overlaps 16 years ago
Becky Bruce d5b9b8cdb8 PPC: Add print_bats() to lib_ppc/bat_rw.c 16 years ago
Becky Bruce c148f24c15 PPC: Change lib_ppc/bat_rw.c to use high bats 16 years ago
Scott Wood d6ac2ed893 Remove prototypes of nand_init() in favor of including nand.h. 16 years ago
Wolfgang Denk 53677ef18e Big white-space cleanup. 16 years ago
Wolfgang Denk ee0cfa7080 Revert "Avoid initrd and logbuffer area overlaps" 16 years ago
Nick Spence 91a616741f Support legacy multi-type images without FDT section. 16 years ago
Marian Balakowicz 1b5605ca57 Avoid initrd and logbuffer area overlaps 16 years ago
Marian Balakowicz c59518e159 ppc: Cleanup get_effective_memsize() use 16 years ago
Yuri Tikhonov 138105efe1 ppc flush_cache: add watch-dog triggering into the loops. 16 years ago
Kim Phillips 78e4882988 lib_ppc: Revert "Make MPC83xx one step closer to full relocation." 16 years ago
Marian Balakowicz cb1c489690 Restore the ability to continue booting after legacy image overwrite 16 years ago
Marian Balakowicz de2b3216e6 ppc: Fix ftd_blob variable init when processing raw blob 16 years ago
Stefan Roese dfc6c7b647 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE 16 years ago
Kim Phillips 6fe2946f19 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code 16 years ago
Joakim Tjernlund 70431e8a73 Make MPC83xx one step closer to full relocation. 16 years ago
Michael Barkowski 5b2793a3f3 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM 16 years ago
Stefan Roese 6fb4b64056 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined 16 years ago
Stefan Roese 14f73ca679 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" 16 years ago
Dave Liu cd54081cd4 ata: enable the sata initialize on boot up 17 years ago
Wolfgang Denk 438a4c1126 Cleanup coding style, update CHANGELOG 17 years ago
Kumar Gala 9c666a7db0 ppc: Allow boards to specify how much memory they can map 17 years ago
Bartlomiej Sieka dafaede8a4 [new uImage] Disable debuging output in preparation for merge with master 17 years ago
Yuri Tikhonov 3d61018643 The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). 17 years ago
Yuri Tikhonov 2d991958b1 The patch introduces the alternative configuration of the log buffer for 17 years ago
Marian Balakowicz f773bea8e1 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used 17 years ago
Marian Balakowicz cd7c596e9f [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines 17 years ago
Marian Balakowicz 3dfe110149 [new uImage] Add node offsets for FIT images listed in struct bootm_headers 17 years ago
Marian Balakowicz bc8ed486b1 [new uImage] ppc: Add new uImage format support to FDT handling routines 17 years ago
Marian Balakowicz d985c8498c [new uImage] Remove unnecessary arguments passed to ramdisk routines 17 years ago
Marian Balakowicz 05e07b1ea2 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() 17 years ago
Marian Balakowicz 9a4daad0a3 [new uImage] Update naming convention for bootm/uImage related code 17 years ago
Kumar Gala 75fa002c47 [new uImage] Respect autostart setting in linux bootm 17 years ago
Kumar Gala d3f2fa0d27 [new uImage] Provide ability to restrict region used for boot images 17 years ago
Kumar Gala e822d7fc4d [new uImage] Use lmb for bootm allocations 17 years ago