aboutsummaryrefslogtreecommitdiff
path: root/post
AgeCommit message (Expand)AuthorFilesLines
2011-10-05POST: add new memory regions testValentin Longchamp2-19/+72
2011-10-05POST: drivers/memory.c coding style cleanupValentin Longchamp1-56/+57
2011-10-05POST: make env test flags fetching optionalValentin Longchamp1-5/+15
2011-10-05POST: add post_log_res field for post results in global dataValentin Longchamp1-4/+5
2011-09-29Blackfin: post: generalize led/button tests with GPIOsMike Frysinger1-0/+2
2011-07-27post, memorytest: add support for none powerpc archsHeiko Schocher1-2/+6
2011-07-27post, memorytest: fix if vstart is not = 0x0Heiko Schocher1-2/+3
2011-07-26post: fix indendation/brace confusionJames Kosin1-12/+12
2011-07-26post: new nor flash testMike Frysinger3-2/+122
2011-07-26post: use ARRAY_SIZEMike Frysinger25-52/+28
2011-07-26post: add gpio hotkey supportMike Frysinger1-0/+21
2011-01-25powerpc: Fix FPU post related link warningsKumar Gala8-16/+16
2010-12-17ppc4xx/POST: Change ethernet test loop count to a default of 10Stefan Roese1-15/+20
2010-11-28ppc4xx/POST: Handle cached SDRAM correctly in Denali (440EPx) ECC POSTStefan Roese1-0/+4
2010-11-19Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk1-1/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier12-22/+20
2010-11-17post, i2c: add missing curly bracket in i2c_post_testHeiko Schocher1-1/+2
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-10-27Coding Style cleanupWolfgang Denk1-2/+0
2010-10-27post/drivers/i2c.c: fix compile errorWolfgang Denk1-1/+1
2010-10-22post/i2c: Add ability to ignore I2C devicesPeter Tyser1-2/+24
2010-10-22post/i2c: Rename I2C_ADDR_LIST to CONFIG_SYS_POST_I2C_ADDRSPeter Tyser1-4/+4
2010-10-22post/i2c: Don't probe address 0Peter Tyser1-2/+4
2010-10-22post/i2c: Clean up detection logicPeter Tyser1-16/+13
2010-10-22post/i2c: General clean upPeter Tyser1-25/+23
2010-10-20ppc4xx/POST: Add board specific UART POST test to lwmon5Stefan Roese1-0/+4
2010-10-19Expand POST memory test to support arch-depended implementation.York Sun1-16/+52
2010-10-04ppc4xx: Use common ns16550 functions in 4xx UART POST driverStefan Roese1-280/+22
2010-10-04ppc4xx: Big lwmon5 board support rework/updateSascha Laue6-145/+727
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk4-5/+5
2010-09-23ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specificStefan Roese1-1/+1
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese3-4/+4
2010-09-23ppc4xx: POST UART: Use in/out_8() io-accessor functionsStefan Roese1-64/+41
2010-09-21POST cleanup.Michael Zaidman1-1/+2
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-05-06POST: Added ECC memory test for mpc83xx.Michael Zaidman2-0/+196
2010-04-24mpc5121: pdm360ng: add coprocessor POSTAnatolij Gustschin3-0/+139
2010-04-21Move arch/ppc to arch/powerpcStefan Roese33-3/+3
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2010-03-21POST: add progress APIMichael Zaidman1-2/+15
2009-12-07POST: Remove duplicated post_hotkey_pressed() functionsStefan Roese1-0/+16
2009-10-09Merge branch 'reloc'Wolfgang Denk3-32/+4
2009-10-07ppc_4xx: Apply new HW register namesNiklaus Giger1-25/+25
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-0/+2
2009-10-03lwmon, lwmon5: Remove sysmon POST relocation fixupsPeter Tyser2-32/+2
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese2-36/+36
2009-07-24ppc4xx: Replace 4xx lowercase SPR referencesMatthias Fuchs1-3/+3
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-03-28mpc8xx/ether.c: fix warning: unused variable 'bd'Wolfgang Denk1-6/+12
2009-03-20cpu/: get mac address from environmentMike Frysinger1-2/+2