summaryrefslogtreecommitdiffstats
path: root/lib_ppc
Commit message (Expand)AuthorAgeFilesLines
* Do not init SATA when disabled on 8536DS.Jason Jin2008-10-141-2/+14
* fdt: Overwrite /chosen node in bootm if it already exists in the dtbStefan Roese2008-10-011-1/+1
* powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher2008-09-131-2/+3
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-4/+4
* rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* cmd_mac: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* lib_ppc/interrupts.c: make board_show_activity() a weak functionWolfgang Denk2008-09-091-1/+6
* bootm: refactor do_reset and os boot function argsKumar Gala2008-08-261-7/+4
* fdt: refactor initrd related codeKumar Gala2008-08-261-26/+2
* fdt: refactor fdt resize codeKumar Gala2008-08-261-28/+4
* bootm: move lmb into the bootm_headers_t structureKumar Gala2008-08-261-1/+1
* bootm: refactor fdt locating and relocation codeKumar Gala2008-08-261-484/+8
* bootm: refactor ramdisk locating codeKumar Gala2008-08-261-11/+5
* bootm: refactor entry point codeKumar Gala2008-08-261-19/+3
* Consolidate strmhz() implementationHaavard Skinnemoen2008-08-211-13/+0
* Update linux bootm to support ePAPR client interfaceKumar Gala2008-08-191-10/+23
* NAND boot: MPC8313ERDB supportScott Wood2008-08-121-2/+2
* Fix fallout from autostart revertKumar Gala2008-08-121-4/+1
* POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.cBecky Bruce2008-08-111-0/+6
* Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2008-07-141-2/+2
* Fix some more print() format errors.Wolfgang Denk2008-07-101-1/+1
* Fix LMB type issuesAndy Fleming2008-07-101-1/+2
* Fix compiler warningsKumar Gala2008-07-101-2/+2
* Fix printf errors.Andrew Klossner2008-07-091-4/+4
* ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek2008-07-061-1/+1
* lmb: fix "implicit declaration of function 'lmb_free'" warningWolfgang Denk2008-07-031-1/+1
* Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren2008-07-011-2/+0
* Resize device tree to allow space for board changes and the chosen nodeAndy Fleming2008-06-281-8/+58
* Change lmb to use phys_size_t/phys_addr_tBecky Bruce2008-06-121-7/+9
* Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk2008-06-111-1/+1
|\
| * fdt: unshadow global working fdt variableKim Phillips2008-06-101-1/+1
* | FSL LAW: Keep track of LAW allocationsKumar Gala2008-06-111-1/+2
|/
* Avoid initrd and logbuffer area overlapsMarian Balakowicz2008-06-031-0/+7
* PPC: Add print_bats() to lib_ppc/bat_rw.cBecky Bruce2008-06-031-0/+41
* PPC: Change lib_ppc/bat_rw.c to use high batsBecky Bruce2008-06-031-40/+92
* Remove prototypes of nand_init() in favor of including nand.h.Scott Wood2008-05-281-3/+1
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
* Revert "Avoid initrd and logbuffer area overlaps"Wolfgang Denk2008-05-121-5/+0
* Support legacy multi-type images without FDT section.Nick Spence2008-05-101-3/+2
* Avoid initrd and logbuffer area overlapsMarian Balakowicz2008-05-101-0/+5
* ppc: Cleanup get_effective_memsize() useMarian Balakowicz2008-05-101-11/+0
* ppc flush_cache: add watch-dog triggering into the loops.Yuri Tikhonov2008-04-291-0/+3
* lib_ppc: Revert "Make MPC83xx one step closer to full relocation."Kim Phillips2008-04-251-1/+0
* Restore the ability to continue booting after legacy image overwriteMarian Balakowicz2008-04-171-2/+2
* ppc: Fix ftd_blob variable init when processing raw blobMarian Balakowicz2008-04-171-1/+1
* ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASEStefan Roese2008-04-091-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk2008-04-081-12/+0
|\
| * remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} codeKim Phillips2008-04-011-12/+0
OpenPOWER on IntegriCloud