summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-11-15-1/+1
| | |\ \ \
| | * | | | Add apollon board supportPeter Pearse2007-11-09-5/+2175
| * | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk2008-01-09-50/+380
| |\ \ \ \ \
| | * | | | | LIBFDT: use memmove() instead of memcpy()Gerald Van Baren2008-01-08-3/+3
| | * | | | | libfdt: Add more documentation (patch the seventh)David Gibson2008-01-08-0/+219
| | * | | | | libfdt: Add more documentation (patch the sixth)David Gibson2008-01-08-0/+104
| | * | | | | Fine grained per property /chosen updating.Gerald Van Baren2008-01-08-33/+40
| | * | | | | Improve the FDT help message.Gerald Van Baren2008-01-08-7/+3
| | * | | | | Support setting FDT properties with optional values.Gerald Van Baren2008-01-08-7/+9
| | * | | | | Add fdt_find_and_setprop() to fdt_support.hMatthias Fuchs2008-01-08-0/+2
| * | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-01-09-1067/+1953
| |\ \ \ \ \ \
| | * | | | | | mpc83xx: fix missed pci_hose -> hose conversion for new libfdt codeKim Phillips2008-01-08-4/+4
| | * | | | | | mpc83xx: rm remaining FLAT_TREE codeKim Phillips2008-01-08-109/+10
| | * | | | | | mpc83xx: remove FLAT_TREE codeKim Phillips2008-01-08-104/+8
| | * | | | | | mpc83xx: convert to using do_fixup_*()Kim Phillips2008-01-08-615/+265
| | * | | | | | sbc8349: enable libfdt by default on WRS SBC8349 board.Paul Gortmaker2008-01-08-2/+2
| | * | | | | | sbc8349: migrate board to libfdtPaul Gortmaker2008-01-08-8/+10
| | * | | | | | sbc8349: Remove board specific ECC codePaul Gortmaker2008-01-08-327/+0
| | * | | | | | mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)Kim Phillips2008-01-08-2/+0
| | * | | | | | Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund2008-01-08-1/+141
| | * | | | | | Remove CONFIG options related to OF that we dont useKumar Gala2008-01-08-2/+0
| | * | | | | | mpc83xx: supress compiler warningKim Phillips2008-01-08-1/+1
| | * | | | | | mpc83xx: fix remaining fdt_find_node_by_path referencesKim Phillips2008-01-08-2/+2
| | * | | | | | mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837xKim Phillips2008-01-08-1/+2
| | * | | | | | mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxidKim Phillips2008-01-08-0/+31
| | * | | | | | mpc83xx: update the CREDITS and MAINTAINERSDave Liu2008-01-08-0/+6
| | * | | | | | mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemdsDave Liu2008-01-08-0/+2
| | * | | | | | mpc83xx: Add the MPC837xEMDS board readmeDave Liu2008-01-08-0/+104
| | * | | | | | mpc83xx: Add the support of MPC837xEMDS boardDave Liu2008-01-08-3/+922
| | * | | | | | mpc83xx: Add the support of MPC8315E SoCDave Liu2008-01-08-10/+201
| | * | | | | | mpc83xx: Add the support of MPC837x SoCDave Liu2008-01-08-53/+406
| | * | | | | | MPC8360E-MDS: configure and enable second UARTAnton Vorontsov2008-01-08-0/+8
| | * | | | | | 83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitionsTimur Tabi2008-01-08-9/+14
| * | | | | | | Merge branch 'master' of /home/wd/git/u-boot/master/Wolfgang Denk2008-01-09-31/+45
| |\ \ \ \ \ \ \
| | * | | | | | | Fix memset bug in ext2fs_read_file()Wolfgang Denk2008-01-09-1/+1
| | * | | | | | | Fix problems with usb storage devices on MPC5200 /TQM5200Markus Klotzbücher2008-01-09-0/+1
| | * | | | | | | Fix compile problem with new env code.Wolfgang Denk2008-01-09-0/+1
| | * | | | | | | tools: fix fw_printenv tool to compile againMarkus Klotzbücher2008-01-09-30/+42
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'lwmon5-no-ocm'Stefan Roese2008-01-09-13/+80
| |\ \ \ \ \ \ \
| | * | | | | | | POST: Execute SPR test after relocationStefan Roese2008-01-09-1/+1
| | * | | | | | | ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymoreStefan Roese2008-01-09-11/+14
| | * | | | | | | ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storageStefan Roese2008-01-09-1/+13
| | * | | | | | | ppc4xx: Add 44x cache locking to better support init-ram in d-cacheStefan Roese2008-01-09-0/+52
| * | | | | | | | ppc4xx: assign PCI interrupts on seuqoia boardsMatthias Fuchs2008-01-09-0/+14
| * | | | | | | | ppc4xx: Move cpu/ppc4xx/vecnum.h into include pathMatthias Fuchs2008-01-09-5/+5
| * | | | | | | | ppc4xx: Fix UIC2 vector number baseMatthias Fuchs2008-01-09-16/+16
| * | | | | | | | ppc4xx: Update PLB/PCI divider for PMC440 boardMatthias Fuchs2008-01-09-2/+2
| * | | | | | | | ppc4xx: Disable error message when no NAND chip is installed on PMC440Matthias Fuchs2008-01-09-0/+3
| * | | | | | | | ppc4xx: Return 0 on success in 4xx ethernet driverStefan Roese2008-01-08-2/+3
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/Wolfgang Denk2008-01-08-476/+133
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |